[ Mar 21 18:03:39 Enabled. ] [ Mar 21 18:03:39 Rereading configuration. ] [ Mar 21 18:03:41 Rereading configuration. ] [ Mar 21 18:03:44 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 [ Mar 21 18:03:44 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.03.21 18:03:44.926159 [ 1 ] {} Application: Will watch for the process with pid 23648 2024.03.21 18:03:44.926709 [ 1 ] {} Application: Forked a child process to watch 2024.03.21 18:03:45.142306 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 23648 2024.03.21 18:03:45.143022 [ 1 ] {} Application: starting up 2024.03.21 18:03:45.143735 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.03.21 18:03:45.230084 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.03.21 18:03:45.289184 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.03.21 18:03:45.289234 [ 1 ] {} Application: Initializing DateLUT. 2024.03.21 18:03:45.289256 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.03.21 18:03:45.289327 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.03.21 18:03:45.289660 [ 1 ] {} Application: Initializing interserver credentials. 2024.03.21 18:03:45.291257 [ 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.03.21 18:03:45.291744 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.03.21 18:03:45.292571 [ 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.03.21 18:03:45.292597 [ 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.03.21 18:03:45.292610 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.03.21 18:03:45.292790 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.03.21 18:03:45.293746 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.03.21 18:03:45.298930 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.03.21 18:03:45.299772 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.03.21 18:03:45.301249 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.03.21 18:03:45.301322 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.03.21 18:03:45.302951 [ 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.03.21 18:03:45.303241 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.03.21 18:03:45.307641 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.03.21 18:03:45.308323 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.03.21 18:03:45.309883 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.03.21 18:03:45.310296 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.03.21 18:03:45.310679 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.03.21 18:03:45.311123 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.03.21 18:03:45.312411 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.03.21 18:03:45.312437 [ 1 ] {} Application: Loading metadata from /data/ 2024.03.21 18:03:45.312502 [ 127 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:03:45.312661 [ 127 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:03:45.338318 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.03.21 18:03:45.338349 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000162393 sec 2024.03.21 18:03:45.338385 [ 1 ] {} ReferentialDeps: No tables 2024.03.21 18:03:45.338397 [ 1 ] {} LoadingDeps: No tables 2024.03.21 18:03:45.339583 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.03.21 18:03:45.340683 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.03.21 18:03:45.340706 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.03.21 18:03:45.340738 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.03.21 18:03:45.340753 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.03.21 18:03:45.340765 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.03.21 18:03:45.340797 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.03.21 18:03:45.340810 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.03.21 18:03:45.340825 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.03.21 18:03:45.340861 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.03.21 18:03:45.340874 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.03.21 18:03:45.340887 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.03.21 18:03:45.340903 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.03.21 18:03:45.340936 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.03.21 18:03:45.340952 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.03.21 18:03:45.340967 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.03.21 18:03:45.340996 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.03.21 18:03:45.341011 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.03.21 18:03:45.377146 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.03.21 18:03:45.386711 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.03.21 18:03:45.386738 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.677e-05 sec 2024.03.21 18:03:45.386752 [ 1 ] {} ReferentialDeps: No tables 2024.03.21 18:03:45.386767 [ 1 ] {} LoadingDeps: No tables 2024.03.21 18:03:45.386789 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.03.21 18:03:45.386975 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.03.21 18:03:45.387016 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.03.21 18:03:45.387030 [ 1 ] {} Application: Loaded metadata. 2024.03.21 18:03:45.387045 [ 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.03.21 18:03:45.387057 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.03.21 18:03:45.411203 [ 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.03.21 18:03:45.609242 [ 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.03.21 18:03:45.609307 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.03.21 18:03:45.700256 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.03.21 18:03:45.700471 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.20 MiB 2024.03.21 18:03:45.701369 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5611e-05 sec. 2024.03.21 18:03:45.701719 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.03.21 18:03:45.701789 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.03.21 18:03:45.701851 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.03.21 18:03:45.701872 [ 1 ] {} Application: Ready for connections. 2024.03.21 18:03:46.627827 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.628044 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.628082 [ 3 ] {} HTTP-Session: 453cd11b-bcbf-412e-bf4f-8ad2e7eef630 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.628115 [ 3 ] {} HTTP-Session: 453cd11b-bcbf-412e-bf4f-8ad2e7eef630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.628135 [ 3 ] {} HTTP-Session: 453cd11b-bcbf-412e-bf4f-8ad2e7eef630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.628222 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.03.21 18:03:46.628256 [ 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.03.21 18:03:46.628280 [ 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.03.21 18:03:46.628345 [ 3 ] {} HTTP-Session: 453cd11b-bcbf-412e-bf4f-8ad2e7eef630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.629309 [ 3 ] {e68c9465-c5ee-45f4-9c0b-9e0d4a034fd7} executeQuery: (from [fd00:1122:3344:101::d]:64815) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.03.21 18:03:46.660896 [ 3 ] {e68c9465-c5ee-45f4-9c0b-9e0d4a034fd7} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64815) (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.03.21 18:03:46.661623 [ 3 ] {e68c9465-c5ee-45f4-9c0b-9e0d4a034fd7} 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.03.21 18:03:46.661825 [ 3 ] {} HTTP-Session: 453cd11b-bcbf-412e-bf4f-8ad2e7eef630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.662239 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.662311 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.662337 [ 3 ] {} HTTP-Session: 842dcd0c-2694-4d49-837a-3092c4402ff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.662365 [ 3 ] {} HTTP-Session: 842dcd0c-2694-4d49-837a-3092c4402ff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.662379 [ 3 ] {} HTTP-Session: 842dcd0c-2694-4d49-837a-3092c4402ff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.662424 [ 3 ] {} HTTP-Session: 842dcd0c-2694-4d49-837a-3092c4402ff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.663524 [ 3 ] {783871f4-f4e7-4e78-b55d-735d9370dcf6} executeQuery: (from [fd00:1122:3344:101::d]:64815) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.03.21 18:03:46.663636 [ 3 ] {783871f4-f4e7-4e78-b55d-735d9370dcf6} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.03.21 18:03:46.665691 [ 3 ] {783871f4-f4e7-4e78-b55d-735d9370dcf6} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.03.21 18:03:46.668499 [ 3 ] {783871f4-f4e7-4e78-b55d-735d9370dcf6} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:03:46.674389 [ 3 ] {783871f4-f4e7-4e78-b55d-735d9370dcf6} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.674425 [ 3 ] {783871f4-f4e7-4e78-b55d-735d9370dcf6} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:03:46.674442 [ 3 ] {} HTTP-Session: 842dcd0c-2694-4d49-837a-3092c4402ff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.674613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.674671 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.674696 [ 3 ] {} HTTP-Session: 62b3de32-a39f-4c47-9fce-054062aeb5b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.674715 [ 3 ] {} HTTP-Session: 62b3de32-a39f-4c47-9fce-054062aeb5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.674731 [ 3 ] {} HTTP-Session: 62b3de32-a39f-4c47-9fce-054062aeb5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.674766 [ 3 ] {} HTTP-Session: 62b3de32-a39f-4c47-9fce-054062aeb5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.674857 [ 3 ] {1ff81b7c-8fb6-4a7d-894b-1fefb2c38af1} executeQuery: (from [fd00:1122:3344:101::d]:64815) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.03.21 18:03:46.675107 [ 3 ] {1ff81b7c-8fb6-4a7d-894b-1fefb2c38af1} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64815) (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.03.21 18:03:46.675227 [ 3 ] {1ff81b7c-8fb6-4a7d-894b-1fefb2c38af1} 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.03.21 18:03:46.675356 [ 3 ] {} HTTP-Session: 62b3de32-a39f-4c47-9fce-054062aeb5b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.675636 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.675692 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.675718 [ 3 ] {} HTTP-Session: 4a358389-197f-4e3d-8183-6c5a6623dbae Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.675747 [ 3 ] {} HTTP-Session: 4a358389-197f-4e3d-8183-6c5a6623dbae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.675775 [ 3 ] {} HTTP-Session: 4a358389-197f-4e3d-8183-6c5a6623dbae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.675809 [ 3 ] {} HTTP-Session: 4a358389-197f-4e3d-8183-6c5a6623dbae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.675943 [ 3 ] {f746d94a-cb2d-433a-91c3-4b70c5d27d7e} executeQuery: (from [fd00:1122:3344:101::d]:64815) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.03.21 18:03:46.676060 [ 3 ] {f746d94a-cb2d-433a-91c3-4b70c5d27d7e} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.676084 [ 3 ] {} HTTP-Session: 4a358389-197f-4e3d-8183-6c5a6623dbae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.676230 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.676278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.676296 [ 3 ] {} HTTP-Session: f3ea893a-aa0c-4195-abb2-3972da7064b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.676317 [ 3 ] {} HTTP-Session: f3ea893a-aa0c-4195-abb2-3972da7064b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.676333 [ 3 ] {} HTTP-Session: f3ea893a-aa0c-4195-abb2-3972da7064b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.676362 [ 3 ] {} HTTP-Session: f3ea893a-aa0c-4195-abb2-3972da7064b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.676415 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} executeQuery: (from [fd00:1122:3344:101::d]:64815) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.03.21 18:03:46.676476 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.03.21 18:03:46.686988 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.03.21 18:03:46.687051 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000117602 sec 2024.03.21 18:03:46.687087 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} ReferentialDeps: No tables 2024.03.21 18:03:46.687111 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} LoadingDeps: No tables 2024.03.21 18:03:46.687157 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} DatabaseAtomic (oximeter): Starting up tables. 2024.03.21 18:03:46.687303 [ 3 ] {5ac84a1e-eddb-420a-89b1-2d42349ab41a} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.687354 [ 3 ] {} HTTP-Session: f3ea893a-aa0c-4195-abb2-3972da7064b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.687506 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.687561 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.687587 [ 3 ] {} HTTP-Session: 05cb6615-29c0-4438-bec8-f4a8af971bab Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.687605 [ 3 ] {} HTTP-Session: 05cb6615-29c0-4438-bec8-f4a8af971bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.687624 [ 3 ] {} HTTP-Session: 05cb6615-29c0-4438-bec8-f4a8af971bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.687661 [ 3 ] {} HTTP-Session: 05cb6615-29c0-4438-bec8-f4a8af971bab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.687771 [ 3 ] {b6b73818-c7d9-4ea2-981b-5efe5c0bb088} executeQuery: (from [fd00:1122:3344:101::d]:64815) /* 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.03.21 18:03:46.687826 [ 3 ] {b6b73818-c7d9-4ea2-981b-5efe5c0bb088} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.03.21 18:03:46.691798 [ 3 ] {b6b73818-c7d9-4ea2-981b-5efe5c0bb088} StoragePolicy (default): Storage policy default created, total volumes 1 2024.03.21 18:03:46.701666 [ 3 ] {b6b73818-c7d9-4ea2-981b-5efe5c0bb088} oximeter.version (01632058-f9f5-4cc6-88e5-7a47cb4f62f9): Loading data parts 2024.03.21 18:03:46.702075 [ 3 ] {b6b73818-c7d9-4ea2-981b-5efe5c0bb088} oximeter.version (01632058-f9f5-4cc6-88e5-7a47cb4f62f9): There are no data parts 2024.03.21 18:03:46.705557 [ 3 ] {b6b73818-c7d9-4ea2-981b-5efe5c0bb088} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.705598 [ 3 ] {} HTTP-Session: 05cb6615-29c0-4438-bec8-f4a8af971bab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.705742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.705791 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.705817 [ 3 ] {} HTTP-Session: 42a9a284-fda2-4829-9676-897e1bfe1fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.705841 [ 3 ] {} HTTP-Session: 42a9a284-fda2-4829-9676-897e1bfe1fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.705856 [ 3 ] {} HTTP-Session: 42a9a284-fda2-4829-9676-897e1bfe1fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.705890 [ 3 ] {} HTTP-Session: 42a9a284-fda2-4829-9676-897e1bfe1fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.706067 [ 3 ] {8935dc4f-7f69-4f6a-a315-368e7c2479c8} executeQuery: (from [fd00:1122:3344:101::d]:64815) /* 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.03.21 18:03:46.706126 [ 3 ] {8935dc4f-7f69-4f6a-a315-368e7c2479c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.03.21 18:03:46.714535 [ 3 ] {8935dc4f-7f69-4f6a-a315-368e7c2479c8} oximeter.measurements_bool (c215d980-a890-4611-a279-625ad55e7e2c): Loading data parts 2024.03.21 18:03:46.714708 [ 3 ] {8935dc4f-7f69-4f6a-a315-368e7c2479c8} oximeter.measurements_bool (c215d980-a890-4611-a279-625ad55e7e2c): There are no data parts 2024.03.21 18:03:46.717227 [ 3 ] {8935dc4f-7f69-4f6a-a315-368e7c2479c8} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.717261 [ 3 ] {} HTTP-Session: 42a9a284-fda2-4829-9676-897e1bfe1fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.717410 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.717474 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.717494 [ 3 ] {} HTTP-Session: c76d968b-889a-4576-9549-b48de8412d8a Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.717518 [ 3 ] {} HTTP-Session: c76d968b-889a-4576-9549-b48de8412d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.717532 [ 3 ] {} HTTP-Session: c76d968b-889a-4576-9549-b48de8412d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.717570 [ 3 ] {} HTTP-Session: c76d968b-889a-4576-9549-b48de8412d8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.717723 [ 3 ] {51b76d89-c674-4b8c-bf3d-2509bf40d60f} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.717776 [ 3 ] {51b76d89-c674-4b8c-bf3d-2509bf40d60f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.03.21 18:03:46.725876 [ 3 ] {51b76d89-c674-4b8c-bf3d-2509bf40d60f} oximeter.measurements_i8 (78b4ec0a-2218-411d-bb8f-31cdff83a1fc): Loading data parts 2024.03.21 18:03:46.726033 [ 3 ] {51b76d89-c674-4b8c-bf3d-2509bf40d60f} oximeter.measurements_i8 (78b4ec0a-2218-411d-bb8f-31cdff83a1fc): There are no data parts 2024.03.21 18:03:46.728819 [ 3 ] {51b76d89-c674-4b8c-bf3d-2509bf40d60f} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.728864 [ 3 ] {} HTTP-Session: c76d968b-889a-4576-9549-b48de8412d8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.729018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.729074 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.729107 [ 3 ] {} HTTP-Session: dd19296a-bc2e-44c1-949b-51417a516278 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.729136 [ 3 ] {} HTTP-Session: dd19296a-bc2e-44c1-949b-51417a516278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.729154 [ 3 ] {} HTTP-Session: dd19296a-bc2e-44c1-949b-51417a516278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.729198 [ 3 ] {} HTTP-Session: dd19296a-bc2e-44c1-949b-51417a516278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.729386 [ 3 ] {b9dcd61b-206f-4644-9f12-c70b5fe1ee99} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.729442 [ 3 ] {b9dcd61b-206f-4644-9f12-c70b5fe1ee99} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.03.21 18:03:46.737869 [ 3 ] {b9dcd61b-206f-4644-9f12-c70b5fe1ee99} oximeter.measurements_u8 (58653eec-451e-4e08-b7bf-96d59c417609): Loading data parts 2024.03.21 18:03:46.738092 [ 3 ] {b9dcd61b-206f-4644-9f12-c70b5fe1ee99} oximeter.measurements_u8 (58653eec-451e-4e08-b7bf-96d59c417609): There are no data parts 2024.03.21 18:03:46.739989 [ 3 ] {b9dcd61b-206f-4644-9f12-c70b5fe1ee99} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.740027 [ 3 ] {} HTTP-Session: dd19296a-bc2e-44c1-949b-51417a516278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.740147 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.740208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.740228 [ 3 ] {} HTTP-Session: ebe991b3-213d-49bf-9288-a694a46833fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.740245 [ 3 ] {} HTTP-Session: ebe991b3-213d-49bf-9288-a694a46833fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.740268 [ 3 ] {} HTTP-Session: ebe991b3-213d-49bf-9288-a694a46833fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.740306 [ 3 ] {} HTTP-Session: ebe991b3-213d-49bf-9288-a694a46833fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.740456 [ 3 ] {89e28856-8fcc-4ac9-aec8-21ef46e71c36} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.740508 [ 3 ] {89e28856-8fcc-4ac9-aec8-21ef46e71c36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.03.21 18:03:46.743220 [ 3 ] {89e28856-8fcc-4ac9-aec8-21ef46e71c36} oximeter.measurements_i16 (36cd1682-6b7b-455f-bee0-e699dc706c0c): Loading data parts 2024.03.21 18:03:46.743357 [ 3 ] {89e28856-8fcc-4ac9-aec8-21ef46e71c36} oximeter.measurements_i16 (36cd1682-6b7b-455f-bee0-e699dc706c0c): There are no data parts 2024.03.21 18:03:46.744678 [ 3 ] {89e28856-8fcc-4ac9-aec8-21ef46e71c36} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.744715 [ 3 ] {} HTTP-Session: ebe991b3-213d-49bf-9288-a694a46833fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.744837 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.744883 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.744910 [ 3 ] {} HTTP-Session: 527ac392-de3d-4389-9418-66b43cafae9b Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.744934 [ 3 ] {} HTTP-Session: 527ac392-de3d-4389-9418-66b43cafae9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.744949 [ 3 ] {} HTTP-Session: 527ac392-de3d-4389-9418-66b43cafae9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.744987 [ 3 ] {} HTTP-Session: 527ac392-de3d-4389-9418-66b43cafae9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.745138 [ 3 ] {aa19c528-7ddd-4caf-84c5-97c108f4072a} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.745197 [ 3 ] {aa19c528-7ddd-4caf-84c5-97c108f4072a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.03.21 18:03:46.751923 [ 3 ] {aa19c528-7ddd-4caf-84c5-97c108f4072a} oximeter.measurements_u16 (3006cce1-5387-4fff-b642-462e7fe2034c): Loading data parts 2024.03.21 18:03:46.752192 [ 3 ] {aa19c528-7ddd-4caf-84c5-97c108f4072a} oximeter.measurements_u16 (3006cce1-5387-4fff-b642-462e7fe2034c): There are no data parts 2024.03.21 18:03:46.760295 [ 3 ] {aa19c528-7ddd-4caf-84c5-97c108f4072a} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.760361 [ 3 ] {} HTTP-Session: 527ac392-de3d-4389-9418-66b43cafae9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.760583 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.760701 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.760743 [ 3 ] {} HTTP-Session: 84564a46-82cc-4664-828a-3cdb8aa8d9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.760778 [ 3 ] {} HTTP-Session: 84564a46-82cc-4664-828a-3cdb8aa8d9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.760806 [ 3 ] {} HTTP-Session: 84564a46-82cc-4664-828a-3cdb8aa8d9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.760849 [ 3 ] {} HTTP-Session: 84564a46-82cc-4664-828a-3cdb8aa8d9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.760996 [ 3 ] {d7be6ebe-7a86-4144-a36f-934cc1fc16e8} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.761047 [ 3 ] {d7be6ebe-7a86-4144-a36f-934cc1fc16e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.03.21 18:03:46.769525 [ 3 ] {d7be6ebe-7a86-4144-a36f-934cc1fc16e8} oximeter.measurements_i32 (d338f8fc-1c3a-495a-81fd-a817152f4784): Loading data parts 2024.03.21 18:03:46.769672 [ 3 ] {d7be6ebe-7a86-4144-a36f-934cc1fc16e8} oximeter.measurements_i32 (d338f8fc-1c3a-495a-81fd-a817152f4784): There are no data parts 2024.03.21 18:03:46.772053 [ 3 ] {d7be6ebe-7a86-4144-a36f-934cc1fc16e8} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.772090 [ 3 ] {} HTTP-Session: 84564a46-82cc-4664-828a-3cdb8aa8d9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.772208 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.772261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.772287 [ 3 ] {} HTTP-Session: 65267430-be54-4010-b5ce-0ef9e86f2576 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.772310 [ 3 ] {} HTTP-Session: 65267430-be54-4010-b5ce-0ef9e86f2576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.772324 [ 3 ] {} HTTP-Session: 65267430-be54-4010-b5ce-0ef9e86f2576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.772361 [ 3 ] {} HTTP-Session: 65267430-be54-4010-b5ce-0ef9e86f2576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.772507 [ 3 ] {5c2dcc6b-328d-4047-b841-c5c727b929ec} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.772557 [ 3 ] {5c2dcc6b-328d-4047-b841-c5c727b929ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.03.21 18:03:46.777320 [ 3 ] {5c2dcc6b-328d-4047-b841-c5c727b929ec} oximeter.measurements_u32 (f607a1b9-d7db-4d55-b4ed-e07deee6a3bc): Loading data parts 2024.03.21 18:03:46.777538 [ 3 ] {5c2dcc6b-328d-4047-b841-c5c727b929ec} oximeter.measurements_u32 (f607a1b9-d7db-4d55-b4ed-e07deee6a3bc): There are no data parts 2024.03.21 18:03:46.782946 [ 3 ] {5c2dcc6b-328d-4047-b841-c5c727b929ec} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.782986 [ 3 ] {} HTTP-Session: 65267430-be54-4010-b5ce-0ef9e86f2576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.783101 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.783161 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.783191 [ 3 ] {} HTTP-Session: 73f37770-488d-45d9-9080-8d73422ec37b Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.783210 [ 3 ] {} HTTP-Session: 73f37770-488d-45d9-9080-8d73422ec37b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.783232 [ 3 ] {} HTTP-Session: 73f37770-488d-45d9-9080-8d73422ec37b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.783273 [ 3 ] {} HTTP-Session: 73f37770-488d-45d9-9080-8d73422ec37b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.783421 [ 3 ] {bc52ea5b-d901-4f6c-9630-cfcf2e8e9ac9} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.783469 [ 3 ] {bc52ea5b-d901-4f6c-9630-cfcf2e8e9ac9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.03.21 18:03:46.786628 [ 3 ] {bc52ea5b-d901-4f6c-9630-cfcf2e8e9ac9} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Loading data parts 2024.03.21 18:03:46.786789 [ 3 ] {bc52ea5b-d901-4f6c-9630-cfcf2e8e9ac9} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): There are no data parts 2024.03.21 18:03:46.788047 [ 3 ] {bc52ea5b-d901-4f6c-9630-cfcf2e8e9ac9} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.788084 [ 3 ] {} HTTP-Session: 73f37770-488d-45d9-9080-8d73422ec37b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.788203 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.788257 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.788283 [ 3 ] {} HTTP-Session: a1211b86-fa4b-494c-a34b-151f1e3b3f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.788306 [ 3 ] {} HTTP-Session: a1211b86-fa4b-494c-a34b-151f1e3b3f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.788319 [ 3 ] {} HTTP-Session: a1211b86-fa4b-494c-a34b-151f1e3b3f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.788354 [ 3 ] {} HTTP-Session: a1211b86-fa4b-494c-a34b-151f1e3b3f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.788504 [ 3 ] {01a14934-3e66-4a5b-92c0-d247ca8e2ee3} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.788554 [ 3 ] {01a14934-3e66-4a5b-92c0-d247ca8e2ee3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.03.21 18:03:46.793136 [ 3 ] {01a14934-3e66-4a5b-92c0-d247ca8e2ee3} oximeter.measurements_u64 (993fee9d-9a41-44cb-a196-95caddcfd317): Loading data parts 2024.03.21 18:03:46.793263 [ 3 ] {01a14934-3e66-4a5b-92c0-d247ca8e2ee3} oximeter.measurements_u64 (993fee9d-9a41-44cb-a196-95caddcfd317): There are no data parts 2024.03.21 18:03:46.799178 [ 3 ] {01a14934-3e66-4a5b-92c0-d247ca8e2ee3} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.799249 [ 3 ] {} HTTP-Session: a1211b86-fa4b-494c-a34b-151f1e3b3f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.799460 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.799509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.799536 [ 3 ] {} HTTP-Session: 27793830-498a-47c5-9402-9efb5f8ff723 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.799552 [ 3 ] {} HTTP-Session: 27793830-498a-47c5-9402-9efb5f8ff723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.799570 [ 3 ] {} HTTP-Session: 27793830-498a-47c5-9402-9efb5f8ff723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.799603 [ 3 ] {} HTTP-Session: 27793830-498a-47c5-9402-9efb5f8ff723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.799748 [ 3 ] {cf700895-f273-4242-8837-b07a6757129e} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.799796 [ 3 ] {cf700895-f273-4242-8837-b07a6757129e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.03.21 18:03:46.802886 [ 3 ] {cf700895-f273-4242-8837-b07a6757129e} oximeter.measurements_f32 (fa47f08f-45fc-4758-81f6-e35e97d4db82): Loading data parts 2024.03.21 18:03:46.803142 [ 3 ] {cf700895-f273-4242-8837-b07a6757129e} oximeter.measurements_f32 (fa47f08f-45fc-4758-81f6-e35e97d4db82): There are no data parts 2024.03.21 18:03:46.804512 [ 3 ] {cf700895-f273-4242-8837-b07a6757129e} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.804550 [ 3 ] {} HTTP-Session: 27793830-498a-47c5-9402-9efb5f8ff723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.804661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.804717 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.804744 [ 3 ] {} HTTP-Session: f884849a-d20e-4a4d-a41b-9ea2371b64a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.804768 [ 3 ] {} HTTP-Session: f884849a-d20e-4a4d-a41b-9ea2371b64a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.804781 [ 3 ] {} HTTP-Session: f884849a-d20e-4a4d-a41b-9ea2371b64a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.804817 [ 3 ] {} HTTP-Session: f884849a-d20e-4a4d-a41b-9ea2371b64a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.804967 [ 3 ] {913d87fd-97f8-496f-a5fa-b3aaf9cb0d39} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.805019 [ 3 ] {913d87fd-97f8-496f-a5fa-b3aaf9cb0d39} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.03.21 18:03:46.809630 [ 3 ] {913d87fd-97f8-496f-a5fa-b3aaf9cb0d39} oximeter.measurements_f64 (1a5e6ee8-0603-4353-90b7-7b57b2ce9e41): Loading data parts 2024.03.21 18:03:46.809864 [ 3 ] {913d87fd-97f8-496f-a5fa-b3aaf9cb0d39} oximeter.measurements_f64 (1a5e6ee8-0603-4353-90b7-7b57b2ce9e41): There are no data parts 2024.03.21 18:03:46.816184 [ 3 ] {913d87fd-97f8-496f-a5fa-b3aaf9cb0d39} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.816254 [ 3 ] {} HTTP-Session: f884849a-d20e-4a4d-a41b-9ea2371b64a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.816472 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.816594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.816652 [ 3 ] {} HTTP-Session: 8b3e9c5b-6535-4fac-8c8c-d8c7b0c14362 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.816691 [ 3 ] {} HTTP-Session: 8b3e9c5b-6535-4fac-8c8c-d8c7b0c14362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.816736 [ 3 ] {} HTTP-Session: 8b3e9c5b-6535-4fac-8c8c-d8c7b0c14362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.816798 [ 3 ] {} HTTP-Session: 8b3e9c5b-6535-4fac-8c8c-d8c7b0c14362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.816951 [ 3 ] {3d24f5b2-57b0-437f-a150-1d965a94ea8e} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.817004 [ 3 ] {3d24f5b2-57b0-437f-a150-1d965a94ea8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.03.21 18:03:46.820139 [ 3 ] {3d24f5b2-57b0-437f-a150-1d965a94ea8e} oximeter.measurements_string (fe8b3a00-ea7f-4acb-8081-32087d5eac7b): Loading data parts 2024.03.21 18:03:46.820289 [ 3 ] {3d24f5b2-57b0-437f-a150-1d965a94ea8e} oximeter.measurements_string (fe8b3a00-ea7f-4acb-8081-32087d5eac7b): There are no data parts 2024.03.21 18:03:46.821872 [ 3 ] {3d24f5b2-57b0-437f-a150-1d965a94ea8e} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.821906 [ 3 ] {} HTTP-Session: 8b3e9c5b-6535-4fac-8c8c-d8c7b0c14362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.822068 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.822120 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.822144 [ 3 ] {} HTTP-Session: 96a25976-361d-44c8-a143-7f70b37f247c Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.822167 [ 3 ] {} HTTP-Session: 96a25976-361d-44c8-a143-7f70b37f247c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.822181 [ 3 ] {} HTTP-Session: 96a25976-361d-44c8-a143-7f70b37f247c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.822215 [ 3 ] {} HTTP-Session: 96a25976-361d-44c8-a143-7f70b37f247c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.822361 [ 3 ] {0ebf2da9-059c-43f9-82a8-19944c866f6a} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.822415 [ 3 ] {0ebf2da9-059c-43f9-82a8-19944c866f6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.03.21 18:03:46.827062 [ 3 ] {0ebf2da9-059c-43f9-82a8-19944c866f6a} oximeter.measurements_bytes (5e626e91-6c15-422b-b8ca-670296d4befa): Loading data parts 2024.03.21 18:03:46.827311 [ 3 ] {0ebf2da9-059c-43f9-82a8-19944c866f6a} oximeter.measurements_bytes (5e626e91-6c15-422b-b8ca-670296d4befa): There are no data parts 2024.03.21 18:03:46.833174 [ 3 ] {0ebf2da9-059c-43f9-82a8-19944c866f6a} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.833216 [ 3 ] {} HTTP-Session: 96a25976-361d-44c8-a143-7f70b37f247c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.833345 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.833399 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.833424 [ 3 ] {} HTTP-Session: 6d970ec2-b480-4234-908b-77c9ad312a99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.833446 [ 3 ] {} HTTP-Session: 6d970ec2-b480-4234-908b-77c9ad312a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.833459 [ 3 ] {} HTTP-Session: 6d970ec2-b480-4234-908b-77c9ad312a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.833494 [ 3 ] {} HTTP-Session: 6d970ec2-b480-4234-908b-77c9ad312a99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.833649 [ 3 ] {34cdf2d1-f85c-44dd-aaf3-3a2bea3c7b2e} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.833704 [ 3 ] {34cdf2d1-f85c-44dd-aaf3-3a2bea3c7b2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.03.21 18:03:46.837406 [ 3 ] {34cdf2d1-f85c-44dd-aaf3-3a2bea3c7b2e} oximeter.measurements_cumulativei64 (462ee85e-6b36-47ce-91de-90cf1cc4b26c): Loading data parts 2024.03.21 18:03:46.837691 [ 3 ] {34cdf2d1-f85c-44dd-aaf3-3a2bea3c7b2e} oximeter.measurements_cumulativei64 (462ee85e-6b36-47ce-91de-90cf1cc4b26c): There are no data parts 2024.03.21 18:03:46.839233 [ 3 ] {34cdf2d1-f85c-44dd-aaf3-3a2bea3c7b2e} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.839261 [ 3 ] {} HTTP-Session: 6d970ec2-b480-4234-908b-77c9ad312a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.839414 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.839466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.839485 [ 3 ] {} HTTP-Session: bc9be5c5-7aea-45ef-836a-ac4f5859b04c Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.839506 [ 3 ] {} HTTP-Session: bc9be5c5-7aea-45ef-836a-ac4f5859b04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.839525 [ 3 ] {} HTTP-Session: bc9be5c5-7aea-45ef-836a-ac4f5859b04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.839556 [ 3 ] {} HTTP-Session: bc9be5c5-7aea-45ef-836a-ac4f5859b04c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.839708 [ 3 ] {6bafbd7d-89d2-4cdd-bef0-dec65f4fa4c8} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.839762 [ 3 ] {6bafbd7d-89d2-4cdd-bef0-dec65f4fa4c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.03.21 18:03:46.844537 [ 3 ] {6bafbd7d-89d2-4cdd-bef0-dec65f4fa4c8} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Loading data parts 2024.03.21 18:03:46.844765 [ 3 ] {6bafbd7d-89d2-4cdd-bef0-dec65f4fa4c8} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): There are no data parts 2024.03.21 18:03:46.850342 [ 3 ] {6bafbd7d-89d2-4cdd-bef0-dec65f4fa4c8} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.850381 [ 3 ] {} HTTP-Session: bc9be5c5-7aea-45ef-836a-ac4f5859b04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.850496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.850558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.850586 [ 3 ] {} HTTP-Session: 0806d580-683b-4336-a04b-9c60d184275a Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.850606 [ 3 ] {} HTTP-Session: 0806d580-683b-4336-a04b-9c60d184275a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.850629 [ 3 ] {} HTTP-Session: 0806d580-683b-4336-a04b-9c60d184275a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.850670 [ 3 ] {} HTTP-Session: 0806d580-683b-4336-a04b-9c60d184275a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.850854 [ 3 ] {11853950-f6e1-4efd-9765-4667cb351558} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.850919 [ 3 ] {11853950-f6e1-4efd-9765-4667cb351558} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.03.21 18:03:46.854149 [ 3 ] {11853950-f6e1-4efd-9765-4667cb351558} oximeter.measurements_cumulativef32 (1fbeab8f-1bf5-4fac-85af-80f9207d1476): Loading data parts 2024.03.21 18:03:46.854306 [ 3 ] {11853950-f6e1-4efd-9765-4667cb351558} oximeter.measurements_cumulativef32 (1fbeab8f-1bf5-4fac-85af-80f9207d1476): There are no data parts 2024.03.21 18:03:46.855904 [ 3 ] {11853950-f6e1-4efd-9765-4667cb351558} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.855938 [ 3 ] {} HTTP-Session: 0806d580-683b-4336-a04b-9c60d184275a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.856060 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.856105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.856131 [ 3 ] {} HTTP-Session: 1c6ffca8-a482-4108-9388-90adad3925bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.856154 [ 3 ] {} HTTP-Session: 1c6ffca8-a482-4108-9388-90adad3925bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.856167 [ 3 ] {} HTTP-Session: 1c6ffca8-a482-4108-9388-90adad3925bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.856201 [ 3 ] {} HTTP-Session: 1c6ffca8-a482-4108-9388-90adad3925bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.856356 [ 3 ] {830be70d-edd7-4e25-8270-d457aa5f0b3e} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.856411 [ 3 ] {830be70d-edd7-4e25-8270-d457aa5f0b3e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.03.21 18:03:46.861124 [ 3 ] {830be70d-edd7-4e25-8270-d457aa5f0b3e} oximeter.measurements_cumulativef64 (0bf3f4d2-7223-41d3-9ba8-8064a30d0b3b): Loading data parts 2024.03.21 18:03:46.861358 [ 3 ] {830be70d-edd7-4e25-8270-d457aa5f0b3e} oximeter.measurements_cumulativef64 (0bf3f4d2-7223-41d3-9ba8-8064a30d0b3b): There are no data parts 2024.03.21 18:03:46.869882 [ 3 ] {830be70d-edd7-4e25-8270-d457aa5f0b3e} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.869909 [ 3 ] {} HTTP-Session: 1c6ffca8-a482-4108-9388-90adad3925bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.870040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.870093 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.870111 [ 3 ] {} HTTP-Session: 11c2b232-d14a-4aa5-a35d-c3b23bec4f8c Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.870133 [ 3 ] {} HTTP-Session: 11c2b232-d14a-4aa5-a35d-c3b23bec4f8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.870152 [ 3 ] {} HTTP-Session: 11c2b232-d14a-4aa5-a35d-c3b23bec4f8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.870182 [ 3 ] {} HTTP-Session: 11c2b232-d14a-4aa5-a35d-c3b23bec4f8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.870346 [ 3 ] {48999dd6-7ecd-4b8d-9096-ad46c49aab6d} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.870403 [ 3 ] {48999dd6-7ecd-4b8d-9096-ad46c49aab6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.03.21 18:03:46.873831 [ 3 ] {48999dd6-7ecd-4b8d-9096-ad46c49aab6d} oximeter.measurements_histogrami8 (b769da6b-7b64-4ea2-811d-11d29dc3266c): Loading data parts 2024.03.21 18:03:46.873979 [ 3 ] {48999dd6-7ecd-4b8d-9096-ad46c49aab6d} oximeter.measurements_histogrami8 (b769da6b-7b64-4ea2-811d-11d29dc3266c): There are no data parts 2024.03.21 18:03:46.875241 [ 3 ] {48999dd6-7ecd-4b8d-9096-ad46c49aab6d} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.875269 [ 3 ] {} HTTP-Session: 11c2b232-d14a-4aa5-a35d-c3b23bec4f8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.875378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.875432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.875457 [ 3 ] {} HTTP-Session: 354242cb-ef10-4e6d-8538-a9b694465c1b Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.875474 [ 3 ] {} HTTP-Session: 354242cb-ef10-4e6d-8538-a9b694465c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.875493 [ 3 ] {} HTTP-Session: 354242cb-ef10-4e6d-8538-a9b694465c1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.875528 [ 3 ] {} HTTP-Session: 354242cb-ef10-4e6d-8538-a9b694465c1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.875685 [ 3 ] {992ba47e-8fda-4272-9ac9-d5cb3b6aa1e3} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.875739 [ 3 ] {992ba47e-8fda-4272-9ac9-d5cb3b6aa1e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.03.21 18:03:46.880447 [ 3 ] {992ba47e-8fda-4272-9ac9-d5cb3b6aa1e3} oximeter.measurements_histogramu8 (f0f2cb72-93ba-4b9b-9843-4e56376b7905): Loading data parts 2024.03.21 18:03:46.880714 [ 3 ] {992ba47e-8fda-4272-9ac9-d5cb3b6aa1e3} oximeter.measurements_histogramu8 (f0f2cb72-93ba-4b9b-9843-4e56376b7905): There are no data parts 2024.03.21 18:03:46.886653 [ 3 ] {992ba47e-8fda-4272-9ac9-d5cb3b6aa1e3} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.886739 [ 3 ] {} HTTP-Session: 354242cb-ef10-4e6d-8538-a9b694465c1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.886941 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.887047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.887095 [ 3 ] {} HTTP-Session: bf5676ff-1491-4dc1-94aa-79e0bff92254 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.887140 [ 3 ] {} HTTP-Session: bf5676ff-1491-4dc1-94aa-79e0bff92254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.887167 [ 3 ] {} HTTP-Session: bf5676ff-1491-4dc1-94aa-79e0bff92254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.887237 [ 3 ] {} HTTP-Session: bf5676ff-1491-4dc1-94aa-79e0bff92254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.887485 [ 3 ] {51d466ce-232e-47ab-b266-8b316ee6e431} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.887541 [ 3 ] {51d466ce-232e-47ab-b266-8b316ee6e431} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.03.21 18:03:46.890658 [ 3 ] {51d466ce-232e-47ab-b266-8b316ee6e431} oximeter.measurements_histogrami16 (4d021764-6fa6-4f3a-a958-46ec2d161c8a): Loading data parts 2024.03.21 18:03:46.890795 [ 3 ] {51d466ce-232e-47ab-b266-8b316ee6e431} oximeter.measurements_histogrami16 (4d021764-6fa6-4f3a-a958-46ec2d161c8a): There are no data parts 2024.03.21 18:03:46.892055 [ 3 ] {51d466ce-232e-47ab-b266-8b316ee6e431} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.892082 [ 3 ] {} HTTP-Session: bf5676ff-1491-4dc1-94aa-79e0bff92254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.892197 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.892250 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.892269 [ 3 ] {} HTTP-Session: 585068ba-f2cf-4fa4-9430-89db9e7fe7b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.892291 [ 3 ] {} HTTP-Session: 585068ba-f2cf-4fa4-9430-89db9e7fe7b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.892311 [ 3 ] {} HTTP-Session: 585068ba-f2cf-4fa4-9430-89db9e7fe7b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.892340 [ 3 ] {} HTTP-Session: 585068ba-f2cf-4fa4-9430-89db9e7fe7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.892503 [ 3 ] {19632ada-c77b-4670-adf5-2fe6ae0ab516} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.892559 [ 3 ] {19632ada-c77b-4670-adf5-2fe6ae0ab516} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.03.21 18:03:46.897274 [ 3 ] {19632ada-c77b-4670-adf5-2fe6ae0ab516} oximeter.measurements_histogramu16 (d3ecdc9f-f6f0-4a62-88ec-8bf8c385e614): Loading data parts 2024.03.21 18:03:46.897549 [ 3 ] {19632ada-c77b-4670-adf5-2fe6ae0ab516} oximeter.measurements_histogramu16 (d3ecdc9f-f6f0-4a62-88ec-8bf8c385e614): There are no data parts 2024.03.21 18:03:46.903660 [ 3 ] {19632ada-c77b-4670-adf5-2fe6ae0ab516} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.903703 [ 3 ] {} HTTP-Session: 585068ba-f2cf-4fa4-9430-89db9e7fe7b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.903843 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.903906 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.903936 [ 3 ] {} HTTP-Session: bcaf3a7e-9213-48af-8ae9-b50515b28aef Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.903957 [ 3 ] {} HTTP-Session: bcaf3a7e-9213-48af-8ae9-b50515b28aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.903981 [ 3 ] {} HTTP-Session: bcaf3a7e-9213-48af-8ae9-b50515b28aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.904023 [ 3 ] {} HTTP-Session: bcaf3a7e-9213-48af-8ae9-b50515b28aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.904216 [ 3 ] {df46b327-7603-4306-af3f-8cc26f9b24a4} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.904285 [ 3 ] {df46b327-7603-4306-af3f-8cc26f9b24a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.03.21 18:03:46.907480 [ 3 ] {df46b327-7603-4306-af3f-8cc26f9b24a4} oximeter.measurements_histogrami32 (a43b4790-500b-41ee-bee1-90c0089a8369): Loading data parts 2024.03.21 18:03:46.907636 [ 3 ] {df46b327-7603-4306-af3f-8cc26f9b24a4} oximeter.measurements_histogrami32 (a43b4790-500b-41ee-bee1-90c0089a8369): There are no data parts 2024.03.21 18:03:46.908885 [ 3 ] {df46b327-7603-4306-af3f-8cc26f9b24a4} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.908919 [ 3 ] {} HTTP-Session: bcaf3a7e-9213-48af-8ae9-b50515b28aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.909041 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.909087 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.909112 [ 3 ] {} HTTP-Session: 96dd2370-5671-429a-9ae1-0945a4708a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.909135 [ 3 ] {} HTTP-Session: 96dd2370-5671-429a-9ae1-0945a4708a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.909148 [ 3 ] {} HTTP-Session: 96dd2370-5671-429a-9ae1-0945a4708a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.909183 [ 3 ] {} HTTP-Session: 96dd2370-5671-429a-9ae1-0945a4708a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.909352 [ 3 ] {1fd4de83-1234-4a9a-9aa2-9a2efa22267c} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.909413 [ 3 ] {1fd4de83-1234-4a9a-9aa2-9a2efa22267c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.03.21 18:03:46.914075 [ 3 ] {1fd4de83-1234-4a9a-9aa2-9a2efa22267c} oximeter.measurements_histogramu32 (cded9be3-a9fb-4a17-9400-82a902346980): Loading data parts 2024.03.21 18:03:46.914224 [ 3 ] {1fd4de83-1234-4a9a-9aa2-9a2efa22267c} oximeter.measurements_histogramu32 (cded9be3-a9fb-4a17-9400-82a902346980): There are no data parts 2024.03.21 18:03:46.920927 [ 3 ] {1fd4de83-1234-4a9a-9aa2-9a2efa22267c} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.920960 [ 3 ] {} HTTP-Session: 96dd2370-5671-429a-9ae1-0945a4708a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.921109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.921180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.921206 [ 3 ] {} HTTP-Session: da000921-fc1b-469e-a1c9-a17de6a21dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.921241 [ 3 ] {} HTTP-Session: da000921-fc1b-469e-a1c9-a17de6a21dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.921273 [ 3 ] {} HTTP-Session: da000921-fc1b-469e-a1c9-a17de6a21dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.921310 [ 3 ] {} HTTP-Session: da000921-fc1b-469e-a1c9-a17de6a21dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.921490 [ 3 ] {e63d8429-881a-482c-9ba0-d798f55267ba} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.921560 [ 3 ] {e63d8429-881a-482c-9ba0-d798f55267ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.03.21 18:03:46.924856 [ 3 ] {e63d8429-881a-482c-9ba0-d798f55267ba} oximeter.measurements_histogrami64 (c5a6b11c-0165-4026-a66d-fabf247706cc): Loading data parts 2024.03.21 18:03:46.925002 [ 3 ] {e63d8429-881a-482c-9ba0-d798f55267ba} oximeter.measurements_histogrami64 (c5a6b11c-0165-4026-a66d-fabf247706cc): There are no data parts 2024.03.21 18:03:46.926236 [ 3 ] {e63d8429-881a-482c-9ba0-d798f55267ba} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.926281 [ 3 ] {} HTTP-Session: da000921-fc1b-469e-a1c9-a17de6a21dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.926389 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.926449 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.926481 [ 3 ] {} HTTP-Session: 2f87b3ff-71f5-4734-934f-db8c74c64c35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.926497 [ 3 ] {} HTTP-Session: 2f87b3ff-71f5-4734-934f-db8c74c64c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.926523 [ 3 ] {} HTTP-Session: 2f87b3ff-71f5-4734-934f-db8c74c64c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.926563 [ 3 ] {} HTTP-Session: 2f87b3ff-71f5-4734-934f-db8c74c64c35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.926722 [ 3 ] {31959b75-3362-44d1-a182-9aded6afb2a8} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.926794 [ 3 ] {31959b75-3362-44d1-a182-9aded6afb2a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.03.21 18:03:46.931541 [ 3 ] {31959b75-3362-44d1-a182-9aded6afb2a8} oximeter.measurements_histogramu64 (d20f963f-c24e-4242-ac96-b45443e96e3e): Loading data parts 2024.03.21 18:03:46.931825 [ 3 ] {31959b75-3362-44d1-a182-9aded6afb2a8} oximeter.measurements_histogramu64 (d20f963f-c24e-4242-ac96-b45443e96e3e): There are no data parts 2024.03.21 18:03:46.937756 [ 3 ] {31959b75-3362-44d1-a182-9aded6afb2a8} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.937802 [ 3 ] {} HTTP-Session: 2f87b3ff-71f5-4734-934f-db8c74c64c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.937943 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.937999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.938032 [ 3 ] {} HTTP-Session: 4bdd71e2-6f26-457b-9652-41add4578f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.938060 [ 3 ] {} HTTP-Session: 4bdd71e2-6f26-457b-9652-41add4578f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.938077 [ 3 ] {} HTTP-Session: 4bdd71e2-6f26-457b-9652-41add4578f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.938121 [ 3 ] {} HTTP-Session: 4bdd71e2-6f26-457b-9652-41add4578f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.938321 [ 3 ] {e296e0a0-f164-495a-bf5f-f3c6a2b31c1b} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.938392 [ 3 ] {e296e0a0-f164-495a-bf5f-f3c6a2b31c1b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.03.21 18:03:46.941572 [ 3 ] {e296e0a0-f164-495a-bf5f-f3c6a2b31c1b} oximeter.measurements_histogramf32 (e92c0058-5de3-4cec-83b8-897ba8df0be6): Loading data parts 2024.03.21 18:03:46.941734 [ 3 ] {e296e0a0-f164-495a-bf5f-f3c6a2b31c1b} oximeter.measurements_histogramf32 (e92c0058-5de3-4cec-83b8-897ba8df0be6): There are no data parts 2024.03.21 18:03:46.942995 [ 3 ] {e296e0a0-f164-495a-bf5f-f3c6a2b31c1b} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.943024 [ 3 ] {} HTTP-Session: 4bdd71e2-6f26-457b-9652-41add4578f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.943156 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.943210 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.943229 [ 3 ] {} HTTP-Session: 36291473-36d1-49f0-bdef-56363e0d9752 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.943253 [ 3 ] {} HTTP-Session: 36291473-36d1-49f0-bdef-56363e0d9752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.943274 [ 3 ] {} HTTP-Session: 36291473-36d1-49f0-bdef-56363e0d9752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.943303 [ 3 ] {} HTTP-Session: 36291473-36d1-49f0-bdef-56363e0d9752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.943467 [ 3 ] {f6f59e9c-0d18-4df8-b422-f47ea15cb631} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.943524 [ 3 ] {f6f59e9c-0d18-4df8-b422-f47ea15cb631} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.03.21 18:03:46.948255 [ 3 ] {f6f59e9c-0d18-4df8-b422-f47ea15cb631} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Loading data parts 2024.03.21 18:03:46.948402 [ 3 ] {f6f59e9c-0d18-4df8-b422-f47ea15cb631} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): There are no data parts 2024.03.21 18:03:46.955121 [ 3 ] {f6f59e9c-0d18-4df8-b422-f47ea15cb631} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.955163 [ 3 ] {} HTTP-Session: 36291473-36d1-49f0-bdef-56363e0d9752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.955286 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.955349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.955380 [ 3 ] {} HTTP-Session: 95246886-da2a-49fc-9fb3-4a27e3fdaf99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.955401 [ 3 ] {} HTTP-Session: 95246886-da2a-49fc-9fb3-4a27e3fdaf99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.955422 [ 3 ] {} HTTP-Session: 95246886-da2a-49fc-9fb3-4a27e3fdaf99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.955460 [ 3 ] {} HTTP-Session: 95246886-da2a-49fc-9fb3-4a27e3fdaf99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.955577 [ 3 ] {c585bee2-65a4-4444-b5ba-e44fa78b6cd3} executeQuery: (from [fd00:1122:3344:101::d]:64815) /* 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.03.21 18:03:46.955634 [ 3 ] {c585bee2-65a4-4444-b5ba-e44fa78b6cd3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.03.21 18:03:46.964905 [ 3 ] {c585bee2-65a4-4444-b5ba-e44fa78b6cd3} oximeter.fields_bool (c86037e9-056f-4b78-b4a0-198ff8a6ea02): Loading data parts 2024.03.21 18:03:46.965044 [ 3 ] {c585bee2-65a4-4444-b5ba-e44fa78b6cd3} oximeter.fields_bool (c86037e9-056f-4b78-b4a0-198ff8a6ea02): There are no data parts 2024.03.21 18:03:46.975600 [ 3 ] {c585bee2-65a4-4444-b5ba-e44fa78b6cd3} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.975634 [ 3 ] {} HTTP-Session: 95246886-da2a-49fc-9fb3-4a27e3fdaf99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.975810 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.975879 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.975902 [ 3 ] {} HTTP-Session: 35648d46-828d-4f32-b2e8-f23ffba5aa23 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.975929 [ 3 ] {} HTTP-Session: 35648d46-828d-4f32-b2e8-f23ffba5aa23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.975954 [ 3 ] {} HTTP-Session: 35648d46-828d-4f32-b2e8-f23ffba5aa23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.975992 [ 3 ] {} HTTP-Session: 35648d46-828d-4f32-b2e8-f23ffba5aa23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.976136 [ 3 ] {b97406db-8c10-4522-b999-067edf9ed938} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.976192 [ 3 ] {b97406db-8c10-4522-b999-067edf9ed938} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.03.21 18:03:46.981463 [ 3 ] {b97406db-8c10-4522-b999-067edf9ed938} oximeter.fields_i8 (07c1e272-c94e-44a2-a08e-daa70cdad089): Loading data parts 2024.03.21 18:03:46.981733 [ 3 ] {b97406db-8c10-4522-b999-067edf9ed938} oximeter.fields_i8 (07c1e272-c94e-44a2-a08e-daa70cdad089): There are no data parts 2024.03.21 18:03:46.983963 [ 3 ] {b97406db-8c10-4522-b999-067edf9ed938} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.984005 [ 3 ] {} HTTP-Session: 35648d46-828d-4f32-b2e8-f23ffba5aa23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.984138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.984184 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.984217 [ 3 ] {} HTTP-Session: ea25b7a4-d817-4484-bd03-bb5cdd44b514 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.984248 [ 3 ] {} HTTP-Session: ea25b7a4-d817-4484-bd03-bb5cdd44b514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.984262 [ 3 ] {} HTTP-Session: ea25b7a4-d817-4484-bd03-bb5cdd44b514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.984304 [ 3 ] {} HTTP-Session: ea25b7a4-d817-4484-bd03-bb5cdd44b514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.984430 [ 3 ] {1dd3145e-cd15-4c87-aaae-43545818e206} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.984480 [ 3 ] {1dd3145e-cd15-4c87-aaae-43545818e206} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.03.21 18:03:46.988855 [ 3 ] {1dd3145e-cd15-4c87-aaae-43545818e206} oximeter.fields_u8 (9f8368b3-5b33-4969-b9ae-33a96c58436f): Loading data parts 2024.03.21 18:03:46.989092 [ 3 ] {1dd3145e-cd15-4c87-aaae-43545818e206} oximeter.fields_u8 (9f8368b3-5b33-4969-b9ae-33a96c58436f): There are no data parts 2024.03.21 18:03:46.993644 [ 3 ] {1dd3145e-cd15-4c87-aaae-43545818e206} DynamicQueryHandler: Done processing query 2024.03.21 18:03:46.993693 [ 3 ] {} HTTP-Session: ea25b7a4-d817-4484-bd03-bb5cdd44b514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.993824 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:46.993894 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:46.993930 [ 3 ] {} HTTP-Session: c7252b15-9a0c-4130-87c8-e711670b6a9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:46.993951 [ 3 ] {} HTTP-Session: c7252b15-9a0c-4130-87c8-e711670b6a9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.993985 [ 3 ] {} HTTP-Session: c7252b15-9a0c-4130-87c8-e711670b6a9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:46.994035 [ 3 ] {} HTTP-Session: c7252b15-9a0c-4130-87c8-e711670b6a9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:46.994172 [ 3 ] {7c210999-effc-4176-ad4a-4b4e4dea8c44} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:46.994240 [ 3 ] {7c210999-effc-4176-ad4a-4b4e4dea8c44} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.03.21 18:03:46.997305 [ 3 ] {7c210999-effc-4176-ad4a-4b4e4dea8c44} oximeter.fields_i16 (77e3a2eb-eea6-4f8d-8a9b-5629d37770ff): Loading data parts 2024.03.21 18:03:46.997500 [ 3 ] {7c210999-effc-4176-ad4a-4b4e4dea8c44} oximeter.fields_i16 (77e3a2eb-eea6-4f8d-8a9b-5629d37770ff): There are no data parts 2024.03.21 18:03:47.000172 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 161.35 MiB, peak 161.68 MiB, free memory in arenas 0.00 B, will set to 170.77 MiB (RSS), difference: 9.41 MiB 2024.03.21 18:03:47.000759 [ 3 ] {7c210999-effc-4176-ad4a-4b4e4dea8c44} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.000817 [ 3 ] {} HTTP-Session: c7252b15-9a0c-4130-87c8-e711670b6a9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.001030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.001141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.001178 [ 3 ] {} HTTP-Session: 1ddfff3b-50e1-47aa-880f-512d1612f1c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.001225 [ 3 ] {} HTTP-Session: 1ddfff3b-50e1-47aa-880f-512d1612f1c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.001251 [ 3 ] {} HTTP-Session: 1ddfff3b-50e1-47aa-880f-512d1612f1c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.001322 [ 3 ] {} HTTP-Session: 1ddfff3b-50e1-47aa-880f-512d1612f1c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.001506 [ 3 ] {f49a6361-ab05-4900-9c6d-48cb1e928d16} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.001556 [ 3 ] {f49a6361-ab05-4900-9c6d-48cb1e928d16} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.03.21 18:03:47.006383 [ 3 ] {f49a6361-ab05-4900-9c6d-48cb1e928d16} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Loading data parts 2024.03.21 18:03:47.006552 [ 3 ] {f49a6361-ab05-4900-9c6d-48cb1e928d16} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): There are no data parts 2024.03.21 18:03:47.012776 [ 3 ] {f49a6361-ab05-4900-9c6d-48cb1e928d16} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.012819 [ 3 ] {} HTTP-Session: 1ddfff3b-50e1-47aa-880f-512d1612f1c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.012975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.013047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.013070 [ 3 ] {} HTTP-Session: 34c3aa9f-165b-4342-a4a1-2a7da3767df5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.013090 [ 3 ] {} HTTP-Session: 34c3aa9f-165b-4342-a4a1-2a7da3767df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.013114 [ 3 ] {} HTTP-Session: 34c3aa9f-165b-4342-a4a1-2a7da3767df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.013157 [ 3 ] {} HTTP-Session: 34c3aa9f-165b-4342-a4a1-2a7da3767df5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.013300 [ 3 ] {376bb0cd-d7bc-4ae0-9085-a88e48b6dfb4} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.013353 [ 3 ] {376bb0cd-d7bc-4ae0-9085-a88e48b6dfb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.03.21 18:03:47.021785 [ 3 ] {376bb0cd-d7bc-4ae0-9085-a88e48b6dfb4} oximeter.fields_i32 (e96f8a8e-9296-43bf-bce5-98742956828b): Loading data parts 2024.03.21 18:03:47.022078 [ 3 ] {376bb0cd-d7bc-4ae0-9085-a88e48b6dfb4} oximeter.fields_i32 (e96f8a8e-9296-43bf-bce5-98742956828b): There are no data parts 2024.03.21 18:03:47.025306 [ 3 ] {376bb0cd-d7bc-4ae0-9085-a88e48b6dfb4} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.025333 [ 3 ] {} HTTP-Session: 34c3aa9f-165b-4342-a4a1-2a7da3767df5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.025482 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.025588 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.025638 [ 3 ] {} HTTP-Session: d44c06bf-fcc6-4ac5-9b7d-0239b00af64f Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.025673 [ 3 ] {} HTTP-Session: d44c06bf-fcc6-4ac5-9b7d-0239b00af64f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.025714 [ 3 ] {} HTTP-Session: d44c06bf-fcc6-4ac5-9b7d-0239b00af64f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.025785 [ 3 ] {} HTTP-Session: d44c06bf-fcc6-4ac5-9b7d-0239b00af64f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.026020 [ 3 ] {5a31fee3-c00f-42d9-bd16-ee2fddf40849} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.026110 [ 3 ] {5a31fee3-c00f-42d9-bd16-ee2fddf40849} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.03.21 18:03:47.037713 [ 3 ] {5a31fee3-c00f-42d9-bd16-ee2fddf40849} oximeter.fields_u32 (9ea06345-2250-4675-b862-505f92188e06): Loading data parts 2024.03.21 18:03:47.037899 [ 3 ] {5a31fee3-c00f-42d9-bd16-ee2fddf40849} oximeter.fields_u32 (9ea06345-2250-4675-b862-505f92188e06): There are no data parts 2024.03.21 18:03:47.039755 [ 3 ] {5a31fee3-c00f-42d9-bd16-ee2fddf40849} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.039781 [ 3 ] {} HTTP-Session: d44c06bf-fcc6-4ac5-9b7d-0239b00af64f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.039926 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.039981 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.040008 [ 3 ] {} HTTP-Session: f686de48-c614-47e7-9601-b8309c80ea20 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.040024 [ 3 ] {} HTTP-Session: f686de48-c614-47e7-9601-b8309c80ea20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.040045 [ 3 ] {} HTTP-Session: f686de48-c614-47e7-9601-b8309c80ea20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.040076 [ 3 ] {} HTTP-Session: f686de48-c614-47e7-9601-b8309c80ea20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.040193 [ 3 ] {85013ab5-e517-401b-8fc9-f0ac6acf5b1f} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.040243 [ 3 ] {85013ab5-e517-401b-8fc9-f0ac6acf5b1f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.03.21 18:03:47.044860 [ 3 ] {85013ab5-e517-401b-8fc9-f0ac6acf5b1f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Loading data parts 2024.03.21 18:03:47.045082 [ 3 ] {85013ab5-e517-401b-8fc9-f0ac6acf5b1f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): There are no data parts 2024.03.21 18:03:47.051452 [ 3 ] {85013ab5-e517-401b-8fc9-f0ac6acf5b1f} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.051480 [ 3 ] {} HTTP-Session: f686de48-c614-47e7-9601-b8309c80ea20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.051631 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.051688 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.051707 [ 3 ] {} HTTP-Session: 4965c610-5df5-4bee-8d22-b4e022014e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.051731 [ 3 ] {} HTTP-Session: 4965c610-5df5-4bee-8d22-b4e022014e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.051752 [ 3 ] {} HTTP-Session: 4965c610-5df5-4bee-8d22-b4e022014e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.051783 [ 3 ] {} HTTP-Session: 4965c610-5df5-4bee-8d22-b4e022014e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.051899 [ 3 ] {48ca4424-c6b5-42dc-9c87-fe7a7fc8b9e0} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.051944 [ 3 ] {48ca4424-c6b5-42dc-9c87-fe7a7fc8b9e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.03.21 18:03:47.055012 [ 3 ] {48ca4424-c6b5-42dc-9c87-fe7a7fc8b9e0} oximeter.fields_u64 (6d4ab2c6-6bca-4de1-8ce0-6aaea3a8b809): Loading data parts 2024.03.21 18:03:47.055198 [ 3 ] {48ca4424-c6b5-42dc-9c87-fe7a7fc8b9e0} oximeter.fields_u64 (6d4ab2c6-6bca-4de1-8ce0-6aaea3a8b809): There are no data parts 2024.03.21 18:03:47.056405 [ 3 ] {48ca4424-c6b5-42dc-9c87-fe7a7fc8b9e0} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.056439 [ 3 ] {} HTTP-Session: 4965c610-5df5-4bee-8d22-b4e022014e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.056559 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.056605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.056632 [ 3 ] {} HTTP-Session: d44127f0-c77b-4b41-8c9f-88b987664ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.056660 [ 3 ] {} HTTP-Session: d44127f0-c77b-4b41-8c9f-88b987664ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.056674 [ 3 ] {} HTTP-Session: d44127f0-c77b-4b41-8c9f-88b987664ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.056718 [ 3 ] {} HTTP-Session: d44127f0-c77b-4b41-8c9f-88b987664ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.056830 [ 3 ] {9d917b42-23d6-4b23-8c01-a992e9319407} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.056875 [ 3 ] {9d917b42-23d6-4b23-8c01-a992e9319407} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.03.21 18:03:47.061463 [ 3 ] {9d917b42-23d6-4b23-8c01-a992e9319407} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Loading data parts 2024.03.21 18:03:47.061719 [ 3 ] {9d917b42-23d6-4b23-8c01-a992e9319407} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): There are no data parts 2024.03.21 18:03:47.067361 [ 3 ] {9d917b42-23d6-4b23-8c01-a992e9319407} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.067428 [ 3 ] {} HTTP-Session: d44127f0-c77b-4b41-8c9f-88b987664ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.067678 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.067805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.067828 [ 3 ] {} HTTP-Session: 19dfa86b-5d33-4549-9028-e5961ebe361a Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.067848 [ 3 ] {} HTTP-Session: 19dfa86b-5d33-4549-9028-e5961ebe361a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.067864 [ 3 ] {} HTTP-Session: 19dfa86b-5d33-4549-9028-e5961ebe361a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.067894 [ 3 ] {} HTTP-Session: 19dfa86b-5d33-4549-9028-e5961ebe361a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.068004 [ 3 ] {4aadf73b-335e-4b3a-9b82-68bf21e256c1} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.068043 [ 3 ] {4aadf73b-335e-4b3a-9b82-68bf21e256c1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.03.21 18:03:47.070980 [ 3 ] {4aadf73b-335e-4b3a-9b82-68bf21e256c1} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Loading data parts 2024.03.21 18:03:47.071155 [ 3 ] {4aadf73b-335e-4b3a-9b82-68bf21e256c1} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): There are no data parts 2024.03.21 18:03:47.072347 [ 3 ] {4aadf73b-335e-4b3a-9b82-68bf21e256c1} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.072373 [ 3 ] {} HTTP-Session: 19dfa86b-5d33-4549-9028-e5961ebe361a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.072479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.072525 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.072544 [ 3 ] {} HTTP-Session: 39949de2-5755-431b-b62f-b10d3b37060c Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.072561 [ 3 ] {} HTTP-Session: 39949de2-5755-431b-b62f-b10d3b37060c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.072575 [ 3 ] {} HTTP-Session: 39949de2-5755-431b-b62f-b10d3b37060c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.072605 [ 3 ] {} HTTP-Session: 39949de2-5755-431b-b62f-b10d3b37060c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.072715 [ 3 ] {bca1e62f-6628-4e59-9d54-392482dad62d} executeQuery: (from [fd00:1122:3344:101::d]:64815) 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.03.21 18:03:47.072753 [ 3 ] {bca1e62f-6628-4e59-9d54-392482dad62d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.03.21 18:03:47.077317 [ 3 ] {bca1e62f-6628-4e59-9d54-392482dad62d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Loading data parts 2024.03.21 18:03:47.077541 [ 3 ] {bca1e62f-6628-4e59-9d54-392482dad62d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): There are no data parts 2024.03.21 18:03:47.083391 [ 3 ] {bca1e62f-6628-4e59-9d54-392482dad62d} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.083433 [ 3 ] {} HTTP-Session: 39949de2-5755-431b-b62f-b10d3b37060c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.083592 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.083654 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.083682 [ 3 ] {} HTTP-Session: e4ec7871-af9d-46ec-9a71-b25f3a495b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.083706 [ 3 ] {} HTTP-Session: e4ec7871-af9d-46ec-9a71-b25f3a495b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.083726 [ 3 ] {} HTTP-Session: e4ec7871-af9d-46ec-9a71-b25f3a495b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.083764 [ 3 ] {} HTTP-Session: e4ec7871-af9d-46ec-9a71-b25f3a495b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.083981 [ 3 ] {b2b0a815-81f2-4beb-a28f-44aa87a139e3} executeQuery: (from [fd00:1122:3344:101::d]:64815) /* 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.03.21 18:03:47.084050 [ 3 ] {b2b0a815-81f2-4beb-a28f-44aa87a139e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.03.21 18:03:47.087241 [ 3 ] {b2b0a815-81f2-4beb-a28f-44aa87a139e3} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): Loading data parts 2024.03.21 18:03:47.087407 [ 3 ] {b2b0a815-81f2-4beb-a28f-44aa87a139e3} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): There are no data parts 2024.03.21 18:03:47.089025 [ 3 ] {b2b0a815-81f2-4beb-a28f-44aa87a139e3} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.089052 [ 3 ] {} HTTP-Session: e4ec7871-af9d-46ec-9a71-b25f3a495b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.089192 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64815, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:03:47.089237 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:03:47.089257 [ 3 ] {} HTTP-Session: cebbd041-e27d-4671-9786-be19b3893aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64815 2024.03.21 18:03:47.089273 [ 3 ] {} HTTP-Session: cebbd041-e27d-4671-9786-be19b3893aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.089287 [ 3 ] {} HTTP-Session: cebbd041-e27d-4671-9786-be19b3893aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:47.089317 [ 3 ] {} HTTP-Session: cebbd041-e27d-4671-9786-be19b3893aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:03:47.089444 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} executeQuery: (from [fd00:1122:3344:101::d]:64815) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.03.21 18:03:47.091106 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.03.21 18:03:47.094347 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} oximeter.version (01632058-f9f5-4cc6-88e5-7a47cb4f62f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:03:47.094383 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.03.21 18:03:47.097263 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:03:47.098254 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} oximeter.version (01632058-f9f5-4cc6-88e5-7a47cb4f62f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:03:47.098497 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} executeQuery: Read 1 rows, 16.00 B in 0.009127 sec., 109.56502684343158 rows/sec., 1.71 KiB/sec. 2024.03.21 18:03:47.098610 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} DynamicQueryHandler: Done processing query 2024.03.21 18:03:47.098633 [ 3 ] {b6ad6b9d-7791-472e-9393-233822087b27} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.03.21 18:03:47.098649 [ 3 ] {} HTTP-Session: cebbd041-e27d-4671-9786-be19b3893aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:03:48.000161 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 170.57 MiB, peak 175.78 MiB, free memory in arenas 0.00 B, will set to 173.54 MiB (RSS), difference: 2.97 MiB 2024.03.21 18:04:00.312720 [ 116 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:04:00.312787 [ 116 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:04:15.313039 [ 89 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:04:15.313102 [ 89 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:04:22.128596 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.128788 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.128834 [ 3 ] {} HTTP-Session: 160f986c-6c7a-444e-9de9-38b150a116d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.128866 [ 3 ] {} HTTP-Session: 160f986c-6c7a-444e-9de9-38b150a116d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.128884 [ 3 ] {} HTTP-Session: 160f986c-6c7a-444e-9de9-38b150a116d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.128939 [ 3 ] {} HTTP-Session: 160f986c-6c7a-444e-9de9-38b150a116d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.129073 [ 3 ] {03fbd66b-fe7d-4e85-a1cc-58361e0293db} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.03.21 18:04:22.129449 [ 3 ] {03fbd66b-fe7d-4e85-a1cc-58361e0293db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:22.129600 [ 3 ] {03fbd66b-fe7d-4e85-a1cc-58361e0293db} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:22.130657 [ 3 ] {03fbd66b-fe7d-4e85-a1cc-58361e0293db} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.130692 [ 3 ] {03fbd66b-fe7d-4e85-a1cc-58361e0293db} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:22.130708 [ 3 ] {} HTTP-Session: 160f986c-6c7a-444e-9de9-38b150a116d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.152020 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.152086 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.152108 [ 3 ] {} HTTP-Session: 44f969e6-27d4-4a1d-ac43-8a9d6efa11a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.152129 [ 3 ] {} HTTP-Session: 44f969e6-27d4-4a1d-ac43-8a9d6efa11a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.152144 [ 3 ] {} HTTP-Session: 44f969e6-27d4-4a1d-ac43-8a9d6efa11a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.152180 [ 3 ] {} HTTP-Session: 44f969e6-27d4-4a1d-ac43-8a9d6efa11a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.152307 [ 3 ] {61205c5e-9b84-417b-aa90-507caced9c70} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.03.21 18:04:22.161956 [ 3 ] {61205c5e-9b84-417b-aa90-507caced9c70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:22.162026 [ 3 ] {61205c5e-9b84-417b-aa90-507caced9c70} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:22.164990 [ 3 ] {61205c5e-9b84-417b-aa90-507caced9c70} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.165021 [ 3 ] {61205c5e-9b84-417b-aa90-507caced9c70} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:22.165038 [ 3 ] {} HTTP-Session: 44f969e6-27d4-4a1d-ac43-8a9d6efa11a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.165293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.165345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.165365 [ 3 ] {} HTTP-Session: 78f86035-5191-420d-8219-c27182d919f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.165388 [ 3 ] {} HTTP-Session: 78f86035-5191-420d-8219-c27182d919f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.165403 [ 3 ] {} HTTP-Session: 78f86035-5191-420d-8219-c27182d919f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.165436 [ 3 ] {} HTTP-Session: 78f86035-5191-420d-8219-c27182d919f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.165527 [ 3 ] {375bfa04-aeaa-4caa-9b91-902d8b5f9ff5} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.03.21 18:04:22.165878 [ 3 ] {375bfa04-aeaa-4caa-9b91-902d8b5f9ff5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:22.165930 [ 3 ] {375bfa04-aeaa-4caa-9b91-902d8b5f9ff5} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:22.166740 [ 3 ] {375bfa04-aeaa-4caa-9b91-902d8b5f9ff5} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.166768 [ 3 ] {375bfa04-aeaa-4caa-9b91-902d8b5f9ff5} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:22.166784 [ 3 ] {} HTTP-Session: 78f86035-5191-420d-8219-c27182d919f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.167112 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.167159 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.167178 [ 3 ] {} HTTP-Session: 7888ed62-48f1-4205-a476-bb8b2dd420d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.167194 [ 3 ] {} HTTP-Session: 7888ed62-48f1-4205-a476-bb8b2dd420d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.167208 [ 3 ] {} HTTP-Session: 7888ed62-48f1-4205-a476-bb8b2dd420d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.167239 [ 3 ] {} HTTP-Session: 7888ed62-48f1-4205-a476-bb8b2dd420d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.167327 [ 3 ] {9e3bba4b-2961-4310-9c73-6aedc2c10e08} executeQuery: (from [fd00:1122:3344:101::d]:51246) 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.03.21 18:04:22.167633 [ 3 ] {9e3bba4b-2961-4310-9c73-6aedc2c10e08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:22.167684 [ 3 ] {9e3bba4b-2961-4310-9c73-6aedc2c10e08} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:22.168511 [ 3 ] {9e3bba4b-2961-4310-9c73-6aedc2c10e08} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.168538 [ 3 ] {9e3bba4b-2961-4310-9c73-6aedc2c10e08} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:22.168554 [ 3 ] {} HTTP-Session: 7888ed62-48f1-4205-a476-bb8b2dd420d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.169611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.169657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.169676 [ 3 ] {} HTTP-Session: 51e298fd-44dc-44b2-bbb6-a7512121dfe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.169692 [ 3 ] {} HTTP-Session: 51e298fd-44dc-44b2-bbb6-a7512121dfe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.169705 [ 3 ] {} HTTP-Session: 51e298fd-44dc-44b2-bbb6-a7512121dfe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.169735 [ 3 ] {} HTTP-Session: 51e298fd-44dc-44b2-bbb6-a7512121dfe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.169823 [ 3 ] {ccfc19cd-a63f-4118-9523-376bc10d7137} executeQuery: (from [fd00:1122:3344:101::d]:51246) 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.03.21 18:04:22.170132 [ 3 ] {ccfc19cd-a63f-4118-9523-376bc10d7137} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:22.170182 [ 3 ] {ccfc19cd-a63f-4118-9523-376bc10d7137} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:22.171027 [ 3 ] {ccfc19cd-a63f-4118-9523-376bc10d7137} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.171055 [ 3 ] {ccfc19cd-a63f-4118-9523-376bc10d7137} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:22.171070 [ 3 ] {} HTTP-Session: 51e298fd-44dc-44b2-bbb6-a7512121dfe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.171289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.171337 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.171355 [ 3 ] {} HTTP-Session: c89b1aaa-c195-4117-9f4e-00b3e7682942 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.171371 [ 3 ] {} HTTP-Session: c89b1aaa-c195-4117-9f4e-00b3e7682942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.171386 [ 3 ] {} HTTP-Session: c89b1aaa-c195-4117-9f4e-00b3e7682942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.171417 [ 3 ] {} HTTP-Session: c89b1aaa-c195-4117-9f4e-00b3e7682942 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.171496 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.171538 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:22.171787 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.174459 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.174530 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.175193 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.175512 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.175668 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} executeQuery: Read 5 rows, 549.00 B in 0.004202 sec., 1189.9095668729176 rows/sec., 127.59 KiB/sec. 2024.03.21 18:04:22.175805 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.175829 [ 3 ] {bc417520-c925-467b-b7f7-f09d6fd03d7d} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.21 18:04:22.175845 [ 3 ] {} HTTP-Session: c89b1aaa-c195-4117-9f4e-00b3e7682942 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.175979 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 6650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.176027 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.176046 [ 3 ] {} HTTP-Session: 049964ca-d01f-42f8-9971-ffb245b24a1d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.176062 [ 3 ] {} HTTP-Session: 049964ca-d01f-42f8-9971-ffb245b24a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.176076 [ 3 ] {} HTTP-Session: 049964ca-d01f-42f8-9971-ffb245b24a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.176106 [ 3 ] {} HTTP-Session: 049964ca-d01f-42f8-9971-ffb245b24a1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.176183 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.176224 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:04:22.176349 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.184276 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.184339 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.184870 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.185179 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.185322 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} executeQuery: Read 46 rows, 3.73 KiB in 0.009165 sec., 5019.094380796509 rows/sec., 406.82 KiB/sec. 2024.03.21 18:04:22.185471 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.185495 [ 3 ] {94d33527-2ce3-47cd-9065-50fbeb727b8b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:04:22.185510 [ 3 ] {} HTTP-Session: 049964ca-d01f-42f8-9971-ffb245b24a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.185692 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 22512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.185740 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.185759 [ 3 ] {} HTTP-Session: 70edfa77-fa80-49e4-b982-10766ee003b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.185776 [ 3 ] {} HTTP-Session: 70edfa77-fa80-49e4-b982-10766ee003b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.185789 [ 3 ] {} HTTP-Session: 70edfa77-fa80-49e4-b982-10766ee003b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.185821 [ 3 ] {} HTTP-Session: 70edfa77-fa80-49e4-b982-10766ee003b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.185923 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.185964 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:04:22.186085 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.186478 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.186515 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.186838 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.187140 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.187281 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} executeQuery: Read 139 rows, 14.00 KiB in 0.001406 sec., 98862.0199146515 rows/sec., 9.72 MiB/sec. 2024.03.21 18:04:22.187493 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.187517 [ 3 ] {475d1e3b-2c7d-48c9-a3f1-22e9a4ef7dd7} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:04:22.187532 [ 3 ] {} HTTP-Session: 70edfa77-fa80-49e4-b982-10766ee003b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.187656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.187704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.187722 [ 3 ] {} HTTP-Session: 37fb9a13-7466-426f-b15e-4f0c362b2240 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.187739 [ 3 ] {} HTTP-Session: 37fb9a13-7466-426f-b15e-4f0c362b2240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.187752 [ 3 ] {} HTTP-Session: 37fb9a13-7466-426f-b15e-4f0c362b2240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.187784 [ 3 ] {} HTTP-Session: 37fb9a13-7466-426f-b15e-4f0c362b2240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.187845 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.187885 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2024.03.21 18:04:22.188028 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.188348 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} oximeter.fields_u32 (9ea06345-2250-4675-b862-505f92188e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.188386 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.188683 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.188982 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} oximeter.fields_u32 (9ea06345-2250-4675-b862-505f92188e06): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.189123 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} executeQuery: Read 1 rows, 68.00 B in 0.001296 sec., 771.6049382716049 rows/sec., 51.24 KiB/sec. 2024.03.21 18:04:22.189245 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.189268 [ 3 ] {9acb10ed-9b4d-48b7-9065-07621a7ac3f6} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:04:22.189284 [ 3 ] {} HTTP-Session: 37fb9a13-7466-426f-b15e-4f0c362b2240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.189427 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 10062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.189476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.189495 [ 3 ] {} HTTP-Session: 2dae5951-1dbf-4d1e-ab34-edbdb92c6b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.189511 [ 3 ] {} HTTP-Session: 2dae5951-1dbf-4d1e-ab34-edbdb92c6b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.189525 [ 3 ] {} HTTP-Session: 2dae5951-1dbf-4d1e-ab34-edbdb92c6b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.189555 [ 3 ] {} HTTP-Session: 2dae5951-1dbf-4d1e-ab34-edbdb92c6b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.189640 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.189679 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:04:22.190361 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.193256 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.193300 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.193756 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.194060 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.194201 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} executeQuery: Read 59 rows, 4.74 KiB in 0.004597 sec., 12834.457254731346 rows/sec., 1.01 MiB/sec. 2024.03.21 18:04:22.194417 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.194458 [ 3 ] {01f8c419-6212-406c-bc83-b892f827357f} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:04:22.194488 [ 3 ] {} HTTP-Session: 2dae5951-1dbf-4d1e-ab34-edbdb92c6b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.194607 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.194655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.194675 [ 3 ] {} HTTP-Session: a7de6b89-a4bc-4c33-b851-ecb4ff5e1417 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.194692 [ 3 ] {} HTTP-Session: a7de6b89-a4bc-4c33-b851-ecb4ff5e1417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.194706 [ 3 ] {} HTTP-Session: a7de6b89-a4bc-4c33-b851-ecb4ff5e1417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.194735 [ 3 ] {} HTTP-Session: a7de6b89-a4bc-4c33-b851-ecb4ff5e1417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.194798 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.194858 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2024.03.21 18:04:22.195016 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.195423 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} oximeter.measurements_f64 (1a5e6ee8-0603-4353-90b7-7b57b2ce9e41): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.195461 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.200645 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.201000 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} oximeter.measurements_f64 (1a5e6ee8-0603-4353-90b7-7b57b2ce9e41): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.201148 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} executeQuery: Read 1 rows, 65.00 B in 0.006364 sec., 157.13387806411063 rows/sec., 9.97 KiB/sec. 2024.03.21 18:04:22.201368 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.201394 [ 3 ] {a25157bb-151a-4679-9d8e-1ea4d032005f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.21 18:04:22.201410 [ 3 ] {} HTTP-Session: a7de6b89-a4bc-4c33-b851-ecb4ff5e1417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.201758 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 49218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.201806 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.201825 [ 3 ] {} HTTP-Session: cd833b06-ccdf-4bc8-808a-dc4a04f68eac Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.201842 [ 3 ] {} HTTP-Session: cd833b06-ccdf-4bc8-808a-dc4a04f68eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.201856 [ 3 ] {} HTTP-Session: cd833b06-ccdf-4bc8-808a-dc4a04f68eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.201886 [ 3 ] {} HTTP-Session: cd833b06-ccdf-4bc8-808a-dc4a04f68eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.202226 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.202271 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:04:22.202451 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.203048 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.203086 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.205592 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.206042 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.206199 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} executeQuery: Read 46 rows, 63.56 KiB in 0.004256 sec., 10808.270676691729 rows/sec., 14.59 MiB/sec. 2024.03.21 18:04:22.206447 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.206471 [ 3 ] {c6e4f419-afc2-47aa-9dbf-f6bf4fb6ae60} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.03.21 18:04:22.206487 [ 3 ] {} HTTP-Session: cd833b06-ccdf-4bc8-808a-dc4a04f68eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.206611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 3403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:22.206660 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:22.206679 [ 3 ] {} HTTP-Session: d8ebd445-414f-4bbc-84fe-529f6e4775c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:22.206696 [ 3 ] {} HTTP-Session: d8ebd445-414f-4bbc-84fe-529f6e4775c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.206709 [ 3 ] {} HTTP-Session: d8ebd445-414f-4bbc-84fe-529f6e4775c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:22.206739 [ 3 ] {} HTTP-Session: d8ebd445-414f-4bbc-84fe-529f6e4775c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:22.206810 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:22.206853 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.21 18:04:22.206991 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:22.207294 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:22.207328 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:22.207679 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:22.207997 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:22.208140 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} executeQuery: Read 21 rows, 1.57 KiB in 0.001349 sec., 15567.086730911788 rows/sec., 1.14 MiB/sec. 2024.03.21 18:04:22.208262 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} DynamicQueryHandler: Done processing query 2024.03.21 18:04:22.208286 [ 3 ] {eaf0c1c5-295c-47e1-8db8-985bafd04efe} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:04:22.208301 [ 3 ] {} HTTP-Session: d8ebd445-414f-4bbc-84fe-529f6e4775c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:30.313141 [ 23 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:04:30.313208 [ 23 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:04:32.103826 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:32.103989 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:32.104033 [ 3 ] {} HTTP-Session: 00f47f85-b6aa-4c0a-80b4-da2b61bdd00a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:32.104074 [ 3 ] {} HTTP-Session: 00f47f85-b6aa-4c0a-80b4-da2b61bdd00a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.104104 [ 3 ] {} HTTP-Session: 00f47f85-b6aa-4c0a-80b4-da2b61bdd00a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.104185 [ 3 ] {} HTTP-Session: 00f47f85-b6aa-4c0a-80b4-da2b61bdd00a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:32.104336 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:32.104401 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:04:32.104595 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:32.105119 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:32.105167 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:32.105567 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:04:32.105897 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:32.106096 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} executeQuery: Read 49 rows, 3.97 KiB in 0.00182 sec., 26923.076923076922 rows/sec., 2.13 MiB/sec. 2024.03.21 18:04:32.106352 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} DynamicQueryHandler: Done processing query 2024.03.21 18:04:32.106379 [ 3 ] {06526e6d-af41-423c-a1c0-18be9e124b27} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:04:32.106395 [ 3 ] {} HTTP-Session: 00f47f85-b6aa-4c0a-80b4-da2b61bdd00a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.106593 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:32.106649 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:32.106669 [ 3 ] {} HTTP-Session: 7cbc969b-3349-44cc-9503-573fd52e4398 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:32.106688 [ 3 ] {} HTTP-Session: 7cbc969b-3349-44cc-9503-573fd52e4398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.106702 [ 3 ] {} HTTP-Session: 7cbc969b-3349-44cc-9503-573fd52e4398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.106736 [ 3 ] {} HTTP-Session: 7cbc969b-3349-44cc-9503-573fd52e4398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:32.106852 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:32.106896 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:04:32.107045 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:32.107455 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:32.107494 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:32.107810 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:04:32.108120 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:32.108267 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} executeQuery: Read 147 rows, 14.73 KiB in 0.001473 sec., 99796.33401221996 rows/sec., 9.77 MiB/sec. 2024.03.21 18:04:32.108403 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} DynamicQueryHandler: Done processing query 2024.03.21 18:04:32.108426 [ 3 ] {03a52c7e-8404-4c9b-8424-bc545f2ebb14} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:04:32.108441 [ 3 ] {} HTTP-Session: 7cbc969b-3349-44cc-9503-573fd52e4398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.108615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:32.108667 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:32.108686 [ 3 ] {} HTTP-Session: 560ef62a-329f-456a-a444-7052cdc6e992 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:32.108703 [ 3 ] {} HTTP-Session: 560ef62a-329f-456a-a444-7052cdc6e992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.108718 [ 3 ] {} HTTP-Session: 560ef62a-329f-456a-a444-7052cdc6e992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.108751 [ 3 ] {} HTTP-Session: 560ef62a-329f-456a-a444-7052cdc6e992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:32.108841 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:32.108883 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:04:32.109010 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:32.109322 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:32.109360 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:32.109662 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:04:32.109963 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:32.110111 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} executeQuery: Read 49 rows, 3.92 KiB in 0.001309 sec., 37433.1550802139 rows/sec., 2.93 MiB/sec. 2024.03.21 18:04:32.110269 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} DynamicQueryHandler: Done processing query 2024.03.21 18:04:32.110292 [ 3 ] {5733f019-855f-45b1-970d-dfe211fe32d8} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:04:32.110307 [ 3 ] {} HTTP-Session: 560ef62a-329f-456a-a444-7052cdc6e992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.110486 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:32.110536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:32.110556 [ 3 ] {} HTTP-Session: 0fb793b2-010b-486e-8be1-b435e9233c0f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:32.110572 [ 3 ] {} HTTP-Session: 0fb793b2-010b-486e-8be1-b435e9233c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.110586 [ 3 ] {} HTTP-Session: 0fb793b2-010b-486e-8be1-b435e9233c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:32.110617 [ 3 ] {} HTTP-Session: 0fb793b2-010b-486e-8be1-b435e9233c0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:32.110981 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:32.111028 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:04:32.111184 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:32.111788 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:32.111825 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:32.112259 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:04:32.112610 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:32.112762 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} executeQuery: Read 49 rows, 67.71 KiB in 0.002084 sec., 23512.476007677546 rows/sec., 31.73 MiB/sec. 2024.03.21 18:04:32.112897 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} DynamicQueryHandler: Done processing query 2024.03.21 18:04:32.112921 [ 3 ] {d46d36ee-fe4c-4187-a1ac-3aa0de881fce} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:04:32.112937 [ 3 ] {} HTTP-Session: 0fb793b2-010b-486e-8be1-b435e9233c0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.100361 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.100499 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.100525 [ 3 ] {} HTTP-Session: 1bb2d62c-f575-4a54-a6aa-a47f68b980b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.100551 [ 3 ] {} HTTP-Session: 1bb2d62c-f575-4a54-a6aa-a47f68b980b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.100566 [ 3 ] {} HTTP-Session: 1bb2d62c-f575-4a54-a6aa-a47f68b980b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.100616 [ 3 ] {} HTTP-Session: 1bb2d62c-f575-4a54-a6aa-a47f68b980b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.100770 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.03.21 18:04:37.101177 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.21 18:04:37.103439 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.03.21 18:04:37.103713 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:37.110580 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:37.115186 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.03.21 18:04:37.116854 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.21 18:04:37.116959 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (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.03.21 18:04:37.116981 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.21 18:04:37.119329 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} 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', 'database_transaction:retry_data', 'http_service:request_latency_histogram'))" 2024.03.21 18:04:37.119360 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2024.03.21 18:04:37.134842 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} executeQuery: Read 5 rows, 229.00 B in 0.034157 sec., 146.38287905846533 rows/sec., 6.55 KiB/sec. 2024.03.21 18:04:37.135091 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.135119 [ 3 ] {65188321-d110-4b18-a5ec-2edead107efd} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:37.135136 [ 3 ] {} HTTP-Session: 1bb2d62c-f575-4a54-a6aa-a47f68b980b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.135533 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.135594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.135614 [ 3 ] {} HTTP-Session: e974c659-9c36-47b6-b150-60eb2ac59cc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.135634 [ 3 ] {} HTTP-Session: e974c659-9c36-47b6-b150-60eb2ac59cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.135648 [ 3 ] {} HTTP-Session: e974c659-9c36-47b6-b150-60eb2ac59cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.135686 [ 3 ] {} HTTP-Session: e974c659-9c36-47b6-b150-60eb2ac59cc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.135794 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) 2024.03.21 18:04:37.136038 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.21 18:04:37.136073 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE 2024.03.21 18:04:37.136280 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:37.136345 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:37.136484 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.03.21 18:04:37.136518 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.21 18:04:37.136541 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (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.03.21 18:04:37.136558 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.21 18:04:37.136597 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} 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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" 2024.03.21 18:04:37.136617 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2024.03.21 18:04:37.137454 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} executeQuery: Read 5 rows, 229.00 B in 0.001721 sec., 2905.2876234747237 rows/sec., 129.94 KiB/sec. 2024.03.21 18:04:37.137642 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.137667 [ 3 ] {0b51d92f-678f-4289-ba2a-a05dbc1314a0} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:37.137683 [ 3 ] {} HTTP-Session: e974c659-9c36-47b6-b150-60eb2ac59cc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.137922 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.137972 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.137991 [ 3 ] {} HTTP-Session: 28b3fb51-393f-4bc2-a1e4-2f3877599349 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.138009 [ 3 ] {} HTTP-Session: 28b3fb51-393f-4bc2-a1e4-2f3877599349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.138023 [ 3 ] {} HTTP-Session: 28b3fb51-393f-4bc2-a1e4-2f3877599349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.138053 [ 3 ] {} HTTP-Session: 28b3fb51-393f-4bc2-a1e4-2f3877599349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.138147 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.03.21 18:04:37.138376 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.21 18:04:37.138411 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.03.21 18:04:37.138612 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:37.138675 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:37.138808 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.03.21 18:04:37.138839 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.21 18:04:37.138861 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (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.03.21 18:04:37.138877 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.21 18:04:37.138916 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} 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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.03.21 18:04:37.138935 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2024.03.21 18:04:37.139746 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} executeQuery: Read 5 rows, 229.00 B in 0.001649 sec., 3032.1406913280775 rows/sec., 135.62 KiB/sec. 2024.03.21 18:04:37.139936 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.139960 [ 3 ] {b54fd83b-7798-4665-8534-3f0adad55202} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:37.139977 [ 3 ] {} HTTP-Session: 28b3fb51-393f-4bc2-a1e4-2f3877599349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.140329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.140376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.140394 [ 3 ] {} HTTP-Session: d211285a-0134-40e1-86f2-c2c6f656dcbe Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.140411 [ 3 ] {} HTTP-Session: d211285a-0134-40e1-86f2-c2c6f656dcbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.140425 [ 3 ] {} HTTP-Session: d211285a-0134-40e1-86f2-c2c6f656dcbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.140456 [ 3 ] {} HTTP-Session: d211285a-0134-40e1-86f2-c2c6f656dcbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.140549 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.03.21 18:04:37.140779 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.21 18:04:37.140812 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.03.21 18:04:37.141017 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:37.141080 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:37.141213 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.03.21 18:04:37.141243 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.21 18:04:37.141266 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (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.03.21 18:04:37.141282 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.21 18:04:37.141321 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} 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', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.03.21 18:04:37.141341 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2024.03.21 18:04:37.142077 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} executeQuery: Read 5 rows, 229.00 B in 0.001579 sec., 3166.5611146295123 rows/sec., 141.63 KiB/sec. 2024.03.21 18:04:37.142259 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.142283 [ 3 ] {9c41ec9e-a495-4c1a-aaf5-cd45207f7d58} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:37.142299 [ 3 ] {} HTTP-Session: d211285a-0134-40e1-86f2-c2c6f656dcbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.142649 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.142697 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.142717 [ 3 ] {} HTTP-Session: 782326ee-f928-4fe7-9e40-9c00e67ba146 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.142734 [ 3 ] {} HTTP-Session: 782326ee-f928-4fe7-9e40-9c00e67ba146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.142748 [ 3 ] {} HTTP-Session: 782326ee-f928-4fe7-9e40-9c00e67ba146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.142778 [ 3 ] {} HTTP-Session: 782326ee-f928-4fe7-9e40-9c00e67ba146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.142874 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.03.21 18:04:37.143102 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.21 18:04:37.143136 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.03.21 18:04:37.143344 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:37.143406 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:37.143537 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.03.21 18:04:37.143568 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.21 18:04:37.143590 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (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.03.21 18:04:37.143606 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.21 18:04:37.143644 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} 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', 'database_transaction:retry_data', '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.03.21 18:04:37.143664 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2024.03.21 18:04:37.144380 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} executeQuery: Read 5 rows, 229.00 B in 0.001559 sec., 3207.184092366902 rows/sec., 143.45 KiB/sec. 2024.03.21 18:04:37.144573 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.144598 [ 3 ] {bb3a4bda-f97c-4af2-9b67-ac11ef59bacb} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:37.144615 [ 3 ] {} HTTP-Session: 782326ee-f928-4fe7-9e40-9c00e67ba146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.144840 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.144889 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.144908 [ 3 ] {} HTTP-Session: 918eef3c-15a6-4cd9-bd4a-ea8f567614e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.144924 [ 3 ] {} HTTP-Session: 918eef3c-15a6-4cd9-bd4a-ea8f567614e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.144938 [ 3 ] {} HTTP-Session: 918eef3c-15a6-4cd9-bd4a-ea8f567614e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.144969 [ 3 ] {} HTTP-Session: 918eef3c-15a6-4cd9-bd4a-ea8f567614e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.145065 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.03.21 18:04:37.145295 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.21 18:04:37.145330 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.03.21 18:04:37.145538 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:37.145601 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:04:37.145733 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.03.21 18:04:37.145764 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.21 18:04:37.145787 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (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.03.21 18:04:37.145803 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.21 18:04:37.145840 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} 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', 'database_transaction:retry_data', '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.03.21 18:04:37.145860 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 2024.03.21 18:04:37.146628 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} executeQuery: Read 5 rows, 229.00 B in 0.001617 sec., 3092.1459492888066 rows/sec., 138.30 KiB/sec. 2024.03.21 18:04:37.146810 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.146835 [ 3 ] {46f18bb1-5a3e-4689-9efb-1f3584f012b7} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.21 18:04:37.146851 [ 3 ] {} HTTP-Session: 918eef3c-15a6-4cd9-bd4a-ea8f567614e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.158731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.158788 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.158811 [ 3 ] {} HTTP-Session: 9241cca3-efb9-4b62-aa01-915d5eaf6a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.158831 [ 3 ] {} HTTP-Session: 9241cca3-efb9-4b62-aa01-915d5eaf6a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.158848 [ 3 ] {} HTTP-Session: 9241cca3-efb9-4b62-aa01-915d5eaf6a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.158885 [ 3 ] {} HTTP-Session: 9241cca3-efb9-4b62-aa01-915d5eaf6a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.158981 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:37.159031 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:04:37.159224 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:37.159561 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:37.159606 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:37.160097 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:04:37.160435 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:37.160605 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} executeQuery: Read 6 rows, 996.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 585.94 KiB/sec. 2024.03.21 18:04:37.160843 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.160868 [ 3 ] {6650c788-1108-4a3a-82e7-c82e818d4e87} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.21 18:04:37.160884 [ 3 ] {} HTTP-Session: 9241cca3-efb9-4b62-aa01-915d5eaf6a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.161010 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.161057 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.161076 [ 3 ] {} HTTP-Session: f90c81ff-16a7-420b-867b-34c2af162236 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.161092 [ 3 ] {} HTTP-Session: f90c81ff-16a7-420b-867b-34c2af162236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.161106 [ 3 ] {} HTTP-Session: f90c81ff-16a7-420b-867b-34c2af162236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.161136 [ 3 ] {} HTTP-Session: f90c81ff-16a7-420b-867b-34c2af162236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.161213 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:37.161253 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:04:37.161389 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:37.161732 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:37.161770 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:37.162071 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:04:37.162367 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:37.162513 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} executeQuery: Read 36 rows, 2.81 KiB in 0.001325 sec., 27169.811320754718 rows/sec., 2.07 MiB/sec. 2024.03.21 18:04:37.162660 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.162683 [ 3 ] {8a596ef2-0890-4a24-adf6-faccf4cf1016} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:04:37.162699 [ 3 ] {} HTTP-Session: f90c81ff-16a7-420b-867b-34c2af162236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.162825 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 4092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.162873 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.162891 [ 3 ] {} HTTP-Session: 7613e623-9d29-4523-9158-39ae2ec8eb3e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.162908 [ 3 ] {} HTTP-Session: 7613e623-9d29-4523-9158-39ae2ec8eb3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.162921 [ 3 ] {} HTTP-Session: 7613e623-9d29-4523-9158-39ae2ec8eb3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.162951 [ 3 ] {} HTTP-Session: 7613e623-9d29-4523-9158-39ae2ec8eb3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.163019 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:37.163059 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:04:37.163180 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:37.163461 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:37.163497 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:37.163791 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:04:37.164124 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:37.164274 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} executeQuery: Read 24 rows, 1.90 KiB in 0.001283 sec., 18706.157443491815 rows/sec., 1.45 MiB/sec. 2024.03.21 18:04:37.164384 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.164407 [ 3 ] {09cc07c9-24b7-487d-ad59-6e1eaf0f0879} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:04:37.164423 [ 3 ] {} HTTP-Session: 7613e623-9d29-4523-9158-39ae2ec8eb3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.164598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 57753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:37.164646 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:37.164665 [ 3 ] {} HTTP-Session: 44fe7050-8a77-491b-aa1b-2615b0c1dce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:37.164682 [ 3 ] {} HTTP-Session: 44fe7050-8a77-491b-aa1b-2615b0c1dce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.164697 [ 3 ] {} HTTP-Session: 44fe7050-8a77-491b-aa1b-2615b0c1dce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:37.164726 [ 3 ] {} HTTP-Session: 44fe7050-8a77-491b-aa1b-2615b0c1dce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:37.164890 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:37.164935 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:04:37.165075 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:37.165529 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:37.165566 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:37.166036 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:04:37.166390 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:37.166515 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} executeQuery: Read 300 rows, 21.68 KiB in 0.001732 sec., 173210.16166281755 rows/sec., 12.22 MiB/sec. 2024.03.21 18:04:37.166771 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} DynamicQueryHandler: Done processing query 2024.03.21 18:04:37.166796 [ 3 ] {026d488d-f51b-4b49-85ba-4f5be00fe2da} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.21 18:04:37.166811 [ 3 ] {} HTTP-Session: 44fe7050-8a77-491b-aa1b-2615b0c1dce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.104040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:42.104184 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:42.104214 [ 3 ] {} HTTP-Session: 381bc214-8172-4877-88e7-524b220c3f46 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:42.104242 [ 3 ] {} HTTP-Session: 381bc214-8172-4877-88e7-524b220c3f46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.104261 [ 3 ] {} HTTP-Session: 381bc214-8172-4877-88e7-524b220c3f46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.104317 [ 3 ] {} HTTP-Session: 381bc214-8172-4877-88e7-524b220c3f46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:42.104485 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:42.104558 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:04:42.104764 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:42.105212 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:42.105255 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:42.105648 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:04:42.106048 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:42.106248 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} executeQuery: Read 49 rows, 3.97 KiB in 0.001853 sec., 26443.60496492175 rows/sec., 2.09 MiB/sec. 2024.03.21 18:04:42.106543 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} DynamicQueryHandler: Done processing query 2024.03.21 18:04:42.106583 [ 3 ] {bd18d397-4a00-450a-9607-dfbc03790302} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:04:42.106610 [ 3 ] {} HTTP-Session: 381bc214-8172-4877-88e7-524b220c3f46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.106805 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:42.106861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:42.106883 [ 3 ] {} HTTP-Session: 64a38f79-a6cb-42f2-9c8f-27680c226c3b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:42.106902 [ 3 ] {} HTTP-Session: 64a38f79-a6cb-42f2-9c8f-27680c226c3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.106916 [ 3 ] {} HTTP-Session: 64a38f79-a6cb-42f2-9c8f-27680c226c3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.106953 [ 3 ] {} HTTP-Session: 64a38f79-a6cb-42f2-9c8f-27680c226c3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:42.107093 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:42.107141 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:04:42.107284 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:42.107696 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:42.107735 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:42.108068 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:04:42.108407 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:42.108535 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} executeQuery: Read 147 rows, 14.73 KiB in 0.00153 sec., 96078.43137254902 rows/sec., 9.40 MiB/sec. 2024.03.21 18:04:42.108660 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} DynamicQueryHandler: Done processing query 2024.03.21 18:04:42.108685 [ 3 ] {1180fb31-7432-41b5-a05a-81be5b5423c0} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:04:42.108701 [ 3 ] {} HTTP-Session: 64a38f79-a6cb-42f2-9c8f-27680c226c3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.108835 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:42.108886 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:42.108905 [ 3 ] {} HTTP-Session: e8fc21b0-4a99-487c-8987-8459a3c6fa12 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:42.108922 [ 3 ] {} HTTP-Session: e8fc21b0-4a99-487c-8987-8459a3c6fa12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.108936 [ 3 ] {} HTTP-Session: e8fc21b0-4a99-487c-8987-8459a3c6fa12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.108968 [ 3 ] {} HTTP-Session: e8fc21b0-4a99-487c-8987-8459a3c6fa12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:42.109047 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:42.109087 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:04:42.109211 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:42.109533 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:42.109570 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:42.109873 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:04:42.110174 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:42.110292 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} executeQuery: Read 49 rows, 3.92 KiB in 0.001281 sec., 38251.366120218576 rows/sec., 2.99 MiB/sec. 2024.03.21 18:04:42.110404 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} DynamicQueryHandler: Done processing query 2024.03.21 18:04:42.110428 [ 3 ] {09b17bb6-6db1-4cfe-a5cb-d941a347cfcd} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:04:42.110443 [ 3 ] {} HTTP-Session: e8fc21b0-4a99-487c-8987-8459a3c6fa12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.110656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:42.110704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:42.110723 [ 3 ] {} HTTP-Session: 36150c50-3f73-4202-94c7-e301977bd3af Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:42.110740 [ 3 ] {} HTTP-Session: 36150c50-3f73-4202-94c7-e301977bd3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.110754 [ 3 ] {} HTTP-Session: 36150c50-3f73-4202-94c7-e301977bd3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:42.110785 [ 3 ] {} HTTP-Session: 36150c50-3f73-4202-94c7-e301977bd3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:42.111120 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:42.111166 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:04:42.111319 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:42.111911 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:42.111946 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:42.112411 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:04:42.112755 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:42.112884 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} executeQuery: Read 49 rows, 67.71 KiB in 0.002049 sec., 23914.104441190826 rows/sec., 32.27 MiB/sec. 2024.03.21 18:04:42.113121 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} DynamicQueryHandler: Done processing query 2024.03.21 18:04:42.113145 [ 3 ] {f025635e-7e72-4b83-91bc-3df3c04395b4} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:04:42.113161 [ 3 ] {} HTTP-Session: 36150c50-3f73-4202-94c7-e301977bd3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:45.313463 [ 77 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:04:45.313533 [ 77 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:04:52.103887 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:52.104079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:52.104124 [ 3 ] {} HTTP-Session: 7b8cd3d1-b60f-47aa-8387-f43c40a79541 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:52.104165 [ 3 ] {} HTTP-Session: 7b8cd3d1-b60f-47aa-8387-f43c40a79541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.104194 [ 3 ] {} HTTP-Session: 7b8cd3d1-b60f-47aa-8387-f43c40a79541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.104271 [ 3 ] {} HTTP-Session: 7b8cd3d1-b60f-47aa-8387-f43c40a79541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:52.104476 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:52.104577 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:04:52.104898 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:52.105389 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:52.105432 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:52.105816 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:04:52.106173 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:52.106313 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} executeQuery: Read 49 rows, 3.97 KiB in 0.001948 sec., 25154.00410677618 rows/sec., 1.99 MiB/sec. 2024.03.21 18:04:52.106465 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} DynamicQueryHandler: Done processing query 2024.03.21 18:04:52.106492 [ 3 ] {95f47903-9955-4585-b5ea-5905ab4870f8} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:04:52.106508 [ 3 ] {} HTTP-Session: 7b8cd3d1-b60f-47aa-8387-f43c40a79541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.106653 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:52.106703 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:52.106723 [ 3 ] {} HTTP-Session: c967aa50-01c1-4fd9-b685-8ee61c80fc7d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:52.106741 [ 3 ] {} HTTP-Session: c967aa50-01c1-4fd9-b685-8ee61c80fc7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.106755 [ 3 ] {} HTTP-Session: c967aa50-01c1-4fd9-b685-8ee61c80fc7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.106791 [ 3 ] {} HTTP-Session: c967aa50-01c1-4fd9-b685-8ee61c80fc7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:52.106907 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:52.106948 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:04:52.107072 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:52.107539 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:52.107575 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:52.107900 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.21 18:04:52.108207 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:52.108336 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} executeQuery: Read 147 rows, 14.73 KiB in 0.001496 sec., 98262.0320855615 rows/sec., 9.62 MiB/sec. 2024.03.21 18:04:52.108462 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} DynamicQueryHandler: Done processing query 2024.03.21 18:04:52.108487 [ 3 ] {be7b28a7-1bc0-407e-b9f6-7bb242f81ea9} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:04:52.108503 [ 3 ] {} HTTP-Session: c967aa50-01c1-4fd9-b685-8ee61c80fc7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.108646 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:52.108696 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:52.108715 [ 3 ] {} HTTP-Session: 7f6fc348-cb65-4c6b-8e46-e55b7ff0ddd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:52.108731 [ 3 ] {} HTTP-Session: 7f6fc348-cb65-4c6b-8e46-e55b7ff0ddd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.108745 [ 3 ] {} HTTP-Session: 7f6fc348-cb65-4c6b-8e46-e55b7ff0ddd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.108776 [ 3 ] {} HTTP-Session: 7f6fc348-cb65-4c6b-8e46-e55b7ff0ddd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:52.108855 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:52.108896 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:04:52.109020 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:52.109349 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:52.109386 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:52.109685 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.21 18:04:52.109988 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:52.110120 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} executeQuery: Read 49 rows, 3.92 KiB in 0.001301 sec., 37663.335895465025 rows/sec., 2.95 MiB/sec. 2024.03.21 18:04:52.110242 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} DynamicQueryHandler: Done processing query 2024.03.21 18:04:52.110266 [ 3 ] {8159d99f-70b3-4099-a185-8b8e70ef3a47} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:04:52.110282 [ 3 ] {} HTTP-Session: 7f6fc348-cb65-4c6b-8e46-e55b7ff0ddd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.110484 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:04:52.110533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:04:52.110551 [ 3 ] {} HTTP-Session: 9f070a85-b0b5-400c-b476-576ad7934947 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:04:52.110568 [ 3 ] {} HTTP-Session: 9f070a85-b0b5-400c-b476-576ad7934947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.110581 [ 3 ] {} HTTP-Session: 9f070a85-b0b5-400c-b476-576ad7934947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:04:52.110611 [ 3 ] {} HTTP-Session: 9f070a85-b0b5-400c-b476-576ad7934947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:04:52.110971 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:04:52.111018 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:04:52.111175 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:04:52.111783 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:04:52.111819 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:04:52.112257 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:04:52.112619 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:04:52.112745 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} executeQuery: Read 49 rows, 67.71 KiB in 0.002076 sec., 23603.082851637762 rows/sec., 31.85 MiB/sec. 2024.03.21 18:04:52.112873 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} DynamicQueryHandler: Done processing query 2024.03.21 18:04:52.112896 [ 3 ] {8624341d-34c9-4d05-9322-cdeefe3cc006} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:04:52.112912 [ 3 ] {} HTTP-Session: 9f070a85-b0b5-400c-b476-576ad7934947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:00.313579 [ 71 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:05:00.313645 [ 71 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:05:02.103595 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:02.103760 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:02.103804 [ 3 ] {} HTTP-Session: c7f8c2da-559a-42e6-8aa5-688c42f8eae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:02.103846 [ 3 ] {} HTTP-Session: c7f8c2da-559a-42e6-8aa5-688c42f8eae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.103875 [ 3 ] {} HTTP-Session: c7f8c2da-559a-42e6-8aa5-688c42f8eae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.103953 [ 3 ] {} HTTP-Session: c7f8c2da-559a-42e6-8aa5-688c42f8eae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:02.104160 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:02.104260 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:02.104523 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:02.105019 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:02.105064 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:02.105448 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.21 18:05:02.105784 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:02.105955 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} executeQuery: Read 49 rows, 3.97 KiB in 0.001901 sec., 25775.907417148872 rows/sec., 2.04 MiB/sec. 2024.03.21 18:05:02.106140 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} DynamicQueryHandler: Done processing query 2024.03.21 18:05:02.106167 [ 3 ] {1d7ccbdc-549a-4baf-9137-cd82b32d170e} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:02.106183 [ 3 ] {} HTTP-Session: c7f8c2da-559a-42e6-8aa5-688c42f8eae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.106335 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:02.106390 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:02.106410 [ 3 ] {} HTTP-Session: ddc4cebe-d3a1-41db-8172-5738ee4c4eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:02.106428 [ 3 ] {} HTTP-Session: ddc4cebe-d3a1-41db-8172-5738ee4c4eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.106442 [ 3 ] {} HTTP-Session: ddc4cebe-d3a1-41db-8172-5738ee4c4eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.106477 [ 3 ] {} HTTP-Session: ddc4cebe-d3a1-41db-8172-5738ee4c4eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:02.106588 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:02.106633 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:02.106761 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:02.107195 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:02.107234 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:02.107582 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.21 18:05:02.107893 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:02.108059 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} executeQuery: Read 147 rows, 14.73 KiB in 0.001521 sec., 96646.94280078895 rows/sec., 9.46 MiB/sec. 2024.03.21 18:05:02.108062 [ 70 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.21 18:05:02.108191 [ 70 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:02.108229 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:02.108235 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} DynamicQueryHandler: Done processing query 2024.03.21 18:05:02.108289 [ 3 ] {2c7b9ae3-b7e4-4c00-b0a8-0ecca2987692} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:05:02.108323 [ 3 ] {} HTTP-Session: ddc4cebe-d3a1-41db-8172-5738ee4c4eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.108520 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:02.108575 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:02.108620 [ 3 ] {} HTTP-Session: 6c927558-754c-4fc4-b4dd-2b86ac03c13e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:02.108640 [ 3 ] {} HTTP-Session: 6c927558-754c-4fc4-b4dd-2b86ac03c13e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.108654 [ 3 ] {} HTTP-Session: 6c927558-754c-4fc4-b4dd-2b86ac03c13e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.108689 [ 3 ] {} HTTP-Session: 6c927558-754c-4fc4-b4dd-2b86ac03c13e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:02.108782 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:02.108826 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:02.108964 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:02.109322 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:02.109360 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:02.109665 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.21 18:05:02.109977 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:02.110122 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} executeQuery: Read 49 rows, 3.92 KiB in 0.001378 sec., 35558.78084179971 rows/sec., 2.78 MiB/sec. 2024.03.21 18:05:02.110133 [ 70 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.21 18:05:02.110207 [ 70 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:02.110254 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:02.110361 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} DynamicQueryHandler: Done processing query 2024.03.21 18:05:02.110393 [ 3 ] {b3d9e2f9-0e22-42a2-9373-150bf41422a4} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:05:02.110421 [ 3 ] {} HTTP-Session: 6c927558-754c-4fc4-b4dd-2b86ac03c13e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.110666 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:02.110764 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:02.110787 [ 3 ] {} HTTP-Session: c429ee27-043e-4f69-8bc0-80c8a246182e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:02.110805 [ 3 ] {} HTTP-Session: c429ee27-043e-4f69-8bc0-80c8a246182e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.110819 [ 3 ] {} HTTP-Session: c429ee27-043e-4f69-8bc0-80c8a246182e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.110851 [ 3 ] {} HTTP-Session: c429ee27-043e-4f69-8bc0-80c8a246182e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:02.111194 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:02.111244 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:02.111419 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:02.112028 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:02.112065 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:02.112510 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.21 18:05:02.112668 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:05:02.112668 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:05:02.113354 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:02.113484 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:02.113526 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:02.113626 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 139 rows starting from the beginning of the part 2024.03.21 18:05:02.113652 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 59 rows starting from the beginning of the part 2024.03.21 18:05:02.114237 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:02.114205 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} executeQuery: Read 49 rows, 67.71 KiB in 0.003156 sec., 15525.98225602028 rows/sec., 20.95 MiB/sec. 2024.03.21 18:05:02.114651 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2024.03.21 18:05:02.114998 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:02.115180 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:02.115328 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:02.115500 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} DynamicQueryHandler: Done processing query 2024.03.21 18:05:02.115719 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:02.116196 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2024.03.21 18:05:02.116209 [ 3 ] {38c2335b-0ca1-432c-9a8c-86ea51646067} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:05:02.116310 [ 3 ] {} HTTP-Session: c429ee27-043e-4f69-8bc0-80c8a246182e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:02.116606 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:02.116818 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:02.117157 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:02.119462 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 763 rows, containing 4 columns (4 merged, 0 gathered) in 0.01112647 sec., 68575.20848930524 rows/sec., 6.65 MiB/sec. 2024.03.21 18:05:02.119725 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.21 18:05:02.119907 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 279 rows, containing 4 columns (4 merged, 0 gathered) in 0.009282277 sec., 30057.280126417256 rows/sec., 2.35 MiB/sec. 2024.03.21 18:05:02.120137 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.21 18:05:02.120600 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:02.120761 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_6_1} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.21 18:05:02.120925 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:02.120957 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2024.03.21 18:05:02.121052 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_6_1} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.21 18:05:02.121146 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.21 18:05:07.102943 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.103074 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.103100 [ 3 ] {} HTTP-Session: 394abb5e-b6fa-40d4-b50c-c787113c1257 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.103125 [ 3 ] {} HTTP-Session: 394abb5e-b6fa-40d4-b50c-c787113c1257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.103140 [ 3 ] {} HTTP-Session: 394abb5e-b6fa-40d4-b50c-c787113c1257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.103190 [ 3 ] {} HTTP-Session: 394abb5e-b6fa-40d4-b50c-c787113c1257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.103348 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} executeQuery: (from [fd00:1122:3344:101::d]:51246) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.03.21 18:05:07.103702 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.21 18:05:07.103741 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.03.21 18:05:07.104013 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:05:07.104094 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.21 18:05:07.104268 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.03.21 18:05:07.104548 [ 255 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.03.21 18:05:07.104564 [ 253 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.21 18:05:07.104686 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (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.03.21 18:05:07.104722 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.21 18:05:07.107212 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.03.21 18:05:07.109430 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a) (SelectExecutor): Reading approx. 11 rows with 2 streams 2024.03.21 18:05:07.109495 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} 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', 'database_transaction:retry_data', '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.03.21 18:05:07.109540 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} 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', 'database_transaction:retry_data', '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.03.21 18:05:07.111685 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} executeQuery: Read 11 rows, 475.00 B in 0.008427 sec., 1305.328112020885 rows/sec., 55.05 KiB/sec. 2024.03.21 18:05:07.111988 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.112016 [ 3 ] {3ccb25b2-d4b8-44f3-86a8-b0bc088223ca} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.03.21 18:05:07.112033 [ 3 ] {} HTTP-Session: 394abb5e-b6fa-40d4-b50c-c787113c1257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.112782 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.112836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.112856 [ 3 ] {} HTTP-Session: e7acec3f-06f4-4a44-82a4-f2126e2cd1de Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.112874 [ 3 ] {} HTTP-Session: e7acec3f-06f4-4a44-82a4-f2126e2cd1de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.112889 [ 3 ] {} HTTP-Session: e7acec3f-06f4-4a44-82a4-f2126e2cd1de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.112926 [ 3 ] {} HTTP-Session: e7acec3f-06f4-4a44-82a4-f2126e2cd1de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.113011 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.113058 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.21 18:05:07.113228 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.113564 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.113611 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.114128 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:05:07.114450 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} oximeter.timeseries_schema (e5bbecd6-224b-4833-82f2-b2eb34f1f02a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.114621 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} executeQuery: Read 1 rows, 232.00 B in 0.001635 sec., 611.6207951070337 rows/sec., 138.57 KiB/sec. 2024.03.21 18:05:07.114884 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.114911 [ 3 ] {5562bd6c-27ff-4d16-bf44-8d21669eb7d3} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.21 18:05:07.114927 [ 3 ] {} HTTP-Session: e7acec3f-06f4-4a44-82a4-f2126e2cd1de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.115096 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.115146 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.115165 [ 3 ] {} HTTP-Session: a052b70e-8f42-4ebf-9d3c-92dc9e8b3351 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.115182 [ 3 ] {} HTTP-Session: a052b70e-8f42-4ebf-9d3c-92dc9e8b3351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.115195 [ 3 ] {} HTTP-Session: a052b70e-8f42-4ebf-9d3c-92dc9e8b3351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.115227 [ 3 ] {} HTTP-Session: a052b70e-8f42-4ebf-9d3c-92dc9e8b3351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.115296 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.115340 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:07.115486 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.115769 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.115808 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.116125 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.21 18:05:07.116446 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.116599 [ 68 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.21 18:05:07.116611 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} executeQuery: Read 3 rows, 249.00 B in 0.001331 sec., 2253.9444027047334 rows/sec., 182.69 KiB/sec. 2024.03.21 18:05:07.116668 [ 68 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.116733 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.116832 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.116888 [ 3 ] {db203ca5-da4e-4399-90a0-787e4c00077f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:07.116941 [ 3 ] {} HTTP-Session: a052b70e-8f42-4ebf-9d3c-92dc9e8b3351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.116990 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:05:07.117105 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.117215 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.117279 [ 3 ] {} HTTP-Session: f4892abe-d3d1-47ae-9b3c-d8bfa3140ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.117290 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:07.117307 [ 3 ] {} HTTP-Session: f4892abe-d3d1-47ae-9b3c-d8bfa3140ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.117345 [ 3 ] {} HTTP-Session: f4892abe-d3d1-47ae-9b3c-d8bfa3140ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.117353 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part 2024.03.21 18:05:07.117403 [ 3 ] {} HTTP-Session: f4892abe-d3d1-47ae-9b3c-d8bfa3140ed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.117672 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.117685 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.117877 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:05:07.117939 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.118262 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.118661 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.119042 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part 2024.03.21 18:05:07.119105 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.119961 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.120024 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.121003 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:05:07.121772 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 4 columns (4 merged, 0 gathered) in 0.004926028 sec., 49735.811489500265 rows/sec., 3.94 MiB/sec. 2024.03.21 18:05:07.121925 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.121990 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.21 18:05:07.122255 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} executeQuery: Read 2 rows, 167.00 B in 0.004716 sec., 424.08821034775235 rows/sec., 34.58 KiB/sec. 2024.03.21 18:05:07.122866 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.122901 [ 3 ] {baf0b636-312d-4a7e-81a6-a669917a4ebb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:07.122942 [ 3 ] {} HTTP-Session: f4892abe-d3d1-47ae-9b3c-d8bfa3140ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.123123 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.123134 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 6676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.123235 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.123274 [ 3 ] {} HTTP-Session: 5c035d61-1b08-4b43-99d1-cfc9e9322934 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.123278 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_6_1} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.21 18:05:07.123302 [ 3 ] {} HTTP-Session: 5c035d61-1b08-4b43-99d1-cfc9e9322934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.123334 [ 3 ] {} HTTP-Session: 5c035d61-1b08-4b43-99d1-cfc9e9322934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.123410 [ 3 ] {} HTTP-Session: 5c035d61-1b08-4b43-99d1-cfc9e9322934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.123428 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:05:07.123528 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.123572 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:07.123715 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.124028 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.124068 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.124387 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.21 18:05:07.124703 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.124852 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} executeQuery: Read 47 rows, 3.79 KiB in 0.001365 sec., 34432.234432234436 rows/sec., 2.71 MiB/sec. 2024.03.21 18:05:07.124968 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.124994 [ 3 ] {7a7f0d8a-c183-4cf1-91be-a29b45de8781} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:07.125009 [ 3 ] {} HTTP-Session: 5c035d61-1b08-4b43-99d1-cfc9e9322934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.125127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.125174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.125192 [ 3 ] {} HTTP-Session: c668fd70-041a-49c5-a6ec-20bc91433124 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.125208 [ 3 ] {} HTTP-Session: c668fd70-041a-49c5-a6ec-20bc91433124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.125222 [ 3 ] {} HTTP-Session: c668fd70-041a-49c5-a6ec-20bc91433124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.125253 [ 3 ] {} HTTP-Session: c668fd70-041a-49c5-a6ec-20bc91433124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.125315 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.125354 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:05:07.125479 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.125775 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.125813 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.126112 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.21 18:05:07.126429 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.126584 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} executeQuery: Read 2 rows, 143.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 109.10 KiB/sec. 2024.03.21 18:05:07.126815 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.126839 [ 3 ] {ec74c1cd-4a7d-4c2c-bae7-debfd0fc1495} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:07.126855 [ 3 ] {} HTTP-Session: c668fd70-041a-49c5-a6ec-20bc91433124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.126964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.127016 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.127034 [ 3 ] {} HTTP-Session: 526d2717-98d3-4cde-8e2b-642386fc7bf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.127050 [ 3 ] {} HTTP-Session: 526d2717-98d3-4cde-8e2b-642386fc7bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.127064 [ 3 ] {} HTTP-Session: 526d2717-98d3-4cde-8e2b-642386fc7bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.127094 [ 3 ] {} HTTP-Session: 526d2717-98d3-4cde-8e2b-642386fc7bf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.127156 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.127196 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2024.03.21 18:05:07.127342 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.127595 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} oximeter.fields_u32 (9ea06345-2250-4675-b862-505f92188e06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.127633 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.127931 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:05:07.128242 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} oximeter.fields_u32 (9ea06345-2250-4675-b862-505f92188e06): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.128406 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} executeQuery: Read 1 rows, 68.00 B in 0.001264 sec., 791.1392405063292 rows/sec., 52.54 KiB/sec. 2024.03.21 18:05:07.128626 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.128650 [ 3 ] {5c300980-99af-4773-b55e-6e30ea74b6fb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:07.128666 [ 3 ] {} HTTP-Session: 526d2717-98d3-4cde-8e2b-642386fc7bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.128782 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.128829 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.128847 [ 3 ] {} HTTP-Session: 11bbddf4-8e81-4cd0-a914-44aad239db8b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.128863 [ 3 ] {} HTTP-Session: 11bbddf4-8e81-4cd0-a914-44aad239db8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.128876 [ 3 ] {} HTTP-Session: 11bbddf4-8e81-4cd0-a914-44aad239db8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.128907 [ 3 ] {} HTTP-Session: 11bbddf4-8e81-4cd0-a914-44aad239db8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.128984 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.129025 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:07.129167 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.129454 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.129491 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.129793 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.21 18:05:07.130103 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.130251 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} executeQuery: Read 35 rows, 2.78 KiB in 0.001301 sec., 26902.38278247502 rows/sec., 2.09 MiB/sec. 2024.03.21 18:05:07.130372 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.130395 [ 3 ] {37ecf5a6-df83-4e34-af66-3a9840047ecd} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:07.130410 [ 3 ] {} HTTP-Session: 11bbddf4-8e81-4cd0-a914-44aad239db8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.130526 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.130575 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.130595 [ 3 ] {} HTTP-Session: eaddd1cb-c115-4ab0-b99b-97bb3a0f3985 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.130611 [ 3 ] {} HTTP-Session: eaddd1cb-c115-4ab0-b99b-97bb3a0f3985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.130626 [ 3 ] {} HTTP-Session: eaddd1cb-c115-4ab0-b99b-97bb3a0f3985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.130656 [ 3 ] {} HTTP-Session: eaddd1cb-c115-4ab0-b99b-97bb3a0f3985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.130734 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.130778 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:05:07.130919 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.131263 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.131299 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.131673 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:05:07.132018 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.132185 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} executeQuery: Read 37 rows, 2.67 KiB in 0.001477 sec., 25050.778605280975 rows/sec., 1.77 MiB/sec. 2024.03.21 18:05:07.132431 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.132455 [ 3 ] {7de28276-7fad-405a-b360-51751dac19a3} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:05:07.132471 [ 3 ] {} HTTP-Session: eaddd1cb-c115-4ab0-b99b-97bb3a0f3985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.132575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.132623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.132642 [ 3 ] {} HTTP-Session: 02344e62-6311-4fdb-9c3b-5b3330c8c38c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.132658 [ 3 ] {} HTTP-Session: 02344e62-6311-4fdb-9c3b-5b3330c8c38c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.132672 [ 3 ] {} HTTP-Session: 02344e62-6311-4fdb-9c3b-5b3330c8c38c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.132703 [ 3 ] {} HTTP-Session: 02344e62-6311-4fdb-9c3b-5b3330c8c38c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.132764 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.132807 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2024.03.21 18:05:07.132954 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.133221 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} oximeter.measurements_f64 (1a5e6ee8-0603-4353-90b7-7b57b2ce9e41): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.133258 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.133602 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:05:07.133926 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} oximeter.measurements_f64 (1a5e6ee8-0603-4353-90b7-7b57b2ce9e41): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.134090 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} executeQuery: Read 1 rows, 65.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 47.48 KiB/sec. 2024.03.21 18:05:07.134321 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.134345 [ 3 ] {05c86483-420a-4bd7-957d-3673d69a3e86} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.21 18:05:07.134362 [ 3 ] {} HTTP-Session: 02344e62-6311-4fdb-9c3b-5b3330c8c38c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.134467 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 3272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.134516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.134536 [ 3 ] {} HTTP-Session: ecd61cc0-cea5-450d-af74-6e2e1de2ba77 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.134552 [ 3 ] {} HTTP-Session: ecd61cc0-cea5-450d-af74-6e2e1de2ba77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.134566 [ 3 ] {} HTTP-Session: ecd61cc0-cea5-450d-af74-6e2e1de2ba77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.134596 [ 3 ] {} HTTP-Session: ecd61cc0-cea5-450d-af74-6e2e1de2ba77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.134679 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.134722 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:07.134897 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.135213 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.135249 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.135631 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.21 18:05:07.135970 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.136098 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} executeQuery: Read 3 rows, 4.15 KiB in 0.001459 sec., 2056.20287868403 rows/sec., 2.77 MiB/sec. 2024.03.21 18:05:07.136111 [ 67 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.21 18:05:07.136161 [ 67 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.136193 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.136259 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.136317 [ 3 ] {2eddc58b-4464-48ef-a417-b4fe6205f89a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:07.136392 [ 3 ] {} HTTP-Session: ecd61cc0-cea5-450d-af74-6e2e1de2ba77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.136615 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:05:07.136664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:07.136766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:07.136819 [ 3 ] {} HTTP-Session: 3b70464e-b660-4824-9a03-cf37cdb1b203 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:07.136868 [ 3 ] {} HTTP-Session: 3b70464e-b660-4824-9a03-cf37cdb1b203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.136908 [ 3 ] {} HTTP-Session: 3b70464e-b660-4824-9a03-cf37cdb1b203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.136998 [ 3 ] {} HTTP-Session: 3b70464e-b660-4824-9a03-cf37cdb1b203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:07.137016 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:07.137106 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part 2024.03.21 18:05:07.137143 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:07.137383 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.137400 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.21 18:05:07.137712 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.138032 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.138347 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:07.138633 [ 202 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part 2024.03.21 18:05:07.138717 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:07.139635 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:07.139707 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:07.140651 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:05:07.141561 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.141734 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} executeQuery: Read 6 rows, 434.00 B in 0.004669 sec., 1285.071749839366 rows/sec., 90.77 KiB/sec. 2024.03.21 18:05:07.141879 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} DynamicQueryHandler: Done processing query 2024.03.21 18:05:07.141902 [ 3 ] {e4207ec0-07af-48b2-bd4f-5b6018c753da} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.21 18:05:07.141919 [ 3 ] {} HTTP-Session: 3b70464e-b660-4824-9a03-cf37cdb1b203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:07.143980 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 6 columns (6 merged, 0 gathered) in 0.007699508 sec., 31820.215005945836 rows/sec., 42.94 MiB/sec. 2024.03.21 18:05:07.144396 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.21 18:05:07.144896 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:07.144989 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_6_1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.21 18:05:07.145094 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2024.03.21 18:05:12.103627 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:12.103822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:12.103868 [ 3 ] {} HTTP-Session: d77aa441-e9eb-4c5a-bb43-ab6a24898ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:12.103911 [ 3 ] {} HTTP-Session: d77aa441-e9eb-4c5a-bb43-ab6a24898ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.103940 [ 3 ] {} HTTP-Session: d77aa441-e9eb-4c5a-bb43-ab6a24898ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.104021 [ 3 ] {} HTTP-Session: d77aa441-e9eb-4c5a-bb43-ab6a24898ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:12.104227 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:12.104328 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:12.104642 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:12.105164 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:12.105209 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:12.105596 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.21 18:05:12.105934 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:12.106077 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} executeQuery: Read 49 rows, 3.97 KiB in 0.001955 sec., 25063.93861892583 rows/sec., 1.98 MiB/sec. 2024.03.21 18:05:12.106237 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} DynamicQueryHandler: Done processing query 2024.03.21 18:05:12.106262 [ 3 ] {6af938e4-b737-4228-97c1-b81a4950b3ee} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:12.106280 [ 3 ] {} HTTP-Session: d77aa441-e9eb-4c5a-bb43-ab6a24898ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.106394 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:12.106452 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:12.106471 [ 3 ] {} HTTP-Session: 9c46c5a9-63f1-4f1d-98c3-e23a31717995 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:12.106489 [ 3 ] {} HTTP-Session: 9c46c5a9-63f1-4f1d-98c3-e23a31717995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.106503 [ 3 ] {} HTTP-Session: 9c46c5a9-63f1-4f1d-98c3-e23a31717995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.106536 [ 3 ] {} HTTP-Session: 9c46c5a9-63f1-4f1d-98c3-e23a31717995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:12.106608 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:12.106652 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:05:12.106780 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:12.107087 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:12.107123 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:12.107417 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:05:12.107723 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:12.107845 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} executeQuery: Read 2 rows, 167.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 128.82 KiB/sec. 2024.03.21 18:05:12.107968 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} DynamicQueryHandler: Done processing query 2024.03.21 18:05:12.107993 [ 3 ] {c03bdab7-92d8-4270-8d6d-fceb41c18a67} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:12.108008 [ 3 ] {} HTTP-Session: 9c46c5a9-63f1-4f1d-98c3-e23a31717995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.108149 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:12.108199 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:12.108217 [ 3 ] {} HTTP-Session: 01ead9cd-c1ab-44fd-b005-8f913a24ce84 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:12.108233 [ 3 ] {} HTTP-Session: 01ead9cd-c1ab-44fd-b005-8f913a24ce84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.108247 [ 3 ] {} HTTP-Session: 01ead9cd-c1ab-44fd-b005-8f913a24ce84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.108277 [ 3 ] {} HTTP-Session: 01ead9cd-c1ab-44fd-b005-8f913a24ce84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:12.108384 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:12.108423 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:12.108545 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:12.108923 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:12.108958 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:12.109268 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.21 18:05:12.109577 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:12.109699 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} executeQuery: Read 148 rows, 14.82 KiB in 0.001375 sec., 107636.36363636365 rows/sec., 10.53 MiB/sec. 2024.03.21 18:05:12.109821 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} DynamicQueryHandler: Done processing query 2024.03.21 18:05:12.109845 [ 3 ] {1d9e2fd5-f324-4c35-bded-9d159a708f4c} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:05:12.109860 [ 3 ] {} HTTP-Session: 01ead9cd-c1ab-44fd-b005-8f913a24ce84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.110022 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:12.110073 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:12.110093 [ 3 ] {} HTTP-Session: 952aec5d-3e54-452e-b4ac-8b77543d96bb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:12.110109 [ 3 ] {} HTTP-Session: 952aec5d-3e54-452e-b4ac-8b77543d96bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.110123 [ 3 ] {} HTTP-Session: 952aec5d-3e54-452e-b4ac-8b77543d96bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.110153 [ 3 ] {} HTTP-Session: 952aec5d-3e54-452e-b4ac-8b77543d96bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:12.110214 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:12.110253 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:05:12.110376 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:12.110636 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:12.110672 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:12.110956 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.21 18:05:12.111261 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:12.111380 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} executeQuery: Read 2 rows, 143.00 B in 0.001188 sec., 1683.5016835016834 rows/sec., 117.55 KiB/sec. 2024.03.21 18:05:12.111494 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} DynamicQueryHandler: Done processing query 2024.03.21 18:05:12.111516 [ 3 ] {e09003ae-9cce-44b4-ae91-15d1d7f940b7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:12.111532 [ 3 ] {} HTTP-Session: 952aec5d-3e54-452e-b4ac-8b77543d96bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.111686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:12.111736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:12.111755 [ 3 ] {} HTTP-Session: 073e71d9-4663-4520-9b80-a6bf7d2164c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:12.111771 [ 3 ] {} HTTP-Session: 073e71d9-4663-4520-9b80-a6bf7d2164c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.111785 [ 3 ] {} HTTP-Session: 073e71d9-4663-4520-9b80-a6bf7d2164c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.111815 [ 3 ] {} HTTP-Session: 073e71d9-4663-4520-9b80-a6bf7d2164c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:12.111905 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:12.111944 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:12.112064 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:12.112374 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:12.112410 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:12.112701 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.21 18:05:12.113000 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:12.113121 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} executeQuery: Read 51 rows, 4.09 KiB in 0.001263 sec., 40380.047505938244 rows/sec., 3.16 MiB/sec. 2024.03.21 18:05:12.113225 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} DynamicQueryHandler: Done processing query 2024.03.21 18:05:12.113248 [ 3 ] {c573fdac-128b-4fa9-bb1f-6a78931cc3db} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:05:12.113263 [ 3 ] {} HTTP-Session: 073e71d9-4663-4520-9b80-a6bf7d2164c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.113374 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:12.113421 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:12.113439 [ 3 ] {} HTTP-Session: 3b93d2ea-2b9c-43a4-94fc-0054c5eec842 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:12.113455 [ 3 ] {} HTTP-Session: 3b93d2ea-2b9c-43a4-94fc-0054c5eec842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.113469 [ 3 ] {} HTTP-Session: 3b93d2ea-2b9c-43a4-94fc-0054c5eec842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.113499 [ 3 ] {} HTTP-Session: 3b93d2ea-2b9c-43a4-94fc-0054c5eec842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:12.113558 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:12.113602 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:05:12.113737 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:12.113999 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:12.114034 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:12.114393 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:05:12.114720 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:12.114841 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} executeQuery: Read 1 rows, 72.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 53.96 KiB/sec. 2024.03.21 18:05:12.114997 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} DynamicQueryHandler: Done processing query 2024.03.21 18:05:12.115020 [ 3 ] {009760e7-7ac6-4488-a820-1ffc01d055da} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:12.115036 [ 3 ] {} HTTP-Session: 3b93d2ea-2b9c-43a4-94fc-0054c5eec842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.115208 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:12.115255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:12.115274 [ 3 ] {} HTTP-Session: b18aab01-5fb2-4b9a-a706-675b27e67c9b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:12.115291 [ 3 ] {} HTTP-Session: b18aab01-5fb2-4b9a-a706-675b27e67c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.115304 [ 3 ] {} HTTP-Session: b18aab01-5fb2-4b9a-a706-675b27e67c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:12.115335 [ 3 ] {} HTTP-Session: b18aab01-5fb2-4b9a-a706-675b27e67c9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:12.115685 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:12.115730 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:12.115881 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:12.116391 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:12.116426 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:12.116871 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.21 18:05:12.117206 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:12.117330 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} executeQuery: Read 49 rows, 67.71 KiB in 0.001944 sec., 25205.761316872427 rows/sec., 34.01 MiB/sec. 2024.03.21 18:05:12.117441 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} DynamicQueryHandler: Done processing query 2024.03.21 18:05:12.117464 [ 3 ] {b3477bf1-a40a-48f5-a069-f212d97fcc19} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:05:12.117480 [ 3 ] {} HTTP-Session: b18aab01-5fb2-4b9a-a706-675b27e67c9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:15.313683 [ 60 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:05:15.313745 [ 60 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:05:17.101336 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:17.101457 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:17.101485 [ 3 ] {} HTTP-Session: d0165873-2658-48bd-8213-4c9897b4b45a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:17.101514 [ 3 ] {} HTTP-Session: d0165873-2658-48bd-8213-4c9897b4b45a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.101531 [ 3 ] {} HTTP-Session: d0165873-2658-48bd-8213-4c9897b4b45a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.101587 [ 3 ] {} HTTP-Session: d0165873-2658-48bd-8213-4c9897b4b45a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:17.101714 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:17.101782 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:17.102004 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:17.102445 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:17.102487 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:17.102870 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.21 18:05:17.103229 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:17.103402 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} executeQuery: Read 5 rows, 415.00 B in 0.00174 sec., 2873.5632183908046 rows/sec., 232.92 KiB/sec. 2024.03.21 18:05:17.103569 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} DynamicQueryHandler: Done processing query 2024.03.21 18:05:17.103596 [ 3 ] {713af2df-80dc-465a-8591-69394aa05c35} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:17.103612 [ 3 ] {} HTTP-Session: d0165873-2658-48bd-8213-4c9897b4b45a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.103749 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:17.103809 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:17.103829 [ 3 ] {} HTTP-Session: 35925f90-75a0-4c8d-96da-4a566b40206a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:17.103847 [ 3 ] {} HTTP-Session: 35925f90-75a0-4c8d-96da-4a566b40206a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.103861 [ 3 ] {} HTTP-Session: 35925f90-75a0-4c8d-96da-4a566b40206a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.103896 [ 3 ] {} HTTP-Session: 35925f90-75a0-4c8d-96da-4a566b40206a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:17.103978 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:17.104022 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:17.104155 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:17.104507 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:17.104544 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:17.104850 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.21 18:05:17.105179 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:17.105337 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} executeQuery: Read 15 rows, 1.39 KiB in 0.001382 sec., 10853.83502170767 rows/sec., 1002.71 KiB/sec. 2024.03.21 18:05:17.105500 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} DynamicQueryHandler: Done processing query 2024.03.21 18:05:17.105526 [ 3 ] {d898be42-837c-41d3-9058-77c038f05b5c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:05:17.105542 [ 3 ] {} HTTP-Session: 35925f90-75a0-4c8d-96da-4a566b40206a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.105665 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:17.105717 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:17.105736 [ 3 ] {} HTTP-Session: c1c478d4-e172-47da-a7a3-297ba9dae354 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:17.105753 [ 3 ] {} HTTP-Session: c1c478d4-e172-47da-a7a3-297ba9dae354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.105767 [ 3 ] {} HTTP-Session: c1c478d4-e172-47da-a7a3-297ba9dae354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.105800 [ 3 ] {} HTTP-Session: c1c478d4-e172-47da-a7a3-297ba9dae354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:17.105868 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:17.105909 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:17.106036 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:17.106331 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:17.106367 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:17.106666 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.21 18:05:17.106967 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:17.107118 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} executeQuery: Read 5 rows, 410.00 B in 0.001269 sec., 3940.1103230890467 rows/sec., 315.52 KiB/sec. 2024.03.21 18:05:17.107250 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} DynamicQueryHandler: Done processing query 2024.03.21 18:05:17.107275 [ 3 ] {1bb1e8ef-777f-49aa-8239-f4a1220cdf2f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:17.107291 [ 3 ] {} HTTP-Session: c1c478d4-e172-47da-a7a3-297ba9dae354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.107441 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:17.107492 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:17.107510 [ 3 ] {} HTTP-Session: 9d099e1c-2ef1-4981-8cfc-1b184ccab9c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:17.107526 [ 3 ] {} HTTP-Session: 9d099e1c-2ef1-4981-8cfc-1b184ccab9c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.107540 [ 3 ] {} HTTP-Session: 9d099e1c-2ef1-4981-8cfc-1b184ccab9c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:17.107570 [ 3 ] {} HTTP-Session: 9d099e1c-2ef1-4981-8cfc-1b184ccab9c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:17.107663 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:17.107709 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:17.107868 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:17.108192 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:17.108229 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:17.108643 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.21 18:05:17.108989 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:17.109154 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} executeQuery: Read 5 rows, 6.91 KiB in 0.001531 sec., 3265.8393207054214 rows/sec., 4.41 MiB/sec. 2024.03.21 18:05:17.109404 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} DynamicQueryHandler: Done processing query 2024.03.21 18:05:17.109434 [ 3 ] {fc241a1f-dc06-4496-a4a6-c5104b7a10f1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:17.109451 [ 3 ] {} HTTP-Session: 9d099e1c-2ef1-4981-8cfc-1b184ccab9c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.104151 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:22.104295 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:22.104325 [ 3 ] {} HTTP-Session: 9b9a462e-365c-4a98-8679-5560d9eeffaa Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:22.104353 [ 3 ] {} HTTP-Session: 9b9a462e-365c-4a98-8679-5560d9eeffaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.104370 [ 3 ] {} HTTP-Session: 9b9a462e-365c-4a98-8679-5560d9eeffaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.104424 [ 3 ] {} HTTP-Session: 9b9a462e-365c-4a98-8679-5560d9eeffaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:22.104565 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:22.104636 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:22.104852 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:22.105336 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:22.105384 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:22.105794 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.21 18:05:22.106133 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:22.106305 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} executeQuery: Read 49 rows, 3.97 KiB in 0.001804 sec., 27161.862527716185 rows/sec., 2.15 MiB/sec. 2024.03.21 18:05:22.106465 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} DynamicQueryHandler: Done processing query 2024.03.21 18:05:22.106492 [ 3 ] {da459e7f-98e5-4465-a8d8-a2cfd0e085a3} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:22.106508 [ 3 ] {} HTTP-Session: 9b9a462e-365c-4a98-8679-5560d9eeffaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.106685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:22.106741 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:22.106760 [ 3 ] {} HTTP-Session: 2a121f54-9805-4ca1-93a5-d065628b2f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:22.106779 [ 3 ] {} HTTP-Session: 2a121f54-9805-4ca1-93a5-d065628b2f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.106792 [ 3 ] {} HTTP-Session: 2a121f54-9805-4ca1-93a5-d065628b2f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.106826 [ 3 ] {} HTTP-Session: 2a121f54-9805-4ca1-93a5-d065628b2f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:22.106952 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:22.106995 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:22.107121 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:22.107581 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:22.107619 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:22.107944 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.21 18:05:22.108246 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:22.108398 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} executeQuery: Read 147 rows, 14.73 KiB in 0.001511 sec., 97286.5651886168 rows/sec., 9.52 MiB/sec. 2024.03.21 18:05:22.108643 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} DynamicQueryHandler: Done processing query 2024.03.21 18:05:22.108667 [ 3 ] {20d7a3f4-c427-4e69-94a7-d9460dd98a43} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:05:22.108683 [ 3 ] {} HTTP-Session: 2a121f54-9805-4ca1-93a5-d065628b2f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.108822 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:22.108870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:22.108888 [ 3 ] {} HTTP-Session: c260ebf3-66d3-445a-9270-b3fa156a0510 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:22.108905 [ 3 ] {} HTTP-Session: c260ebf3-66d3-445a-9270-b3fa156a0510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.108918 [ 3 ] {} HTTP-Session: c260ebf3-66d3-445a-9270-b3fa156a0510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.108950 [ 3 ] {} HTTP-Session: c260ebf3-66d3-445a-9270-b3fa156a0510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:22.109035 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:22.109076 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:22.109218 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:22.109538 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:22.109576 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:22.109882 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.21 18:05:22.110185 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:22.110304 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} executeQuery: Read 49 rows, 3.92 KiB in 0.001309 sec., 37433.1550802139 rows/sec., 2.93 MiB/sec. 2024.03.21 18:05:22.110424 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} DynamicQueryHandler: Done processing query 2024.03.21 18:05:22.110446 [ 3 ] {26aadea6-a299-4615-bccd-50f09f75062a} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:05:22.110462 [ 3 ] {} HTTP-Session: c260ebf3-66d3-445a-9270-b3fa156a0510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.110684 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:22.110732 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:22.110749 [ 3 ] {} HTTP-Session: 5deae872-d67f-4c92-bd6d-31adcaa9834e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:22.110766 [ 3 ] {} HTTP-Session: 5deae872-d67f-4c92-bd6d-31adcaa9834e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.110779 [ 3 ] {} HTTP-Session: 5deae872-d67f-4c92-bd6d-31adcaa9834e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:22.110810 [ 3 ] {} HTTP-Session: 5deae872-d67f-4c92-bd6d-31adcaa9834e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:22.111373 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:22.111421 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:22.111573 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:22.112184 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:22.112218 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:22.112642 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.21 18:05:22.112974 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:22.113100 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} executeQuery: Read 49 rows, 67.71 KiB in 0.002233 sec., 21943.573667711596 rows/sec., 29.61 MiB/sec. 2024.03.21 18:05:22.113266 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} DynamicQueryHandler: Done processing query 2024.03.21 18:05:22.113289 [ 3 ] {69397e32-3975-4704-b2d7-ca2207655711} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:05:22.113305 [ 3 ] {} HTTP-Session: 5deae872-d67f-4c92-bd6d-31adcaa9834e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.101670 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:27.101799 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:27.101824 [ 3 ] {} HTTP-Session: 89a44f78-002d-47aa-867b-f05c970c56f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:27.101850 [ 3 ] {} HTTP-Session: 89a44f78-002d-47aa-867b-f05c970c56f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.101865 [ 3 ] {} HTTP-Session: 89a44f78-002d-47aa-867b-f05c970c56f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.101915 [ 3 ] {} HTTP-Session: 89a44f78-002d-47aa-867b-f05c970c56f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:27.102031 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:27.102095 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:27.102289 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:27.102718 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:27.102764 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:27.103147 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.21 18:05:27.103484 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:27.103629 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} executeQuery: Read 5 rows, 415.00 B in 0.001648 sec., 3033.980582524272 rows/sec., 245.92 KiB/sec. 2024.03.21 18:05:27.103801 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} DynamicQueryHandler: Done processing query 2024.03.21 18:05:27.103829 [ 3 ] {02093f22-138c-476a-9e5b-fd09bab66a90} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:27.103846 [ 3 ] {} HTTP-Session: 89a44f78-002d-47aa-867b-f05c970c56f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.103978 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:27.104034 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:27.104053 [ 3 ] {} HTTP-Session: 52d2c83e-0638-4a11-b809-7a9b8877b659 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:27.104070 [ 3 ] {} HTTP-Session: 52d2c83e-0638-4a11-b809-7a9b8877b659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.104084 [ 3 ] {} HTTP-Session: 52d2c83e-0638-4a11-b809-7a9b8877b659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.104119 [ 3 ] {} HTTP-Session: 52d2c83e-0638-4a11-b809-7a9b8877b659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:27.104197 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:27.104240 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:27.104370 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:27.104717 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:27.104755 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:27.105061 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.21 18:05:27.105375 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:27.105528 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} executeQuery: Read 15 rows, 1.39 KiB in 0.001353 sec., 11086.474501108647 rows/sec., 1.00 MiB/sec. 2024.03.21 18:05:27.105537 [ 53 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.21 18:05:27.105633 [ 53 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:27.105676 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:27.105703 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} DynamicQueryHandler: Done processing query 2024.03.21 18:05:27.105753 [ 3 ] {e7216983-877f-4234-a39c-30b885b06371} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:05:27.105806 [ 3 ] {} HTTP-Session: 52d2c83e-0638-4a11-b809-7a9b8877b659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.105902 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:05:27.105996 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:27.106102 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:27.106160 [ 3 ] {} HTTP-Session: 9204abab-55d8-481f-8f90-454bc5bfc523 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:27.106175 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:27.106190 [ 3 ] {} HTTP-Session: 9204abab-55d8-481f-8f90-454bc5bfc523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.106235 [ 3 ] {} HTTP-Session: 9204abab-55d8-481f-8f90-454bc5bfc523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.106241 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 184 rows starting from the beginning of the part 2024.03.21 18:05:27.106299 [ 3 ] {} HTTP-Session: 9204abab-55d8-481f-8f90-454bc5bfc523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:27.106499 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 47 rows starting from the beginning of the part 2024.03.21 18:05:27.106671 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:27.106768 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2024.03.21 18:05:27.106814 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:27.107066 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:05:27.107400 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:27.107814 [ 202 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:05:27.107943 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:27.108772 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:27.108846 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:27.109633 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.21 18:05:27.110530 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:27.110756 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.00499981 sec., 111204.22576057889 rows/sec., 10.50 MiB/sec. 2024.03.21 18:05:27.110848 [ 53 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.21 18:05:27.110921 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} executeQuery: Read 5 rows, 410.00 B in 0.004476 sec., 1117.0688114387847 rows/sec., 89.45 KiB/sec. 2024.03.21 18:05:27.110934 [ 53 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:27.111019 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:27.111120 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.21 18:05:27.111386 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} DynamicQueryHandler: Done processing query 2024.03.21 18:05:27.111466 [ 3 ] {fbc0e581-c110-4926-acfd-178517536feb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:27.111574 [ 3 ] {} HTTP-Session: 9204abab-55d8-481f-8f90-454bc5bfc523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.111741 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:05:27.111894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:27.112026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:27.112119 [ 3 ] {} HTTP-Session: 348f27c8-c315-4863-acb7-ff9790e06930 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:27.112183 [ 3 ] {} HTTP-Session: 348f27c8-c315-4863-acb7-ff9790e06930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.112248 [ 3 ] {} HTTP-Session: 348f27c8-c315-4863-acb7-ff9790e06930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.112319 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:27.112393 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:27.112414 [ 3 ] {} HTTP-Session: 348f27c8-c315-4863-acb7-ff9790e06930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:27.112529 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 86 rows starting from the beginning of the part 2024.03.21 18:05:27.112568 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_11_2} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.21 18:05:27.112792 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:27.112874 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.21 18:05:27.113032 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:27.113053 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2024.03.21 18:05:27.113387 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 51 rows starting from the beginning of the part 2024.03.21 18:05:27.113771 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:27.114127 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:27.114375 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:27.114435 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:27.115291 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:27.115362 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:27.116501 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.21 18:05:27.117038 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 4 columns (4 merged, 0 gathered) in 0.005773804 sec., 40008.285698648586 rows/sec., 3.12 MiB/sec. 2024.03.21 18:05:27.117305 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.21 18:05:27.117523 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:27.117975 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} executeQuery: Read 5 rows, 6.91 KiB in 0.005413 sec., 923.7021984112322 rows/sec., 1.25 MiB/sec. 2024.03.21 18:05:27.118316 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} DynamicQueryHandler: Done processing query 2024.03.21 18:05:27.118322 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:27.118354 [ 3 ] {922574c5-928e-400b-98a9-49bbd8203709} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:27.118416 [ 3 ] {} HTTP-Session: 348f27c8-c315-4863-acb7-ff9790e06930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:27.118502 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_11_2} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.21 18:05:27.118594 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:05:30.313791 [ 38 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:05:30.313865 [ 38 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:05:32.104242 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:32.104413 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:32.104458 [ 3 ] {} HTTP-Session: 1c76ad54-20b8-4fd6-a81a-c34455063518 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:32.104500 [ 3 ] {} HTTP-Session: 1c76ad54-20b8-4fd6-a81a-c34455063518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.104529 [ 3 ] {} HTTP-Session: 1c76ad54-20b8-4fd6-a81a-c34455063518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.104608 [ 3 ] {} HTTP-Session: 1c76ad54-20b8-4fd6-a81a-c34455063518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:32.104769 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:32.104832 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:32.105029 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:32.105572 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:32.105615 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:32.106009 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.21 18:05:32.106367 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:32.106501 [ 51 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.21 18:05:32.106505 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} executeQuery: Read 49 rows, 3.97 KiB in 0.001801 sec., 27207.107162687396 rows/sec., 2.15 MiB/sec. 2024.03.21 18:05:32.106540 [ 51 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:32.106575 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:32.106752 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} DynamicQueryHandler: Done processing query 2024.03.21 18:05:32.106832 [ 3 ] {27509aef-7f19-49f4-a287-a79af0dc64fe} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:32.106909 [ 3 ] {} HTTP-Session: 1c76ad54-20b8-4fd6-a81a-c34455063518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.107077 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:05:32.107137 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:32.107228 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:32.107279 [ 3 ] {} HTTP-Session: 0bfe9fce-cad6-478c-9109-f0550d4dad23 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:32.107326 [ 3 ] {} HTTP-Session: 0bfe9fce-cad6-478c-9109-f0550d4dad23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.107361 [ 3 ] {} HTTP-Session: 0bfe9fce-cad6-478c-9109-f0550d4dad23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.107410 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:32.107430 [ 3 ] {} HTTP-Session: 0bfe9fce-cad6-478c-9109-f0550d4dad23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:32.107483 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 52 rows starting from the beginning of the part 2024.03.21 18:05:32.107727 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:32.107739 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:32.108007 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:32.108011 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:32.108225 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:32.108562 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:32.108888 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:32.109397 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:32.110353 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:32.110410 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:32.111328 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.21 18:05:32.111415 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 209 rows, containing 4 columns (4 merged, 0 gathered) in 0.004733105 sec., 44157.05968914698 rows/sec., 3.50 MiB/sec. 2024.03.21 18:05:32.111715 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.21 18:05:32.112123 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:32.112520 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} executeQuery: Read 147 rows, 14.73 KiB in 0.004962 sec., 29625.15114873035 rows/sec., 2.90 MiB/sec. 2024.03.21 18:05:32.112767 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:32.113039 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} DynamicQueryHandler: Done processing query 2024.03.21 18:05:32.113045 [ 190 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_11_2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.21 18:05:32.113082 [ 3 ] {594ce4d1-5073-402d-9fe2-1061ac6d78e5} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:05:32.113107 [ 3 ] {} HTTP-Session: 0bfe9fce-cad6-478c-9109-f0550d4dad23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.113231 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.03.21 18:05:32.113366 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:32.113450 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:32.113470 [ 3 ] {} HTTP-Session: 432a6071-1296-442a-9c4c-8c93a5bba7a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:32.113487 [ 3 ] {} HTTP-Session: 432a6071-1296-442a-9c4c-8c93a5bba7a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.113501 [ 3 ] {} HTTP-Session: 432a6071-1296-442a-9c4c-8c93a5bba7a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.113534 [ 3 ] {} HTTP-Session: 432a6071-1296-442a-9c4c-8c93a5bba7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:32.113633 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:32.113675 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:32.113828 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:32.114157 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:32.114196 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:32.114520 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.21 18:05:32.114835 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:32.114965 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} executeQuery: Read 49 rows, 3.92 KiB in 0.001381 sec., 35481.535119478634 rows/sec., 2.77 MiB/sec. 2024.03.21 18:05:32.115137 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} DynamicQueryHandler: Done processing query 2024.03.21 18:05:32.115164 [ 3 ] {7348eb3e-7014-4d04-980c-b7b50c976b3f} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:05:32.115180 [ 3 ] {} HTTP-Session: 432a6071-1296-442a-9c4c-8c93a5bba7a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.115405 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52429, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:32.115454 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:32.115472 [ 3 ] {} HTTP-Session: f8d8cee5-9cf6-44b8-80e1-801efbce2556 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:32.115490 [ 3 ] {} HTTP-Session: f8d8cee5-9cf6-44b8-80e1-801efbce2556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.115504 [ 3 ] {} HTTP-Session: f8d8cee5-9cf6-44b8-80e1-801efbce2556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.115535 [ 3 ] {} HTTP-Session: f8d8cee5-9cf6-44b8-80e1-801efbce2556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:32.115881 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:32.115928 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:32.116097 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:32.116666 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:32.116703 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:32.117150 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.21 18:05:32.117523 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:32.117690 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} executeQuery: Read 49 rows, 67.71 KiB in 0.002079 sec., 23569.023569023568 rows/sec., 31.81 MiB/sec. 2024.03.21 18:05:32.117695 [ 49 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.21 18:05:32.117788 [ 49 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:32.117840 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:32.117900 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} DynamicQueryHandler: Done processing query 2024.03.21 18:05:32.117969 [ 3 ] {14e1f315-6e38-441b-9ec5-6abcc5aa12a8} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:05:32.118057 [ 3 ] {} HTTP-Session: f8d8cee5-9cf6-44b8-80e1-801efbce2556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:32.118220 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:05:32.118375 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:32.118416 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 245 rows starting from the beginning of the part 2024.03.21 18:05:32.118520 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:32.118637 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:32.118719 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:32.118823 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:32.118905 [ 194 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:32.126700 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 6 columns (6 merged, 0 gathered) in 0.008761328 sec., 45883.45511091469 rows/sec., 61.92 MiB/sec. 2024.03.21 18:05:32.127029 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.21 18:05:32.127496 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:32.127589 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_11_2} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.21 18:05:32.127673 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2024.03.21 18:05:37.103323 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:37.103516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:37.103562 [ 3 ] {} HTTP-Session: 8f6184bf-9d73-4151-92ad-aca6f7177173 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:37.103604 [ 3 ] {} HTTP-Session: 8f6184bf-9d73-4151-92ad-aca6f7177173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.103632 [ 3 ] {} HTTP-Session: 8f6184bf-9d73-4151-92ad-aca6f7177173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.103715 [ 3 ] {} HTTP-Session: 8f6184bf-9d73-4151-92ad-aca6f7177173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:37.103894 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:37.103957 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:37.104148 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:37.104649 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:37.104692 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:37.105084 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.21 18:05:37.105431 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:37.105577 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} executeQuery: Read 5 rows, 415.00 B in 0.001769 sec., 2826.455624646693 rows/sec., 229.10 KiB/sec. 2024.03.21 18:05:37.105841 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} DynamicQueryHandler: Done processing query 2024.03.21 18:05:37.105871 [ 3 ] {1f7d2624-c05c-4a4f-b472-5a3da5cc1a8f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:37.105888 [ 3 ] {} HTTP-Session: 8f6184bf-9d73-4151-92ad-aca6f7177173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.106024 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:37.106081 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:37.106099 [ 3 ] {} HTTP-Session: 4baca0f2-626b-41d7-9513-fbb73a6b0757 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:37.106118 [ 3 ] {} HTTP-Session: 4baca0f2-626b-41d7-9513-fbb73a6b0757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.106133 [ 3 ] {} HTTP-Session: 4baca0f2-626b-41d7-9513-fbb73a6b0757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.106167 [ 3 ] {} HTTP-Session: 4baca0f2-626b-41d7-9513-fbb73a6b0757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:37.106255 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:37.106300 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:37.106444 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:37.106802 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:37.106839 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:37.107151 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.21 18:05:37.107459 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:37.107584 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} executeQuery: Read 51 rows, 4.20 KiB in 0.001371 sec., 37199.12472647702 rows/sec., 2.99 MiB/sec. 2024.03.21 18:05:37.107710 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} DynamicQueryHandler: Done processing query 2024.03.21 18:05:37.107734 [ 3 ] {49a8e8ec-6770-4b33-9c0d-b517f0eb3a18} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:37.107750 [ 3 ] {} HTTP-Session: 4baca0f2-626b-41d7-9513-fbb73a6b0757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.107916 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 4940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:37.107967 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:37.107986 [ 3 ] {} HTTP-Session: f7df7f3f-69c7-4189-ad16-df69ddd85ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:37.108002 [ 3 ] {} HTTP-Session: f7df7f3f-69c7-4189-ad16-df69ddd85ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.108016 [ 3 ] {} HTTP-Session: f7df7f3f-69c7-4189-ad16-df69ddd85ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.108048 [ 3 ] {} HTTP-Session: f7df7f3f-69c7-4189-ad16-df69ddd85ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:37.108122 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:37.108163 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:37.108288 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:37.108596 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:37.108632 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:37.108934 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.21 18:05:37.109246 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:37.109375 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} executeQuery: Read 29 rows, 2.30 KiB in 0.001281 sec., 22638.56362217018 rows/sec., 1.75 MiB/sec. 2024.03.21 18:05:37.109532 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} DynamicQueryHandler: Done processing query 2024.03.21 18:05:37.109559 [ 3 ] {28a75fd8-c0aa-4cfd-bb9e-3eac94851418} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:37.109574 [ 3 ] {} HTTP-Session: f7df7f3f-69c7-4189-ad16-df69ddd85ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.109688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:37.109738 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:37.109756 [ 3 ] {} HTTP-Session: e3912df8-7d46-4a34-b2c2-023097593a89 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:37.109773 [ 3 ] {} HTTP-Session: e3912df8-7d46-4a34-b2c2-023097593a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.109786 [ 3 ] {} HTTP-Session: e3912df8-7d46-4a34-b2c2-023097593a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.109817 [ 3 ] {} HTTP-Session: e3912df8-7d46-4a34-b2c2-023097593a89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:37.109898 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:37.109942 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:05:37.110083 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:37.110398 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:37.110432 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:37.110808 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:05:37.111149 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:37.111282 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} executeQuery: Read 36 rows, 2.60 KiB in 0.001417 sec., 25405.78687367678 rows/sec., 1.79 MiB/sec. 2024.03.21 18:05:37.111510 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} DynamicQueryHandler: Done processing query 2024.03.21 18:05:37.111536 [ 3 ] {c359040f-0bd3-4cc7-b844-9706a0b2a199} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:05:37.111551 [ 3 ] {} HTTP-Session: e3912df8-7d46-4a34-b2c2-023097593a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.111672 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:37.111721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:37.111740 [ 3 ] {} HTTP-Session: 7a5ab622-b3a0-4260-bf6c-9c1f3391864d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:37.111756 [ 3 ] {} HTTP-Session: 7a5ab622-b3a0-4260-bf6c-9c1f3391864d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.111770 [ 3 ] {} HTTP-Session: 7a5ab622-b3a0-4260-bf6c-9c1f3391864d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:37.111801 [ 3 ] {} HTTP-Session: 7a5ab622-b3a0-4260-bf6c-9c1f3391864d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:37.111895 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:37.111941 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:37.112120 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:37.112449 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:37.112484 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:37.112867 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.21 18:05:37.113200 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:37.113330 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} executeQuery: Read 5 rows, 6.91 KiB in 0.001483 sec., 3371.544167228591 rows/sec., 4.55 MiB/sec. 2024.03.21 18:05:37.113533 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} DynamicQueryHandler: Done processing query 2024.03.21 18:05:37.113557 [ 3 ] {89251a2c-9eec-492d-8a43-dfbc84abc255} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:37.113573 [ 3 ] {} HTTP-Session: 7a5ab622-b3a0-4260-bf6c-9c1f3391864d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.104167 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:42.104305 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:42.104335 [ 3 ] {} HTTP-Session: 454a2b6d-9ac9-4c75-84ff-00acef64ef27 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:42.104365 [ 3 ] {} HTTP-Session: 454a2b6d-9ac9-4c75-84ff-00acef64ef27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.104384 [ 3 ] {} HTTP-Session: 454a2b6d-9ac9-4c75-84ff-00acef64ef27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.104441 [ 3 ] {} HTTP-Session: 454a2b6d-9ac9-4c75-84ff-00acef64ef27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:42.104584 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:42.104657 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:42.104875 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:42.105336 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:42.105387 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:42.105770 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.21 18:05:42.106112 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:42.106265 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} executeQuery: Read 49 rows, 3.97 KiB in 0.001754 sec., 27936.145952109466 rows/sec., 2.21 MiB/sec. 2024.03.21 18:05:42.106494 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} DynamicQueryHandler: Done processing query 2024.03.21 18:05:42.106536 [ 3 ] {4f4fe8c2-eeeb-4654-afe5-ec87fc64efc6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:42.106554 [ 3 ] {} HTTP-Session: 454a2b6d-9ac9-4c75-84ff-00acef64ef27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.106713 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:42.106767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:42.106786 [ 3 ] {} HTTP-Session: 7ba53124-9c26-49d9-9406-8c41f998ea27 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:42.106804 [ 3 ] {} HTTP-Session: 7ba53124-9c26-49d9-9406-8c41f998ea27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.106819 [ 3 ] {} HTTP-Session: 7ba53124-9c26-49d9-9406-8c41f998ea27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.106855 [ 3 ] {} HTTP-Session: 7ba53124-9c26-49d9-9406-8c41f998ea27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:42.106975 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:42.107022 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:42.107170 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:42.107568 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:42.107607 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:42.107926 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.21 18:05:42.108229 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:42.108390 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} executeQuery: Read 147 rows, 14.73 KiB in 0.001469 sec., 100068.07351940095 rows/sec., 9.79 MiB/sec. 2024.03.21 18:05:42.108520 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} DynamicQueryHandler: Done processing query 2024.03.21 18:05:42.108552 [ 3 ] {2af9bd83-540e-4edc-a5bf-b992f138ebef} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:05:42.108569 [ 3 ] {} HTTP-Session: 7ba53124-9c26-49d9-9406-8c41f998ea27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.108703 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:42.108753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:42.108772 [ 3 ] {} HTTP-Session: f75b5ee0-ab5a-43a4-add6-246b844fb348 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:42.108789 [ 3 ] {} HTTP-Session: f75b5ee0-ab5a-43a4-add6-246b844fb348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.108803 [ 3 ] {} HTTP-Session: f75b5ee0-ab5a-43a4-add6-246b844fb348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.108835 [ 3 ] {} HTTP-Session: f75b5ee0-ab5a-43a4-add6-246b844fb348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:42.108927 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:42.108969 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:42.109100 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:42.109411 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:42.109450 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:42.109765 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.21 18:05:42.110073 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:42.110191 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} executeQuery: Read 49 rows, 3.92 KiB in 0.00131 sec., 37404.580152671755 rows/sec., 2.93 MiB/sec. 2024.03.21 18:05:42.110322 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} DynamicQueryHandler: Done processing query 2024.03.21 18:05:42.110350 [ 3 ] {c4cf20c6-de53-40a3-88ab-0f6a1c7007c9} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:05:42.110368 [ 3 ] {} HTTP-Session: f75b5ee0-ab5a-43a4-add6-246b844fb348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.110656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52429, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:42.110703 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:42.110722 [ 3 ] {} HTTP-Session: 12d9949a-6775-4c99-8ee9-f6a2365529fc Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:42.110739 [ 3 ] {} HTTP-Session: 12d9949a-6775-4c99-8ee9-f6a2365529fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.110753 [ 3 ] {} HTTP-Session: 12d9949a-6775-4c99-8ee9-f6a2365529fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:42.110784 [ 3 ] {} HTTP-Session: 12d9949a-6775-4c99-8ee9-f6a2365529fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:42.111115 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:42.111162 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:42.111317 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:42.111846 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:42.111881 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:42.112315 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.21 18:05:42.112666 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:42.112793 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} executeQuery: Read 49 rows, 67.71 KiB in 0.001951 sec., 25115.325474115838 rows/sec., 33.89 MiB/sec. 2024.03.21 18:05:42.112920 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} DynamicQueryHandler: Done processing query 2024.03.21 18:05:42.112944 [ 3 ] {5bdab77e-20c4-4058-ae25-2e253f79bc6b} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:05:42.112960 [ 3 ] {} HTTP-Session: 12d9949a-6775-4c99-8ee9-f6a2365529fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:45.314123 [ 42 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:05:45.314204 [ 42 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:05:46.001793 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001364004 sec. 2024.03.21 18:05:47.102056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:47.102173 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:47.102199 [ 3 ] {} HTTP-Session: 706485c8-841d-46c3-ab75-e3c2538c4157 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:47.102224 [ 3 ] {} HTTP-Session: 706485c8-841d-46c3-ab75-e3c2538c4157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.102240 [ 3 ] {} HTTP-Session: 706485c8-841d-46c3-ab75-e3c2538c4157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.102291 [ 3 ] {} HTTP-Session: 706485c8-841d-46c3-ab75-e3c2538c4157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:47.102406 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:47.102472 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:47.102668 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:47.103064 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:47.103115 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:47.103505 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.21 18:05:47.103873 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:47.104022 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} executeQuery: Read 5 rows, 415.00 B in 0.001662 sec., 3008.4235860409144 rows/sec., 243.85 KiB/sec. 2024.03.21 18:05:47.104222 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} DynamicQueryHandler: Done processing query 2024.03.21 18:05:47.104250 [ 3 ] {0eff1fcc-04d2-4350-83a2-e2994bc9860b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:47.104267 [ 3 ] {} HTTP-Session: 706485c8-841d-46c3-ab75-e3c2538c4157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.104402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:47.104458 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:47.104479 [ 3 ] {} HTTP-Session: bba59ece-f1f3-46f3-91e7-e19654db9b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:47.104498 [ 3 ] {} HTTP-Session: bba59ece-f1f3-46f3-91e7-e19654db9b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.104513 [ 3 ] {} HTTP-Session: bba59ece-f1f3-46f3-91e7-e19654db9b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.104549 [ 3 ] {} HTTP-Session: bba59ece-f1f3-46f3-91e7-e19654db9b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:47.104631 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:47.104677 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:47.104811 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:47.105129 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:47.105169 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:47.105502 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.21 18:05:47.105824 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:47.105973 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} executeQuery: Read 15 rows, 1.39 KiB in 0.00137 sec., 10948.905109489051 rows/sec., 1011.49 KiB/sec. 2024.03.21 18:05:47.106106 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} DynamicQueryHandler: Done processing query 2024.03.21 18:05:47.106132 [ 3 ] {7c6ee3d2-d3cb-48e6-9513-d26d400b711a} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:05:47.106148 [ 3 ] {} HTTP-Session: bba59ece-f1f3-46f3-91e7-e19654db9b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.106299 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:47.106353 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:47.106372 [ 3 ] {} HTTP-Session: 3b955488-32e2-4654-b94e-896e41907052 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:47.106391 [ 3 ] {} HTTP-Session: 3b955488-32e2-4654-b94e-896e41907052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.106406 [ 3 ] {} HTTP-Session: 3b955488-32e2-4654-b94e-896e41907052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.106445 [ 3 ] {} HTTP-Session: 3b955488-32e2-4654-b94e-896e41907052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:47.106516 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:47.106559 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:47.106687 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:47.106960 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:47.106998 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:47.107310 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.21 18:05:47.107626 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:47.107775 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} executeQuery: Read 5 rows, 410.00 B in 0.00128 sec., 3906.2499999999995 rows/sec., 312.81 KiB/sec. 2024.03.21 18:05:47.107894 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} DynamicQueryHandler: Done processing query 2024.03.21 18:05:47.107919 [ 3 ] {7a0d1cd5-50e9-4cd6-9ecf-a9bf3403afcd} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:47.107935 [ 3 ] {} HTTP-Session: 3b955488-32e2-4654-b94e-896e41907052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.108066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:47.108114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:47.108134 [ 3 ] {} HTTP-Session: 4e9c65f3-390b-48b0-a41f-6cdb44efb6f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:47.108151 [ 3 ] {} HTTP-Session: 4e9c65f3-390b-48b0-a41f-6cdb44efb6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.108165 [ 3 ] {} HTTP-Session: 4e9c65f3-390b-48b0-a41f-6cdb44efb6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:47.108198 [ 3 ] {} HTTP-Session: 4e9c65f3-390b-48b0-a41f-6cdb44efb6f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:47.108291 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:47.108337 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:47.108496 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:47.108816 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:47.108855 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. 2024.03.21 18:05:47.109313 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.21 18:05:47.109666 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:47.109824 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} executeQuery: Read 5 rows, 6.91 KiB in 0.001574 sec., 3176.6200762388817 rows/sec., 4.29 MiB/sec. 2024.03.21 18:05:47.109955 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} DynamicQueryHandler: Done processing query 2024.03.21 18:05:47.109980 [ 3 ] {62a4cccf-90d3-4766-a92d-2683aecd0441} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:47.109996 [ 3 ] {} HTTP-Session: 4e9c65f3-390b-48b0-a41f-6cdb44efb6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.104125 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:52.104261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:52.104292 [ 3 ] {} HTTP-Session: 72f437c5-4f8f-4663-8e6a-86cc84502c0a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:52.104322 [ 3 ] {} HTTP-Session: 72f437c5-4f8f-4663-8e6a-86cc84502c0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.104340 [ 3 ] {} HTTP-Session: 72f437c5-4f8f-4663-8e6a-86cc84502c0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.104398 [ 3 ] {} HTTP-Session: 72f437c5-4f8f-4663-8e6a-86cc84502c0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:52.104544 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:52.104617 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:52.104844 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:52.105401 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:52.105453 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:52.105844 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.21 18:05:52.106185 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:52.106334 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} executeQuery: Read 49 rows, 3.97 KiB in 0.001863 sec., 26301.663982823404 rows/sec., 2.08 MiB/sec. 2024.03.21 18:05:52.106583 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} DynamicQueryHandler: Done processing query 2024.03.21 18:05:52.106625 [ 3 ] {e06d082c-3bbf-4165-a6d7-c4290627b589} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:52.106643 [ 3 ] {} HTTP-Session: 72f437c5-4f8f-4663-8e6a-86cc84502c0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.106797 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:52.106858 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:52.106878 [ 3 ] {} HTTP-Session: f6b4ed92-8a1a-42df-b698-87c9fc50e6b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:52.106897 [ 3 ] {} HTTP-Session: f6b4ed92-8a1a-42df-b698-87c9fc50e6b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.106910 [ 3 ] {} HTTP-Session: f6b4ed92-8a1a-42df-b698-87c9fc50e6b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.106945 [ 3 ] {} HTTP-Session: f6b4ed92-8a1a-42df-b698-87c9fc50e6b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:52.107065 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:52.107111 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:52.107265 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:52.107678 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:52.107717 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:52.108041 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.21 18:05:52.108343 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:52.108497 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} executeQuery: Read 147 rows, 14.73 KiB in 0.001488 sec., 98790.32258064517 rows/sec., 9.67 MiB/sec. 2024.03.21 18:05:52.108510 [ 37 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.21 18:05:52.108619 [ 37 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:52.108657 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:52.108683 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} DynamicQueryHandler: Done processing query 2024.03.21 18:05:52.108739 [ 3 ] {56c1c7e3-3867-45e7-9cad-9a37f584942c} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:05:52.108792 [ 3 ] {} HTTP-Session: f6b4ed92-8a1a-42df-b698-87c9fc50e6b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.108916 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:05:52.109030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:52.109137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:52.109189 [ 3 ] {} HTTP-Session: 0e20b0cd-66f4-42a6-b379-cc054b510738 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:52.109231 [ 3 ] {} HTTP-Session: 0e20b0cd-66f4-42a6-b379-cc054b510738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.109231 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:52.109255 [ 3 ] {} HTTP-Session: 0e20b0cd-66f4-42a6-b379-cc054b510738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.109301 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 201 rows starting from the beginning of the part 2024.03.21 18:05:52.109322 [ 3 ] {} HTTP-Session: 0e20b0cd-66f4-42a6-b379-cc054b510738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:52.109557 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:52.109658 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:52.109822 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 51 rows starting from the beginning of the part 2024.03.21 18:05:52.109851 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:52.110116 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:52.110463 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:05:52.110786 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 147 rows starting from the beginning of the part 2024.03.21 18:05:52.111209 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:52.112059 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:52.112126 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:52.113121 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.21 18:05:52.113822 [ 194 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 4 columns (4 merged, 0 gathered) in 0.00505076 sec., 140176.9238688831 rows/sec., 13.34 MiB/sec. 2024.03.21 18:05:52.113967 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:52.114209 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} executeQuery: Read 49 rows, 3.92 KiB in 0.004741 sec., 10335.3722843282 rows/sec., 827.64 KiB/sec. 2024.03.21 18:05:52.114240 [ 36 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.21 18:05:52.114273 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.21 18:05:52.114403 [ 36 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:52.114479 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:52.114617 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} DynamicQueryHandler: Done processing query 2024.03.21 18:05:52.114744 [ 3 ] {de01442d-ba24-47d6-91d3-6df8f49ef72d} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:05:52.114830 [ 3 ] {} HTTP-Session: 0e20b0cd-66f4-42a6-b379-cc054b510738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.114994 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:05:52.115292 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:52.115563 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:52.115654 [ 3 ] {} HTTP-Session: 914b6d86-0dd1-42a4-88a8-8fc13eb8bb0e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:52.115728 [ 3 ] {} HTTP-Session: 914b6d86-0dd1-42a4-88a8-8fc13eb8bb0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.115777 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:52.115787 [ 3 ] {} HTTP-Session: 914b6d86-0dd1-42a4-88a8-8fc13eb8bb0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:52.115896 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 100 rows starting from the beginning of the part 2024.03.21 18:05:52.115933 [ 3 ] {} HTTP-Session: 914b6d86-0dd1-42a4-88a8-8fc13eb8bb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:52.116214 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:52.116484 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 29 rows starting from the beginning of the part 2024.03.21 18:05:52.116684 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:52.116716 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:52.117033 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:52.117314 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:52.117354 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:52.117663 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:52.117720 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_16_3} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.21 18:05:52.118112 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.03.21 18:05:52.118608 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:52.119934 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:52.120010 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:52.120035 [ 194 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 4 columns (4 merged, 0 gathered) in 0.005419688 sec., 51848.003058478644 rows/sec., 4.05 MiB/sec. 2024.03.21 18:05:52.120279 [ 194 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.21 18:05:52.121216 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.21 18:05:52.121223 [ 194 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:52.121384 [ 194 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_16_3} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.21 18:05:52.121592 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.21 18:05:52.121878 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:52.122060 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} executeQuery: Read 49 rows, 67.71 KiB in 0.005954 sec., 8229.761504870676 rows/sec., 11.11 MiB/sec. 2024.03.21 18:05:52.122221 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} DynamicQueryHandler: Done processing query 2024.03.21 18:05:52.122246 [ 3 ] {0d6b554f-4b10-415c-8a8d-fc00573ccd28} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:05:52.122262 [ 3 ] {} HTTP-Session: 914b6d86-0dd1-42a4-88a8-8fc13eb8bb0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.102363 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:57.102494 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:57.102521 [ 3 ] {} HTTP-Session: c3524eb0-b60f-40ea-80d2-e21a8719fa54 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:57.102548 [ 3 ] {} HTTP-Session: c3524eb0-b60f-40ea-80d2-e21a8719fa54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.102565 [ 3 ] {} HTTP-Session: c3524eb0-b60f-40ea-80d2-e21a8719fa54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.102618 [ 3 ] {} HTTP-Session: c3524eb0-b60f-40ea-80d2-e21a8719fa54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:57.102738 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:57.102805 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:05:57.103014 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:57.103525 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.103576 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.103957 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.21 18:05:57.104298 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.104460 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} executeQuery: Read 5 rows, 415.00 B in 0.001755 sec., 2849.002849002849 rows/sec., 230.93 KiB/sec. 2024.03.21 18:05:57.104489 [ 32 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.21 18:05:57.104596 [ 32 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.104638 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.104704 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} DynamicQueryHandler: Done processing query 2024.03.21 18:05:57.104773 [ 3 ] {fd680cfe-baf2-4748-8dff-512d5874fcfa} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:57.104858 [ 3 ] {} HTTP-Session: c3524eb0-b60f-40ea-80d2-e21a8719fa54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.105007 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:05:57.105086 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:57.105207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:57.105262 [ 3 ] {} HTTP-Session: 3956f038-a890-4129-984d-2b695ad876db Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:57.105306 [ 3 ] {} HTTP-Session: 3956f038-a890-4129-984d-2b695ad876db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.105351 [ 3 ] {} HTTP-Session: 3956f038-a890-4129-984d-2b695ad876db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.105351 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:57.105419 [ 3 ] {} HTTP-Session: 3956f038-a890-4129-984d-2b695ad876db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:57.105426 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 54 rows starting from the beginning of the part 2024.03.21 18:05:57.105576 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:57.105687 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:57.105718 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:05:57.106013 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:57.106334 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:57.106674 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:57.106927 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:57.106960 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:57.107815 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.107879 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.108731 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:05:57.109638 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 4 columns (4 merged, 0 gathered) in 0.004906939 sec., 34033.437138713154 rows/sec., 2.69 MiB/sec. 2024.03.21 18:05:57.109654 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.109838 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.21 18:05:57.109972 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} executeQuery: Read 4 rows, 334.00 B in 0.004461 sec., 896.6599417171038 rows/sec., 73.12 KiB/sec. 2024.03.21 18:05:57.110525 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} DynamicQueryHandler: Done processing query 2024.03.21 18:05:57.110573 [ 3 ] {7ea7daf6-54b3-43ef-af54-c2d72f297cfc} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:57.110651 [ 3 ] {} HTTP-Session: 3956f038-a890-4129-984d-2b695ad876db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.110864 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:57.110938 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:57.110984 [ 3 ] {} HTTP-Session: 65bc982c-6b47-4383-a820-af6dc2da5137 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:57.111022 [ 3 ] {} HTTP-Session: 65bc982c-6b47-4383-a820-af6dc2da5137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.111017 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.111048 [ 3 ] {} HTTP-Session: 65bc982c-6b47-4383-a820-af6dc2da5137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.111141 [ 3 ] {} HTTP-Session: 65bc982c-6b47-4383-a820-af6dc2da5137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:57.111191 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_16_3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.21 18:05:57.111301 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:57.111344 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.03.21 18:05:57.111389 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:05:57.111555 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:57.111864 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.111904 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.112228 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.21 18:05:57.112553 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.112709 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} executeQuery: Read 17 rows, 1.56 KiB in 0.001494 sec., 11378.848728246317 rows/sec., 1.02 MiB/sec. 2024.03.21 18:05:57.112833 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} DynamicQueryHandler: Done processing query 2024.03.21 18:05:57.112859 [ 3 ] {82b3d79c-f6b0-4f5c-9e84-487cc0b18eba} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:05:57.112875 [ 3 ] {} HTTP-Session: 65bc982c-6b47-4383-a820-af6dc2da5137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.113013 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:57.113065 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:57.113085 [ 3 ] {} HTTP-Session: 01de8a13-bbb8-4654-bbb6-944f5b819aa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:57.113103 [ 3 ] {} HTTP-Session: 01de8a13-bbb8-4654-bbb6-944f5b819aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.113117 [ 3 ] {} HTTP-Session: 01de8a13-bbb8-4654-bbb6-944f5b819aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.113151 [ 3 ] {} HTTP-Session: 01de8a13-bbb8-4654-bbb6-944f5b819aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:57.113217 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:57.113258 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:05:57.113390 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:57.119361 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.119436 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.120028 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:05:57.120601 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.120770 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} executeQuery: Read 4 rows, 286.00 B in 0.007563 sec., 528.8906518577284 rows/sec., 36.93 KiB/sec. 2024.03.21 18:05:57.121041 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} DynamicQueryHandler: Done processing query 2024.03.21 18:05:57.121065 [ 3 ] {61e97b7e-9bca-4def-849e-b0f79d5f7cdb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:57.121082 [ 3 ] {} HTTP-Session: 01de8a13-bbb8-4654-bbb6-944f5b819aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.121198 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:57.121248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:57.121266 [ 3 ] {} HTTP-Session: 520472d4-7eb1-4aa9-b070-b497518c80f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:57.121283 [ 3 ] {} HTTP-Session: 520472d4-7eb1-4aa9-b070-b497518c80f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.121297 [ 3 ] {} HTTP-Session: 520472d4-7eb1-4aa9-b070-b497518c80f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.121329 [ 3 ] {} HTTP-Session: 520472d4-7eb1-4aa9-b070-b497518c80f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:57.121396 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:57.121437 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:05:57.121568 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:57.121862 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.121900 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.122206 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.21 18:05:57.122518 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.122670 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} executeQuery: Read 9 rows, 744.00 B in 0.001294 sec., 6955.177743431221 rows/sec., 561.49 KiB/sec. 2024.03.21 18:05:57.122795 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} DynamicQueryHandler: Done processing query 2024.03.21 18:05:57.122819 [ 3 ] {cff4e413-6933-4e6d-ba41-54d43066728c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:57.122835 [ 3 ] {} HTTP-Session: 520472d4-7eb1-4aa9-b070-b497518c80f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.122959 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:57.123008 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:57.123028 [ 3 ] {} HTTP-Session: 979f3e74-3d9c-48d6-bacc-cc010c033f67 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:57.123044 [ 3 ] {} HTTP-Session: 979f3e74-3d9c-48d6-bacc-cc010c033f67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.123058 [ 3 ] {} HTTP-Session: 979f3e74-3d9c-48d6-bacc-cc010c033f67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.123089 [ 3 ] {} HTTP-Session: 979f3e74-3d9c-48d6-bacc-cc010c033f67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:57.123152 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:57.123197 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:05:57.123344 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:57.123607 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.123645 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.124021 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.21 18:05:57.124353 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.124510 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} executeQuery: Read 2 rows, 144.00 B in 0.001379 sec., 1450.3263234227702 rows/sec., 101.98 KiB/sec. 2024.03.21 18:05:57.124635 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} DynamicQueryHandler: Done processing query 2024.03.21 18:05:57.124658 [ 3 ] {09311374-0b50-4ca9-9fa1-45ad2f576155} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:05:57.124674 [ 3 ] {} HTTP-Session: 979f3e74-3d9c-48d6-bacc-cc010c033f67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.124782 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:05:57.124831 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:05:57.124850 [ 3 ] {} HTTP-Session: aabba123-5056-4a1d-9fb7-f8363af70e1b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:05:57.124866 [ 3 ] {} HTTP-Session: aabba123-5056-4a1d-9fb7-f8363af70e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.124880 [ 3 ] {} HTTP-Session: aabba123-5056-4a1d-9fb7-f8363af70e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.124911 [ 3 ] {} HTTP-Session: aabba123-5056-4a1d-9fb7-f8363af70e1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:05:57.125002 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:05:57.125046 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:05:57.125202 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:05:57.125510 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.125547 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.125928 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.21 18:05:57.126255 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.126404 [ 32 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.21 18:05:57.126416 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} executeQuery: Read 5 rows, 6.91 KiB in 0.001454 sec., 3438.78954607978 rows/sec., 4.64 MiB/sec. 2024.03.21 18:05:57.126454 [ 32 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:05:57.126521 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:05:57.126695 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} DynamicQueryHandler: Done processing query 2024.03.21 18:05:57.126759 [ 3 ] {44e4ae17-68c9-494a-9b60-dddbece07acb} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:05:57.126803 [ 3 ] {} HTTP-Session: aabba123-5056-4a1d-9fb7-f8363af70e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:05:57.126837 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:05:57.127087 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:05:57.127148 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 402 rows starting from the beginning of the part 2024.03.21 18:05:57.127340 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:57.127580 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:57.127722 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:57.127895 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 49 rows starting from the beginning of the part 2024.03.21 18:05:57.128030 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part 2024.03.21 18:05:57.130118 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 6 columns (6 merged, 0 gathered) in 0.003462312 sec., 148744.53833161196 rows/sec., 200.72 MiB/sec. 2024.03.21 18:05:57.130465 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.21 18:05:57.130868 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:05:57.130949 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_16_3} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.21 18:05:57.131032 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2024.03.21 18:06:00.314455 [ 28 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:06:00.314524 [ 28 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:06:02.104741 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:02.104865 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:02.104894 [ 3 ] {} HTTP-Session: b482d147-805e-4c0d-86b5-1d768fc742e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:02.104922 [ 3 ] {} HTTP-Session: b482d147-805e-4c0d-86b5-1d768fc742e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.104940 [ 3 ] {} HTTP-Session: b482d147-805e-4c0d-86b5-1d768fc742e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.104995 [ 3 ] {} HTTP-Session: b482d147-805e-4c0d-86b5-1d768fc742e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:02.105149 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:02.105222 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:02.105442 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:02.105892 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:02.105945 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:02.106335 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.21 18:06:02.106670 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:02.106812 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} executeQuery: Read 49 rows, 3.97 KiB in 0.001735 sec., 28242.07492795389 rows/sec., 2.24 MiB/sec. 2024.03.21 18:06:02.106973 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} DynamicQueryHandler: Done processing query 2024.03.21 18:06:02.107000 [ 3 ] {92a16ce1-4a00-46ef-8017-c5a97480f0ec} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:02.107016 [ 3 ] {} HTTP-Session: b482d147-805e-4c0d-86b5-1d768fc742e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.107208 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:02.107267 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:02.107287 [ 3 ] {} HTTP-Session: 572019d4-56a6-4bd1-af00-2c7bad91fb20 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:02.107305 [ 3 ] {} HTTP-Session: 572019d4-56a6-4bd1-af00-2c7bad91fb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.107319 [ 3 ] {} HTTP-Session: 572019d4-56a6-4bd1-af00-2c7bad91fb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.107353 [ 3 ] {} HTTP-Session: 572019d4-56a6-4bd1-af00-2c7bad91fb20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:02.107470 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:02.107520 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:02.107647 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:02.108058 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:02.108095 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:02.108426 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.21 18:06:02.108740 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:02.108875 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} executeQuery: Read 147 rows, 14.73 KiB in 0.001474 sec., 99728.62957937585 rows/sec., 9.76 MiB/sec. 2024.03.21 18:06:02.109003 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} DynamicQueryHandler: Done processing query 2024.03.21 18:06:02.109028 [ 3 ] {1c7b1e97-9237-462d-9fcd-4dd425b8d4c2} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:06:02.109044 [ 3 ] {} HTTP-Session: 572019d4-56a6-4bd1-af00-2c7bad91fb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.109204 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:02.109255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:02.109273 [ 3 ] {} HTTP-Session: 31434feb-8a3c-4933-98f7-838047f0dd60 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:02.109289 [ 3 ] {} HTTP-Session: 31434feb-8a3c-4933-98f7-838047f0dd60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.109303 [ 3 ] {} HTTP-Session: 31434feb-8a3c-4933-98f7-838047f0dd60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.109337 [ 3 ] {} HTTP-Session: 31434feb-8a3c-4933-98f7-838047f0dd60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:02.109428 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:02.109468 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:02.109594 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:02.109907 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:02.109943 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:02.110248 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.21 18:06:02.110555 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:02.110687 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} executeQuery: Read 49 rows, 3.92 KiB in 0.001305 sec., 37547.89272030652 rows/sec., 2.94 MiB/sec. 2024.03.21 18:06:02.110807 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} DynamicQueryHandler: Done processing query 2024.03.21 18:06:02.110831 [ 3 ] {c2dc6ce3-bc35-470d-b7a5-6644376befa7} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:06:02.110847 [ 3 ] {} HTTP-Session: 31434feb-8a3c-4933-98f7-838047f0dd60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.110997 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:02.111047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:02.111067 [ 3 ] {} HTTP-Session: 099e0c8a-d0fa-479a-bd4d-dbbdca24bfc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:02.111083 [ 3 ] {} HTTP-Session: 099e0c8a-d0fa-479a-bd4d-dbbdca24bfc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.111097 [ 3 ] {} HTTP-Session: 099e0c8a-d0fa-479a-bd4d-dbbdca24bfc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:02.111129 [ 3 ] {} HTTP-Session: 099e0c8a-d0fa-479a-bd4d-dbbdca24bfc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:02.111476 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:02.111522 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:02.111680 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:02.112290 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:02.112325 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:02.112770 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.21 18:06:02.113118 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:02.113247 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} executeQuery: Read 49 rows, 67.71 KiB in 0.002061 sec., 23774.866569626396 rows/sec., 32.08 MiB/sec. 2024.03.21 18:06:02.113475 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} DynamicQueryHandler: Done processing query 2024.03.21 18:06:02.113521 [ 3 ] {6e4abf6d-8dcb-4e76-93d0-8357b6fda81e} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:06:02.113547 [ 3 ] {} HTTP-Session: 099e0c8a-d0fa-479a-bd4d-dbbdca24bfc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.103158 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:07.103300 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:07.103330 [ 3 ] {} HTTP-Session: dd745ed9-269a-4644-9620-1f0881c3db93 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:07.103359 [ 3 ] {} HTTP-Session: dd745ed9-269a-4644-9620-1f0881c3db93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.103376 [ 3 ] {} HTTP-Session: dd745ed9-269a-4644-9620-1f0881c3db93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.103432 [ 3 ] {} HTTP-Session: dd745ed9-269a-4644-9620-1f0881c3db93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:07.103561 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:07.103634 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:07.103854 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:07.104281 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.104332 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.104723 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.21 18:06:07.105060 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.105227 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} executeQuery: Read 5 rows, 415.00 B in 0.001723 sec., 2901.915264074289 rows/sec., 235.21 KiB/sec. 2024.03.21 18:06:07.105394 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} DynamicQueryHandler: Done processing query 2024.03.21 18:06:07.105420 [ 3 ] {f3b308e1-f2b1-4b18-9eb9-6e86b4d3afec} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:07.105436 [ 3 ] {} HTTP-Session: dd745ed9-269a-4644-9620-1f0881c3db93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.105561 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:07.105619 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:07.105638 [ 3 ] {} HTTP-Session: 8c764c62-872a-4bbf-a654-cccaefe97ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:07.105657 [ 3 ] {} HTTP-Session: 8c764c62-872a-4bbf-a654-cccaefe97ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.105670 [ 3 ] {} HTTP-Session: 8c764c62-872a-4bbf-a654-cccaefe97ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.105705 [ 3 ] {} HTTP-Session: 8c764c62-872a-4bbf-a654-cccaefe97ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:07.105778 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:07.105821 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:06:07.105949 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:07.106277 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.106315 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.106618 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:06:07.106923 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.107075 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} executeQuery: Read 2 rows, 167.00 B in 0.001313 sec., 1523.2292460015233 rows/sec., 124.21 KiB/sec. 2024.03.21 18:06:07.107306 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} DynamicQueryHandler: Done processing query 2024.03.21 18:06:07.107335 [ 3 ] {bf9112cb-00a3-4593-8936-d45d8749fe97} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:07.107351 [ 3 ] {} HTTP-Session: 8c764c62-872a-4bbf-a654-cccaefe97ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.107488 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:07.107540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:07.107559 [ 3 ] {} HTTP-Session: 8b3ec03e-8467-4cab-88b4-acbf0af95169 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:07.107575 [ 3 ] {} HTTP-Session: 8b3ec03e-8467-4cab-88b4-acbf0af95169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.107589 [ 3 ] {} HTTP-Session: 8b3ec03e-8467-4cab-88b4-acbf0af95169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.107621 [ 3 ] {} HTTP-Session: 8b3ec03e-8467-4cab-88b4-acbf0af95169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:07.107704 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:07.107744 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:07.107886 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:07.108212 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.108249 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.108674 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.21 18:06:07.108974 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.109121 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} executeQuery: Read 52 rows, 4.29 KiB in 0.001456 sec., 35714.28571428571 rows/sec., 2.88 MiB/sec. 2024.03.21 18:06:07.109239 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} DynamicQueryHandler: Done processing query 2024.03.21 18:06:07.109263 [ 3 ] {5f3bfd87-3cb4-4070-8466-12e360846cf5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:07.109279 [ 3 ] {} HTTP-Session: 8b3ec03e-8467-4cab-88b4-acbf0af95169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.109413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:07.109461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:07.109479 [ 3 ] {} HTTP-Session: 773d7488-70c2-4f9b-8f77-3d5d9749e0cd Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:07.109495 [ 3 ] {} HTTP-Session: 773d7488-70c2-4f9b-8f77-3d5d9749e0cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.109508 [ 3 ] {} HTTP-Session: 773d7488-70c2-4f9b-8f77-3d5d9749e0cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.109540 [ 3 ] {} HTTP-Session: 773d7488-70c2-4f9b-8f77-3d5d9749e0cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:07.109602 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:07.109641 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:06:07.109764 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:07.110031 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.110068 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.110355 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:06:07.110660 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.110823 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} executeQuery: Read 2 rows, 143.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 113.17 KiB/sec. 2024.03.21 18:06:07.111052 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} DynamicQueryHandler: Done processing query 2024.03.21 18:06:07.111075 [ 3 ] {b38930d5-578e-4f44-b335-4c4310ed2956} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:07.111091 [ 3 ] {} HTTP-Session: 773d7488-70c2-4f9b-8f77-3d5d9749e0cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.111221 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:07.111270 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:07.111287 [ 3 ] {} HTTP-Session: f09c9832-9184-4076-bf8e-5ab6d883b346 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:07.111303 [ 3 ] {} HTTP-Session: f09c9832-9184-4076-bf8e-5ab6d883b346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.111317 [ 3 ] {} HTTP-Session: f09c9832-9184-4076-bf8e-5ab6d883b346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.111347 [ 3 ] {} HTTP-Session: f09c9832-9184-4076-bf8e-5ab6d883b346 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:07.111419 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:07.111459 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:07.111604 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:07.111903 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.111939 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.112234 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.21 18:06:07.112537 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.112689 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} executeQuery: Read 31 rows, 2.46 KiB in 0.001297 sec., 23901.310717039323 rows/sec., 1.85 MiB/sec. 2024.03.21 18:06:07.112935 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} DynamicQueryHandler: Done processing query 2024.03.21 18:06:07.112981 [ 3 ] {014e13d7-5343-48d8-853e-9b33871004d0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:07.113025 [ 3 ] {} HTTP-Session: f09c9832-9184-4076-bf8e-5ab6d883b346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.113201 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:07.113249 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:07.113267 [ 3 ] {} HTTP-Session: 0bee965b-8985-470b-9a9c-0c1a59f6da56 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:07.113284 [ 3 ] {} HTTP-Session: 0bee965b-8985-470b-9a9c-0c1a59f6da56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.113298 [ 3 ] {} HTTP-Session: 0bee965b-8985-470b-9a9c-0c1a59f6da56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.113329 [ 3 ] {} HTTP-Session: 0bee965b-8985-470b-9a9c-0c1a59f6da56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:07.113407 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:07.113453 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:06:07.113627 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:07.113930 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.113966 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.114339 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.21 18:06:07.114668 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.114818 [ 65 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.21 18:06:07.114829 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} executeQuery: Read 37 rows, 2.67 KiB in 0.001446 sec., 25587.828492392808 rows/sec., 1.80 MiB/sec. 2024.03.21 18:06:07.114915 [ 65 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.114978 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.115086 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} DynamicQueryHandler: Done processing query 2024.03.21 18:06:07.115130 [ 3 ] {4659398a-47f5-40e4-ba2a-ae91dd5b8f8b} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:06:07.115187 [ 3 ] {} HTTP-Session: 0bee965b-8985-470b-9a9c-0c1a59f6da56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.115266 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:06:07.115369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:07.115472 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:07.115518 [ 3 ] {} HTTP-Session: 9309e3c0-af73-4784-b51a-d1c83750ac92 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:07.115567 [ 3 ] {} HTTP-Session: 9309e3c0-af73-4784-b51a-d1c83750ac92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.115605 [ 3 ] {} HTTP-Session: 9309e3c0-af73-4784-b51a-d1c83750ac92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.115667 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:07.115683 [ 3 ] {} HTTP-Session: 9309e3c0-af73-4784-b51a-d1c83750ac92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:07.115747 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 300 rows starting from the beginning of the part 2024.03.21 18:06:07.115911 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:07.116027 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 37 rows starting from the beginning of the part 2024.03.21 18:06:07.116107 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:07.116499 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2024.03.21 18:06:07.116923 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:06:07.117264 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:07.117285 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:06:07.117549 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2024.03.21 18:06:07.118377 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:07.118431 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:07.119448 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.21 18:06:07.120443 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.120909 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} executeQuery: Read 5 rows, 6.91 KiB in 0.005117 sec., 977.1350400625366 rows/sec., 1.32 MiB/sec. 2024.03.21 18:06:07.121042 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 413 rows, containing 5 columns (5 merged, 0 gathered) in 0.005921327 sec., 69747.87914938662 rows/sec., 4.92 MiB/sec. 2024.03.21 18:06:07.121196 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} DynamicQueryHandler: Done processing query 2024.03.21 18:06:07.121231 [ 3 ] {bd771b02-dd94-4c54-b449-b669740d8383} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:07.121270 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.21 18:06:07.121293 [ 3 ] {} HTTP-Session: 9309e3c0-af73-4784-b51a-d1c83750ac92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:07.121747 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:07.121833 [ 200 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_6_1} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.21 18:06:07.121921 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.21 18:06:12.104412 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:12.104537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:12.104563 [ 3 ] {} HTTP-Session: 8fc7f41e-dcad-4d7b-b5db-12193bcd2ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:12.104589 [ 3 ] {} HTTP-Session: 8fc7f41e-dcad-4d7b-b5db-12193bcd2ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.104604 [ 3 ] {} HTTP-Session: 8fc7f41e-dcad-4d7b-b5db-12193bcd2ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.104655 [ 3 ] {} HTTP-Session: 8fc7f41e-dcad-4d7b-b5db-12193bcd2ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:12.104787 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:12.104851 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:12.105039 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:12.105482 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:12.105529 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:12.105918 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.21 18:06:12.106260 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:12.106432 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} executeQuery: Read 49 rows, 3.97 KiB in 0.001704 sec., 28755.86854460094 rows/sec., 2.28 MiB/sec. 2024.03.21 18:06:12.106591 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} DynamicQueryHandler: Done processing query 2024.03.21 18:06:12.106618 [ 3 ] {7bbf159b-7537-4427-a762-0b315b2d0b8f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:12.106635 [ 3 ] {} HTTP-Session: 8fc7f41e-dcad-4d7b-b5db-12193bcd2ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.106767 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:12.106821 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:12.106840 [ 3 ] {} HTTP-Session: 273ac8ab-5306-4559-9426-37fc0bdd2f47 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:12.106859 [ 3 ] {} HTTP-Session: 273ac8ab-5306-4559-9426-37fc0bdd2f47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.106873 [ 3 ] {} HTTP-Session: 273ac8ab-5306-4559-9426-37fc0bdd2f47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.106909 [ 3 ] {} HTTP-Session: 273ac8ab-5306-4559-9426-37fc0bdd2f47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:12.106980 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:12.107025 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:06:12.107154 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:12.107447 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:12.107487 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:12.107792 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.21 18:06:12.108106 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:12.108270 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} executeQuery: Read 2 rows, 167.00 B in 0.001313 sec., 1523.2292460015233 rows/sec., 124.21 KiB/sec. 2024.03.21 18:06:12.108397 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} DynamicQueryHandler: Done processing query 2024.03.21 18:06:12.108421 [ 3 ] {dc21e5f3-d1fc-4460-8cc1-9c5ae09b340e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:12.108437 [ 3 ] {} HTTP-Session: 273ac8ab-5306-4559-9426-37fc0bdd2f47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.108622 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:12.108674 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:12.108694 [ 3 ] {} HTTP-Session: f2c34f57-453f-43ef-b3a1-7493694e8122 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:12.108711 [ 3 ] {} HTTP-Session: f2c34f57-453f-43ef-b3a1-7493694e8122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.108724 [ 3 ] {} HTTP-Session: f2c34f57-453f-43ef-b3a1-7493694e8122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.108756 [ 3 ] {} HTTP-Session: f2c34f57-453f-43ef-b3a1-7493694e8122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:12.108862 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:12.108903 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:12.109028 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:12.109471 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:12.109510 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:12.109826 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.21 18:06:12.110144 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:12.110306 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} executeQuery: Read 148 rows, 14.82 KiB in 0.001494 sec., 99062.91834002676 rows/sec., 9.69 MiB/sec. 2024.03.21 18:06:12.110543 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} DynamicQueryHandler: Done processing query 2024.03.21 18:06:12.110582 [ 3 ] {8b6a9c36-93b8-4b5f-9677-c611ddeecaaf} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:06:12.110613 [ 3 ] {} HTTP-Session: f2c34f57-453f-43ef-b3a1-7493694e8122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.110735 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:12.110785 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:12.110804 [ 3 ] {} HTTP-Session: c0c26764-15d6-4b08-9365-dd205c4debcf Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:12.110822 [ 3 ] {} HTTP-Session: c0c26764-15d6-4b08-9365-dd205c4debcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.110836 [ 3 ] {} HTTP-Session: c0c26764-15d6-4b08-9365-dd205c4debcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.110866 [ 3 ] {} HTTP-Session: c0c26764-15d6-4b08-9365-dd205c4debcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:12.110930 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:12.110971 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:06:12.111119 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:12.111400 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:12.111438 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:12.111737 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.21 18:06:12.112041 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:12.112202 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} executeQuery: Read 2 rows, 143.00 B in 0.001293 sec., 1546.7904098994586 rows/sec., 108.00 KiB/sec. 2024.03.21 18:06:12.112363 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} DynamicQueryHandler: Done processing query 2024.03.21 18:06:12.112387 [ 3 ] {53bf7c03-3cb8-402e-a376-0aadf14aedc9} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:12.112403 [ 3 ] {} HTTP-Session: c0c26764-15d6-4b08-9365-dd205c4debcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.112521 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:12.112571 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:12.112589 [ 3 ] {} HTTP-Session: 5d3e1e6d-8032-419c-814d-b82cb7dd6db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:12.112605 [ 3 ] {} HTTP-Session: 5d3e1e6d-8032-419c-814d-b82cb7dd6db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.112619 [ 3 ] {} HTTP-Session: 5d3e1e6d-8032-419c-814d-b82cb7dd6db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.112650 [ 3 ] {} HTTP-Session: 5d3e1e6d-8032-419c-814d-b82cb7dd6db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:12.112735 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:12.112775 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:12.112902 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:12.113213 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:12.113250 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:12.113553 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.21 18:06:12.113865 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:12.114021 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} executeQuery: Read 51 rows, 4.09 KiB in 0.001319 sec., 38665.65579984837 rows/sec., 3.03 MiB/sec. 2024.03.21 18:06:12.114261 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} DynamicQueryHandler: Done processing query 2024.03.21 18:06:12.114304 [ 3 ] {118289dd-158e-4f02-a772-f664a8c0f185} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:06:12.114322 [ 3 ] {} HTTP-Session: 5d3e1e6d-8032-419c-814d-b82cb7dd6db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.114426 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:12.114475 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:12.114494 [ 3 ] {} HTTP-Session: 5c55c724-f60b-43e8-b42d-afa7be723f1b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:12.114510 [ 3 ] {} HTTP-Session: 5c55c724-f60b-43e8-b42d-afa7be723f1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.114524 [ 3 ] {} HTTP-Session: 5c55c724-f60b-43e8-b42d-afa7be723f1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.114554 [ 3 ] {} HTTP-Session: 5c55c724-f60b-43e8-b42d-afa7be723f1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:12.114620 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:12.114666 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:06:12.114826 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:12.115104 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:12.115142 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:12.115502 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.21 18:06:12.115854 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:12.116011 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} executeQuery: Read 1 rows, 72.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 49.76 KiB/sec. 2024.03.21 18:06:12.116140 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} DynamicQueryHandler: Done processing query 2024.03.21 18:06:12.116164 [ 3 ] {7875a525-0091-47e8-a7ea-3e366b4398fa} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:12.116180 [ 3 ] {} HTTP-Session: 5c55c724-f60b-43e8-b42d-afa7be723f1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.116337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52432, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:12.116386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:12.116404 [ 3 ] {} HTTP-Session: 06dfa9e1-5981-4919-9f8e-00eb7b23deae Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:12.116421 [ 3 ] {} HTTP-Session: 06dfa9e1-5981-4919-9f8e-00eb7b23deae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.116435 [ 3 ] {} HTTP-Session: 06dfa9e1-5981-4919-9f8e-00eb7b23deae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:12.116466 [ 3 ] {} HTTP-Session: 06dfa9e1-5981-4919-9f8e-00eb7b23deae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:12.116787 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:12.116832 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:12.116992 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:12.117554 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:12.117591 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:12.118015 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.21 18:06:12.118357 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:12.118517 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} executeQuery: Read 49 rows, 67.71 KiB in 0.001991 sec., 24610.748367654443 rows/sec., 33.21 MiB/sec. 2024.03.21 18:06:12.118699 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} DynamicQueryHandler: Done processing query 2024.03.21 18:06:12.118724 [ 3 ] {4aebfb29-e4b1-4e60-8de6-555c60636ba9} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:06:12.118739 [ 3 ] {} HTTP-Session: 06dfa9e1-5981-4919-9f8e-00eb7b23deae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:15.314571 [ 137 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:06:15.314643 [ 137 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:06:17.101872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:17.101995 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:17.102024 [ 3 ] {} HTTP-Session: cba385f5-44d8-454b-a4e2-0c338aa3f828 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:17.102053 [ 3 ] {} HTTP-Session: cba385f5-44d8-454b-a4e2-0c338aa3f828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.102071 [ 3 ] {} HTTP-Session: cba385f5-44d8-454b-a4e2-0c338aa3f828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.102127 [ 3 ] {} HTTP-Session: cba385f5-44d8-454b-a4e2-0c338aa3f828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:17.102276 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:17.102386 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:17.102592 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:17.103066 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:17.103109 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:17.103493 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.21 18:06:17.103898 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:17.104035 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} executeQuery: Read 5 rows, 415.00 B in 0.001839 sec., 2718.8689505165853 rows/sec., 220.38 KiB/sec. 2024.03.21 18:06:17.104199 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} DynamicQueryHandler: Done processing query 2024.03.21 18:06:17.104226 [ 3 ] {1e0b859d-d81e-4441-af98-b1bf082bb462} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:17.104243 [ 3 ] {} HTTP-Session: cba385f5-44d8-454b-a4e2-0c338aa3f828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.104372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:17.104428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:17.104447 [ 3 ] {} HTTP-Session: 11bf4708-292f-42cb-aa64-f90fd770ab9a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:17.104466 [ 3 ] {} HTTP-Session: 11bf4708-292f-42cb-aa64-f90fd770ab9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.104479 [ 3 ] {} HTTP-Session: 11bf4708-292f-42cb-aa64-f90fd770ab9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.104514 [ 3 ] {} HTTP-Session: 11bf4708-292f-42cb-aa64-f90fd770ab9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:17.104596 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:17.104639 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:17.104770 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:17.105088 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:17.105123 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:17.105437 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.21 18:06:17.105755 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:17.105874 [ 127 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.21 18:06:17.105884 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} executeQuery: Read 15 rows, 1.39 KiB in 0.001324 sec., 11329.305135951661 rows/sec., 1.02 MiB/sec. 2024.03.21 18:06:17.105916 [ 127 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:17.105950 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:17.106045 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} DynamicQueryHandler: Done processing query 2024.03.21 18:06:17.106073 [ 3 ] {b86109b5-ce8e-4453-b383-6949e083d495} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:06:17.106079 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:06:17.106091 [ 3 ] {} HTTP-Session: 11bf4708-292f-42cb-aa64-f90fd770ab9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.106211 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:17.106243 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:17.106247 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 201 rows starting from the beginning of the part 2024.03.21 18:06:17.106302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:17.106334 [ 3 ] {} HTTP-Session: 2e0e8aee-0cf0-4313-95df-18f4553220f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:17.106380 [ 3 ] {} HTTP-Session: 2e0e8aee-0cf0-4313-95df-18f4553220f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.106385 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 17 rows starting from the beginning of the part 2024.03.21 18:06:17.106404 [ 3 ] {} HTTP-Session: 2e0e8aee-0cf0-4313-95df-18f4553220f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.106485 [ 3 ] {} HTTP-Session: 2e0e8aee-0cf0-4313-95df-18f4553220f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:17.106637 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 147 rows starting from the beginning of the part 2024.03.21 18:06:17.106740 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:17.106961 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:17.107028 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 52 rows starting from the beginning of the part 2024.03.21 18:06:17.107272 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 148 rows starting from the beginning of the part 2024.03.21 18:06:17.107666 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:06:17.108098 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:17.108615 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:17.108652 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:17.109115 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.21 18:06:17.109538 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 4 columns (4 merged, 0 gathered) in 0.003515252 sec., 164995.28341069148 rows/sec., 15.55 MiB/sec. 2024.03.21 18:06:17.109606 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:17.109791 [ 127 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.21 18:06:17.109816 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} executeQuery: Read 5 rows, 410.00 B in 0.003165 sec., 1579.778830963665 rows/sec., 126.51 KiB/sec. 2024.03.21 18:06:17.109853 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.21 18:06:17.109861 [ 127 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:17.109958 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:17.110245 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} DynamicQueryHandler: Done processing query 2024.03.21 18:06:17.110287 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:06:17.110308 [ 3 ] {d446854e-5879-47b0-a776-419fc15ba527} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:17.110396 [ 3 ] {} HTTP-Session: 2e0e8aee-0cf0-4313-95df-18f4553220f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.110738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:17.110779 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:17.110864 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 100 rows starting from the beginning of the part 2024.03.21 18:06:17.110882 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:17.110923 [ 3 ] {} HTTP-Session: 0576f511-4402-4d46-bb53-9f07f083fe5a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:17.110976 [ 3 ] {} HTTP-Session: 0576f511-4402-4d46-bb53-9f07f083fe5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.111060 [ 3 ] {} HTTP-Session: 0576f511-4402-4d46-bb53-9f07f083fe5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:17.111283 [ 3 ] {} HTTP-Session: 0576f511-4402-4d46-bb53-9f07f083fe5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:17.111286 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 9 rows starting from the beginning of the part 2024.03.21 18:06:17.111333 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:17.111725 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:17.111826 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_21_4} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.21 18:06:17.111861 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:17.112132 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2024.03.21 18:06:17.112223 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.21 18:06:17.112240 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:17.112542 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 51 rows starting from the beginning of the part 2024.03.21 18:06:17.112855 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:17.113516 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:17.114408 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:17.114495 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:17.115695 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 4 columns (4 merged, 0 gathered) in 0.005546319 sec., 44173.441881002516 rows/sec., 3.45 MiB/sec. 2024.03.21 18:06:17.115745 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.21 18:06:17.115863 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.21 18:06:17.116646 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:17.116661 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:17.116822 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_21_4} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.21 18:06:17.116967 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} executeQuery: Read 5 rows, 6.91 KiB in 0.005425 sec., 921.6589861751152 rows/sec., 1.24 MiB/sec. 2024.03.21 18:06:17.117021 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:06:17.117227 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} DynamicQueryHandler: Done processing query 2024.03.21 18:06:17.117258 [ 3 ] {ac9c4e2b-d885-4212-9e74-bce84a9e45e6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:17.117275 [ 3 ] {} HTTP-Session: 0576f511-4402-4d46-bb53-9f07f083fe5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.104722 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:22.104853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:22.104879 [ 3 ] {} HTTP-Session: 5be38113-35d7-49c8-b0b7-ffb73bc3d243 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:22.104904 [ 3 ] {} HTTP-Session: 5be38113-35d7-49c8-b0b7-ffb73bc3d243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.104920 [ 3 ] {} HTTP-Session: 5be38113-35d7-49c8-b0b7-ffb73bc3d243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.104970 [ 3 ] {} HTTP-Session: 5be38113-35d7-49c8-b0b7-ffb73bc3d243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:22.105107 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:22.105172 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:22.105366 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:22.105809 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:22.105853 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:22.106261 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.21 18:06:22.106616 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:22.106766 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} executeQuery: Read 49 rows, 3.97 KiB in 0.001724 sec., 28422.27378190255 rows/sec., 2.25 MiB/sec. 2024.03.21 18:06:22.106767 [ 103 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.21 18:06:22.106836 [ 103 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:22.106873 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:22.106952 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} DynamicQueryHandler: Done processing query 2024.03.21 18:06:22.107002 [ 3 ] {cbe336a7-e76d-4e88-9890-9d3b0628ce85} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:22.107058 [ 3 ] {} HTTP-Session: 5be38113-35d7-49c8-b0b7-ffb73bc3d243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.107118 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:06:22.107266 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:22.107364 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:22.107376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:22.107425 [ 3 ] {} HTTP-Session: 336791ed-1055-4741-b0af-5fd6b2c82e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:22.107423 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 54 rows starting from the beginning of the part 2024.03.21 18:06:22.107456 [ 3 ] {} HTTP-Session: 336791ed-1055-4741-b0af-5fd6b2c82e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.107477 [ 3 ] {} HTTP-Session: 336791ed-1055-4741-b0af-5fd6b2c82e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.107562 [ 3 ] {} HTTP-Session: 336791ed-1055-4741-b0af-5fd6b2c82e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:22.107675 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:22.107980 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:22.108116 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:22.108301 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:22.108310 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:22.108685 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:22.109034 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:22.109548 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:22.110523 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:22.110588 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:22.111490 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.21 18:06:22.111719 [ 196 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.004738455 sec., 44529.28222384722 rows/sec., 3.52 MiB/sec. 2024.03.21 18:06:22.112023 [ 196 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.21 18:06:22.112208 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:22.112592 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} executeQuery: Read 147 rows, 14.73 KiB in 0.004836 sec., 30397.022332506203 rows/sec., 2.98 MiB/sec. 2024.03.21 18:06:22.112894 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} DynamicQueryHandler: Done processing query 2024.03.21 18:06:22.112938 [ 3 ] {cc5cfc97-67d8-4b1d-a50a-cdc001acadc0} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:06:22.112972 [ 3 ] {} HTTP-Session: 336791ed-1055-4741-b0af-5fd6b2c82e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.113012 [ 196 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:22.113132 [ 196 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_21_4} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.21 18:06:22.113172 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:22.113270 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:22.113304 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:06:22.113316 [ 3 ] {} HTTP-Session: ac1bf7fc-d932-4b30-b70f-383306b5cdfd Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:22.113362 [ 3 ] {} HTTP-Session: ac1bf7fc-d932-4b30-b70f-383306b5cdfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.113376 [ 3 ] {} HTTP-Session: ac1bf7fc-d932-4b30-b70f-383306b5cdfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.113409 [ 3 ] {} HTTP-Session: ac1bf7fc-d932-4b30-b70f-383306b5cdfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:22.113503 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:22.113547 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:22.113736 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:22.114106 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:22.114144 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:22.114472 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.21 18:06:22.114792 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:22.114919 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} executeQuery: Read 49 rows, 3.92 KiB in 0.001463 sec., 33492.82296650718 rows/sec., 2.62 MiB/sec. 2024.03.21 18:06:22.115039 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} DynamicQueryHandler: Done processing query 2024.03.21 18:06:22.115063 [ 3 ] {928a85d7-a6ba-4298-a291-f772cf633a53} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:06:22.115079 [ 3 ] {} HTTP-Session: ac1bf7fc-d932-4b30-b70f-383306b5cdfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.115267 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52432, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:22.115318 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:22.115337 [ 3 ] {} HTTP-Session: a3e9d370-35d2-48f3-824d-1ab07858513e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:22.115354 [ 3 ] {} HTTP-Session: a3e9d370-35d2-48f3-824d-1ab07858513e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.115368 [ 3 ] {} HTTP-Session: a3e9d370-35d2-48f3-824d-1ab07858513e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.115399 [ 3 ] {} HTTP-Session: a3e9d370-35d2-48f3-824d-1ab07858513e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:22.116121 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:22.116171 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:22.116334 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:22.116907 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:22.116941 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:22.117396 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.21 18:06:22.117744 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:22.117869 [ 103 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.21 18:06:22.117874 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} executeQuery: Read 49 rows, 67.71 KiB in 0.002414 sec., 20298.260149130074 rows/sec., 27.39 MiB/sec. 2024.03.21 18:06:22.117906 [ 103 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:22.117948 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:22.118059 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} DynamicQueryHandler: Done processing query 2024.03.21 18:06:22.118089 [ 3 ] {69e77064-c8e8-4bd1-b59a-60d869676398} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:06:22.118096 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:06:22.118108 [ 3 ] {} HTTP-Session: a3e9d370-35d2-48f3-824d-1ab07858513e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:22.118238 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:22.118277 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 515 rows starting from the beginning of the part 2024.03.21 18:06:22.118404 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:22.118606 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:22.118747 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:22.118864 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:22.119010 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:22.121689 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 6 columns (6 merged, 0 gathered) in 0.003651535 sec., 184032.19467977167 rows/sec., 248.34 MiB/sec. 2024.03.21 18:06:22.122093 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.21 18:06:22.122482 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:22.122558 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_21_4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.21 18:06:22.122629 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2024.03.21 18:06:23.000156 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 181.35 MiB, peak 189.94 MiB, free memory in arenas 0.00 B, will set to 182.72 MiB (RSS), difference: 1.37 MiB 2024.03.21 18:06:23.611793 [ 84 ] {} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.03.21 18:06:23.611857 [ 84 ] {} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:23.611879 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:23.612055 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:06:23.612228 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:23.612267 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.03.21 18:06:23.612394 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:06:23.612605 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:06:23.612782 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.03.21 18:06:23.613009 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:06:23.614068 [ 191 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002099078 sec., 5716.795659808736 rows/sec., 466.16 KiB/sec. 2024.03.21 18:06:23.614244 [ 193 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.03.21 18:06:23.614676 [ 193 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_5_1} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:23.614764 [ 193 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_5_1} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.03.21 18:06:23.614860 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.21 18:06:24.805207 [ 124 ] {} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.03.21 18:06:24.805295 [ 124 ] {} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:24.805322 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:24.805520 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:06:24.805700 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:24.805735 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.03.21 18:06:24.805840 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:06:24.805922 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:06:24.806131 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.03.21 18:06:24.806247 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:06:24.807383 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.001968686 sec., 6095.436245292546 rows/sec., 425.61 KiB/sec. 2024.03.21 18:06:24.807492 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.03.21 18:06:24.807833 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_5_1} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:24.807909 [ 186 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_5_1} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.03.21 18:06:24.807984 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.21 18:06:27.102226 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:27.102355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:27.102384 [ 3 ] {} HTTP-Session: d69ed820-d468-442e-9a1f-0af71519b379 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:27.102412 [ 3 ] {} HTTP-Session: d69ed820-d468-442e-9a1f-0af71519b379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.102431 [ 3 ] {} HTTP-Session: d69ed820-d468-442e-9a1f-0af71519b379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.102488 [ 3 ] {} HTTP-Session: d69ed820-d468-442e-9a1f-0af71519b379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:27.102610 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:27.102675 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:27.102873 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:27.103346 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:27.103396 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:27.103789 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.21 18:06:27.104141 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:27.104309 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} executeQuery: Read 5 rows, 415.00 B in 0.001745 sec., 2865.3295128939826 rows/sec., 232.25 KiB/sec. 2024.03.21 18:06:27.104512 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} DynamicQueryHandler: Done processing query 2024.03.21 18:06:27.104544 [ 3 ] {1bbb240d-7de2-4038-a73e-e7e89d722c99} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:27.104562 [ 3 ] {} HTTP-Session: d69ed820-d468-442e-9a1f-0af71519b379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.104701 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:27.104758 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:27.104777 [ 3 ] {} HTTP-Session: 36da5dfd-b84e-421d-99a6-14170d4131da Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:27.104796 [ 3 ] {} HTTP-Session: 36da5dfd-b84e-421d-99a6-14170d4131da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.104810 [ 3 ] {} HTTP-Session: 36da5dfd-b84e-421d-99a6-14170d4131da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.104847 [ 3 ] {} HTTP-Session: 36da5dfd-b84e-421d-99a6-14170d4131da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:27.104927 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:27.104971 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:27.105104 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:27.105426 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:27.105465 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:27.105783 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.21 18:06:27.106087 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:27.106242 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} executeQuery: Read 15 rows, 1.39 KiB in 0.001347 sec., 11135.857461024498 rows/sec., 1.00 MiB/sec. 2024.03.21 18:06:27.106480 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} DynamicQueryHandler: Done processing query 2024.03.21 18:06:27.106517 [ 3 ] {c4072cc2-9520-43e9-bd99-2481d245886f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:06:27.106545 [ 3 ] {} HTTP-Session: 36da5dfd-b84e-421d-99a6-14170d4131da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.106671 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:27.106723 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:27.106743 [ 3 ] {} HTTP-Session: eabd9d23-8e15-4d55-9623-c0aac43fde30 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:27.106761 [ 3 ] {} HTTP-Session: eabd9d23-8e15-4d55-9623-c0aac43fde30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.106776 [ 3 ] {} HTTP-Session: eabd9d23-8e15-4d55-9623-c0aac43fde30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.106808 [ 3 ] {} HTTP-Session: eabd9d23-8e15-4d55-9623-c0aac43fde30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:27.106878 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:27.106919 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:27.107066 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:27.107355 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:27.107393 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:27.107688 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.21 18:06:27.107995 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:27.108146 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} executeQuery: Read 5 rows, 410.00 B in 0.001287 sec., 3885.003885003885 rows/sec., 311.10 KiB/sec. 2024.03.21 18:06:27.108268 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} DynamicQueryHandler: Done processing query 2024.03.21 18:06:27.108291 [ 3 ] {e2136663-e0c9-4f67-b8ad-026af3d6fbde} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:27.108306 [ 3 ] {} HTTP-Session: eabd9d23-8e15-4d55-9623-c0aac43fde30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.108449 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:27.108499 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:27.108518 [ 3 ] {} HTTP-Session: 77ddd8d2-4628-4d5e-96a7-d984404fab9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:27.108535 [ 3 ] {} HTTP-Session: 77ddd8d2-4628-4d5e-96a7-d984404fab9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.108549 [ 3 ] {} HTTP-Session: 77ddd8d2-4628-4d5e-96a7-d984404fab9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:27.108581 [ 3 ] {} HTTP-Session: 77ddd8d2-4628-4d5e-96a7-d984404fab9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:27.108673 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:27.108719 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:27.108880 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:27.109241 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:27.109278 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:27.109664 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.21 18:06:27.110013 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:27.110166 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} executeQuery: Read 5 rows, 6.91 KiB in 0.001543 sec., 3240.440699935191 rows/sec., 4.37 MiB/sec. 2024.03.21 18:06:27.110299 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} DynamicQueryHandler: Done processing query 2024.03.21 18:06:27.110323 [ 3 ] {77b8824b-54cb-4ea8-95e3-5f9e88bad588} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:27.110338 [ 3 ] {} HTTP-Session: 77ddd8d2-4628-4d5e-96a7-d984404fab9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:30.314885 [ 94 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:06:30.314954 [ 94 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:06:32.104201 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:32.104323 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:32.104352 [ 3 ] {} HTTP-Session: 531b2486-ca97-422d-bba8-37e38ba01529 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:32.104381 [ 3 ] {} HTTP-Session: 531b2486-ca97-422d-bba8-37e38ba01529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.104399 [ 3 ] {} HTTP-Session: 531b2486-ca97-422d-bba8-37e38ba01529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.104454 [ 3 ] {} HTTP-Session: 531b2486-ca97-422d-bba8-37e38ba01529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:32.104600 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:32.104674 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:32.104880 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:32.105343 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:32.105396 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:32.105788 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.21 18:06:32.106120 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:32.106295 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} executeQuery: Read 49 rows, 3.97 KiB in 0.001758 sec., 27872.582480091012 rows/sec., 2.21 MiB/sec. 2024.03.21 18:06:32.106558 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} DynamicQueryHandler: Done processing query 2024.03.21 18:06:32.106590 [ 3 ] {ef4887a0-e112-44f8-b5fb-b13807198ab5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:32.106607 [ 3 ] {} HTTP-Session: 531b2486-ca97-422d-bba8-37e38ba01529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.106762 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:32.106820 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:32.106838 [ 3 ] {} HTTP-Session: 22b9074d-cd0d-498e-8958-37d157885fdf Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:32.106856 [ 3 ] {} HTTP-Session: 22b9074d-cd0d-498e-8958-37d157885fdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.106870 [ 3 ] {} HTTP-Session: 22b9074d-cd0d-498e-8958-37d157885fdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.106905 [ 3 ] {} HTTP-Session: 22b9074d-cd0d-498e-8958-37d157885fdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:32.107028 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:32.107072 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:32.107221 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:32.107651 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:32.107691 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:32.108012 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.21 18:06:32.108319 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:32.108472 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} executeQuery: Read 147 rows, 14.73 KiB in 0.001505 sec., 97674.41860465116 rows/sec., 9.56 MiB/sec. 2024.03.21 18:06:32.108601 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} DynamicQueryHandler: Done processing query 2024.03.21 18:06:32.108625 [ 3 ] {9cccc662-9782-4fef-9e72-76b017f09727} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:06:32.108641 [ 3 ] {} HTTP-Session: 22b9074d-cd0d-498e-8958-37d157885fdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.108775 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:32.108824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:32.108843 [ 3 ] {} HTTP-Session: 730879d8-ccf2-4076-8df8-14f32a208c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:32.108859 [ 3 ] {} HTTP-Session: 730879d8-ccf2-4076-8df8-14f32a208c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.108873 [ 3 ] {} HTTP-Session: 730879d8-ccf2-4076-8df8-14f32a208c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.108905 [ 3 ] {} HTTP-Session: 730879d8-ccf2-4076-8df8-14f32a208c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:32.108990 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:32.109032 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:32.109159 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:32.109471 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:32.109510 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:32.109808 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.21 18:06:32.110103 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:32.110256 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} executeQuery: Read 49 rows, 3.92 KiB in 0.001299 sec., 37721.32409545805 rows/sec., 2.95 MiB/sec. 2024.03.21 18:06:32.110498 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} DynamicQueryHandler: Done processing query 2024.03.21 18:06:32.110543 [ 3 ] {3aebac43-a2f5-4757-b9e1-a44f95fa4d91} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:06:32.110580 [ 3 ] {} HTTP-Session: 730879d8-ccf2-4076-8df8-14f32a208c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.110776 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52432, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:32.110824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:32.110843 [ 3 ] {} HTTP-Session: c7830bac-3469-45d1-8dee-fa65a2e3df1e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:32.110860 [ 3 ] {} HTTP-Session: c7830bac-3469-45d1-8dee-fa65a2e3df1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.110873 [ 3 ] {} HTTP-Session: c7830bac-3469-45d1-8dee-fa65a2e3df1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:32.110905 [ 3 ] {} HTTP-Session: c7830bac-3469-45d1-8dee-fa65a2e3df1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:32.111258 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:32.111309 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:32.111491 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:32.112157 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:32.112194 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:32.112637 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.21 18:06:32.112965 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:32.113139 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} executeQuery: Read 49 rows, 67.71 KiB in 0.002167 sec., 22611.905860636823 rows/sec., 30.51 MiB/sec. 2024.03.21 18:06:32.113277 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} DynamicQueryHandler: Done processing query 2024.03.21 18:06:32.113301 [ 3 ] {7d3b45c4-94d0-4e23-83da-70e8fe7bf9fa} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:06:32.113316 [ 3 ] {} HTTP-Session: c7830bac-3469-45d1-8dee-fa65a2e3df1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.103478 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:37.103672 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:37.103725 [ 3 ] {} HTTP-Session: f7184998-f674-4a34-8b0c-2863cb02930a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:37.103768 [ 3 ] {} HTTP-Session: f7184998-f674-4a34-8b0c-2863cb02930a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.103797 [ 3 ] {} HTTP-Session: f7184998-f674-4a34-8b0c-2863cb02930a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.103876 [ 3 ] {} HTTP-Session: f7184998-f674-4a34-8b0c-2863cb02930a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:37.104006 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:37.104070 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:37.104267 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:37.104749 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:37.104797 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:37.105184 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.21 18:06:37.105515 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:37.105662 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} executeQuery: Read 5 rows, 415.00 B in 0.001706 sec., 2930.8323563892145 rows/sec., 237.56 KiB/sec. 2024.03.21 18:06:37.105824 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} DynamicQueryHandler: Done processing query 2024.03.21 18:06:37.105850 [ 3 ] {7513dd8e-b10e-4390-a04c-92358f6fcfea} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:37.105866 [ 3 ] {} HTTP-Session: f7184998-f674-4a34-8b0c-2863cb02930a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.105997 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:37.106053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:37.106072 [ 3 ] {} HTTP-Session: 9cb812cf-bb78-445c-aedf-e7d4f3da044b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:37.106090 [ 3 ] {} HTTP-Session: 9cb812cf-bb78-445c-aedf-e7d4f3da044b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.106103 [ 3 ] {} HTTP-Session: 9cb812cf-bb78-445c-aedf-e7d4f3da044b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.106139 [ 3 ] {} HTTP-Session: 9cb812cf-bb78-445c-aedf-e7d4f3da044b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:37.106223 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:37.106267 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:37.106398 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:37.106736 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:37.106772 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:37.107078 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.21 18:06:37.107372 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:37.107500 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} executeQuery: Read 51 rows, 4.20 KiB in 0.001316 sec., 38753.799392097266 rows/sec., 3.12 MiB/sec. 2024.03.21 18:06:37.107619 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} DynamicQueryHandler: Done processing query 2024.03.21 18:06:37.107642 [ 3 ] {adfcade0-d608-465c-92fe-e670d78ab86f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:37.107658 [ 3 ] {} HTTP-Session: 9cb812cf-bb78-445c-aedf-e7d4f3da044b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.107785 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 4940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:37.107836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:37.107854 [ 3 ] {} HTTP-Session: cbdfd6f9-54f7-4984-a14f-5c5c9e932c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:37.107870 [ 3 ] {} HTTP-Session: cbdfd6f9-54f7-4984-a14f-5c5c9e932c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.107884 [ 3 ] {} HTTP-Session: cbdfd6f9-54f7-4984-a14f-5c5c9e932c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.107915 [ 3 ] {} HTTP-Session: cbdfd6f9-54f7-4984-a14f-5c5c9e932c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:37.107992 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:37.108032 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:37.108154 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:37.108447 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:37.108483 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:37.108795 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.21 18:06:37.109097 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:37.109227 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} executeQuery: Read 29 rows, 2.30 KiB in 0.00127 sec., 22834.645669291338 rows/sec., 1.77 MiB/sec. 2024.03.21 18:06:37.109346 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} DynamicQueryHandler: Done processing query 2024.03.21 18:06:37.109369 [ 3 ] {fa954a5c-bbf1-45cf-a50b-bc162356eee0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:37.109385 [ 3 ] {} HTTP-Session: cbdfd6f9-54f7-4984-a14f-5c5c9e932c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.109531 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:37.109579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:37.109598 [ 3 ] {} HTTP-Session: 27d08517-8c9b-40a8-9a0f-727f58392b53 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:37.109614 [ 3 ] {} HTTP-Session: 27d08517-8c9b-40a8-9a0f-727f58392b53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.109628 [ 3 ] {} HTTP-Session: 27d08517-8c9b-40a8-9a0f-727f58392b53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.109658 [ 3 ] {} HTTP-Session: 27d08517-8c9b-40a8-9a0f-727f58392b53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:37.109738 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:37.109783 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:06:37.109926 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:37.110227 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:37.110261 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:37.110621 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.21 18:06:37.110957 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:37.111079 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} executeQuery: Read 36 rows, 2.60 KiB in 0.001379 sec., 26105.87382160986 rows/sec., 1.84 MiB/sec. 2024.03.21 18:06:37.111308 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} DynamicQueryHandler: Done processing query 2024.03.21 18:06:37.111344 [ 3 ] {a6d18ca3-4c1f-48ea-bca4-d9da6eb897e5} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:06:37.111360 [ 3 ] {} HTTP-Session: 27d08517-8c9b-40a8-9a0f-727f58392b53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.111518 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:37.111565 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:37.111584 [ 3 ] {} HTTP-Session: 30d19ccf-9a7c-43f5-8ccb-ad18a1000e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:37.111601 [ 3 ] {} HTTP-Session: 30d19ccf-9a7c-43f5-8ccb-ad18a1000e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.111614 [ 3 ] {} HTTP-Session: 30d19ccf-9a7c-43f5-8ccb-ad18a1000e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:37.111645 [ 3 ] {} HTTP-Session: 30d19ccf-9a7c-43f5-8ccb-ad18a1000e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:37.111737 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:37.111785 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:37.111961 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:37.112281 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:37.112316 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:37.112686 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.21 18:06:37.113015 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:37.113139 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} executeQuery: Read 5 rows, 6.91 KiB in 0.001451 sec., 3445.8993797381117 rows/sec., 4.65 MiB/sec. 2024.03.21 18:06:37.113264 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} DynamicQueryHandler: Done processing query 2024.03.21 18:06:37.113287 [ 3 ] {5d9f5fc5-643e-4d51-8a6f-9d251d524200} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:37.113303 [ 3 ] {} HTTP-Session: 30d19ccf-9a7c-43f5-8ccb-ad18a1000e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.104444 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:42.104631 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:42.104677 [ 3 ] {} HTTP-Session: 3128b37a-8a04-497e-8aee-093e387b1764 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:42.104718 [ 3 ] {} HTTP-Session: 3128b37a-8a04-497e-8aee-093e387b1764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.104749 [ 3 ] {} HTTP-Session: 3128b37a-8a04-497e-8aee-093e387b1764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.104827 [ 3 ] {} HTTP-Session: 3128b37a-8a04-497e-8aee-093e387b1764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:42.105032 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:42.105118 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:42.105313 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:42.105746 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:42.105790 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:42.106181 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.21 18:06:42.106510 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:42.106660 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} executeQuery: Read 49 rows, 3.97 KiB in 0.001733 sec., 28274.66820542412 rows/sec., 2.24 MiB/sec. 2024.03.21 18:06:42.106809 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} DynamicQueryHandler: Done processing query 2024.03.21 18:06:42.106835 [ 3 ] {2a338b77-c350-4e5e-9e51-e6c8fd984ab1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:42.106852 [ 3 ] {} HTTP-Session: 3128b37a-8a04-497e-8aee-093e387b1764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.106998 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:42.107050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:42.107069 [ 3 ] {} HTTP-Session: 91516516-544f-4177-9f84-9e34193a5fea Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:42.107088 [ 3 ] {} HTTP-Session: 91516516-544f-4177-9f84-9e34193a5fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.107102 [ 3 ] {} HTTP-Session: 91516516-544f-4177-9f84-9e34193a5fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.107137 [ 3 ] {} HTTP-Session: 91516516-544f-4177-9f84-9e34193a5fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:42.107250 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:42.107295 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:42.107423 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:42.107839 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:42.107876 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:42.108187 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.21 18:06:42.108485 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:42.108607 [ 139 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.21 18:06:42.108615 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} executeQuery: Read 147 rows, 14.73 KiB in 0.001427 sec., 103013.31464611071 rows/sec., 10.08 MiB/sec. 2024.03.21 18:06:42.108657 [ 139 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:42.108700 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:42.108812 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} DynamicQueryHandler: Done processing query 2024.03.21 18:06:42.108886 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:06:42.108888 [ 3 ] {a36fc4e4-44b0-406a-aefd-9d549c1d3edb} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:06:42.108940 [ 3 ] {} HTTP-Session: 91516516-544f-4177-9f84-9e34193a5fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.109294 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:42.109461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:42.109466 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:42.109517 [ 3 ] {} HTTP-Session: 68821def-750c-4c29-8065-8e997701f009 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:42.109555 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 203 rows starting from the beginning of the part 2024.03.21 18:06:42.109579 [ 3 ] {} HTTP-Session: 68821def-750c-4c29-8065-8e997701f009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.109631 [ 3 ] {} HTTP-Session: 68821def-750c-4c29-8065-8e997701f009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.109711 [ 3 ] {} HTTP-Session: 68821def-750c-4c29-8065-8e997701f009 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:42.109726 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 147 rows starting from the beginning of the part 2024.03.21 18:06:42.109883 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:06:42.109922 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:42.110117 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:42.110303 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 147 rows starting from the beginning of the part 2024.03.21 18:06:42.110523 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 51 rows starting from the beginning of the part 2024.03.21 18:06:42.110713 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 147 rows starting from the beginning of the part 2024.03.21 18:06:42.111274 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:42.111740 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:42.111779 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:42.112285 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.21 18:06:42.112663 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 4 columns (4 merged, 0 gathered) in 0.00390097 sec., 182006.01388885328 rows/sec., 17.31 MiB/sec. 2024.03.21 18:06:42.112807 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.21 18:06:42.112892 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:42.113050 [ 139 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.21 18:06:42.113136 [ 139 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:42.113142 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} executeQuery: Read 49 rows, 3.92 KiB in 0.003337 sec., 14683.847767455798 rows/sec., 1.15 MiB/sec. 2024.03.21 18:06:42.113187 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:42.113660 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} DynamicQueryHandler: Done processing query 2024.03.21 18:06:42.113782 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:06:42.113785 [ 3 ] {be2c5f28-744b-4bc6-9398-f5fcc9698479} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:06:42.113913 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:42.113982 [ 3 ] {} HTTP-Session: 68821def-750c-4c29-8065-8e997701f009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.114388 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52432, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:42.114428 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_26_5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.21 18:06:42.114621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:42.114621 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:42.114664 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.03.21 18:06:42.114675 [ 3 ] {} HTTP-Session: e8aa7c09-d22d-403e-bfef-2227d2d11dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:42.114742 [ 3 ] {} HTTP-Session: e8aa7c09-d22d-403e-bfef-2227d2d11dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.114774 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 104 rows starting from the beginning of the part 2024.03.21 18:06:42.114782 [ 3 ] {} HTTP-Session: e8aa7c09-d22d-403e-bfef-2227d2d11dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:42.114883 [ 3 ] {} HTTP-Session: e8aa7c09-d22d-403e-bfef-2227d2d11dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:42.115069 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:42.115203 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:42.115311 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:42.115512 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:42.115556 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 29 rows starting from the beginning of the part 2024.03.21 18:06:42.115666 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:42.115844 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:42.116642 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:42.117838 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:42.117911 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:42.118505 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 4 columns (4 merged, 0 gathered) in 0.005145562 sec., 55387.535899868664 rows/sec., 4.33 MiB/sec. 2024.03.21 18:06:42.118730 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.21 18:06:42.119142 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.21 18:06:42.119615 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:42.119793 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_26_5} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.21 18:06:42.119878 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:42.119968 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:06:42.120122 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} executeQuery: Read 49 rows, 67.71 KiB in 0.005089 sec., 9628.610729023385 rows/sec., 12.99 MiB/sec. 2024.03.21 18:06:42.120283 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} DynamicQueryHandler: Done processing query 2024.03.21 18:06:42.120308 [ 3 ] {cf0540df-bf07-47dc-a2bf-471b1b5b69be} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:06:42.120323 [ 3 ] {} HTTP-Session: e8aa7c09-d22d-403e-bfef-2227d2d11dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:45.315209 [ 149 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:06:45.315280 [ 149 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:06:47.102443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:47.102572 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:47.102603 [ 3 ] {} HTTP-Session: bd031741-568c-4034-8840-169e94814c3b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:47.102632 [ 3 ] {} HTTP-Session: bd031741-568c-4034-8840-169e94814c3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.102651 [ 3 ] {} HTTP-Session: bd031741-568c-4034-8840-169e94814c3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.102706 [ 3 ] {} HTTP-Session: bd031741-568c-4034-8840-169e94814c3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:47.102843 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:47.102916 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:47.103138 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:47.103560 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:47.103615 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:47.104008 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.21 18:06:47.104358 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:47.104526 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} executeQuery: Read 5 rows, 415.00 B in 0.001748 sec., 2860.411899313501 rows/sec., 231.85 KiB/sec. 2024.03.21 18:06:47.104578 [ 150 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.21 18:06:47.104727 [ 150 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:47.104762 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} DynamicQueryHandler: Done processing query 2024.03.21 18:06:47.104785 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:47.104816 [ 3 ] {e7f6b251-2fdb-46e4-9ba0-e0960e188c45} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:47.104857 [ 3 ] {} HTTP-Session: bd031741-568c-4034-8840-169e94814c3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.105001 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:06:47.105056 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:47.105127 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:47.105159 [ 3 ] {} HTTP-Session: e115bf1b-5fc1-486e-8680-ae8fc5fc808b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:47.105189 [ 3 ] {} HTTP-Session: e115bf1b-5fc1-486e-8680-ae8fc5fc808b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.105198 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:47.105208 [ 3 ] {} HTTP-Session: e115bf1b-5fc1-486e-8680-ae8fc5fc808b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.105241 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 54 rows starting from the beginning of the part 2024.03.21 18:06:47.105254 [ 3 ] {} HTTP-Session: e115bf1b-5fc1-486e-8680-ae8fc5fc808b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:47.105351 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:47.105382 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:47.105475 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:47.105513 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:47.105943 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:47.106323 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:47.106611 [ 191 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:47.107052 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:47.107643 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:47.107687 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:47.108198 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.21 18:06:47.108409 [ 186 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003475732 sec., 48047.43288607983 rows/sec., 3.80 MiB/sec. 2024.03.21 18:06:47.108638 [ 186 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.21 18:06:47.108811 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:47.109277 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} executeQuery: Read 15 rows, 1.39 KiB in 0.003949 sec., 3798.429982273993 rows/sec., 350.91 KiB/sec. 2024.03.21 18:06:47.109931 [ 186 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:47.110019 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} DynamicQueryHandler: Done processing query 2024.03.21 18:06:47.110067 [ 3 ] {da80b8c2-5c97-4f71-af61-c1738cfdf1e7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:06:47.110097 [ 3 ] {} HTTP-Session: e115bf1b-5fc1-486e-8680-ae8fc5fc808b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.110114 [ 186 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_26_5} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.21 18:06:47.110252 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.03.21 18:06:47.110277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:47.110349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:47.110369 [ 3 ] {} HTTP-Session: 565ea5aa-32d9-4ff0-834c-ce162f5afdaa Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:47.110388 [ 3 ] {} HTTP-Session: 565ea5aa-32d9-4ff0-834c-ce162f5afdaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.110402 [ 3 ] {} HTTP-Session: 565ea5aa-32d9-4ff0-834c-ce162f5afdaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.110438 [ 3 ] {} HTTP-Session: 565ea5aa-32d9-4ff0-834c-ce162f5afdaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:47.110511 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:47.110554 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:47.110713 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:47.111050 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:47.111089 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:47.111421 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.21 18:06:47.111755 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:47.111920 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} executeQuery: Read 5 rows, 410.00 B in 0.001433 sec., 3489.1835310537335 rows/sec., 279.41 KiB/sec. 2024.03.21 18:06:47.112172 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} DynamicQueryHandler: Done processing query 2024.03.21 18:06:47.112231 [ 3 ] {37fcc6c9-1334-4407-816f-412ea5b62e5d} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:47.112248 [ 3 ] {} HTTP-Session: 565ea5aa-32d9-4ff0-834c-ce162f5afdaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.112413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:47.112463 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:47.112486 [ 3 ] {} HTTP-Session: ca7e3423-56af-4332-8e52-6f867b9c53c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:47.112503 [ 3 ] {} HTTP-Session: ca7e3423-56af-4332-8e52-6f867b9c53c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.112517 [ 3 ] {} HTTP-Session: ca7e3423-56af-4332-8e52-6f867b9c53c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.112548 [ 3 ] {} HTTP-Session: ca7e3423-56af-4332-8e52-6f867b9c53c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:47.112648 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:47.112697 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:47.112882 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:47.113219 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:47.113256 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:47.113666 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.21 18:06:47.114022 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:47.114193 [ 150 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.21 18:06:47.114209 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} executeQuery: Read 5 rows, 6.91 KiB in 0.001604 sec., 3117.206982543641 rows/sec., 4.21 MiB/sec. 2024.03.21 18:06:47.114255 [ 150 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:47.114335 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:47.114481 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} DynamicQueryHandler: Done processing query 2024.03.21 18:06:47.114557 [ 3 ] {26afafd1-37a5-4b3b-8885-b053e248ebf1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:47.114616 [ 3 ] {} HTTP-Session: ca7e3423-56af-4332-8e52-6f867b9c53c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:47.114623 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:06:47.115067 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:06:47.115100 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 672 rows starting from the beginning of the part 2024.03.21 18:06:47.115219 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:47.115423 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:47.115613 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:47.115732 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 49 rows starting from the beginning of the part 2024.03.21 18:06:47.115868 [ 191 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part 2024.03.21 18:06:47.118945 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 785 rows, containing 6 columns (6 merged, 0 gathered) in 0.004508821 sec., 174103.16355428615 rows/sec., 234.94 MiB/sec. 2024.03.21 18:06:47.119577 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.21 18:06:47.120114 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:47.120217 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_26_5} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.21 18:06:47.120329 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. 2024.03.21 18:06:48.000159 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 183.07 MiB, peak 191.65 MiB, free memory in arenas 0.00 B, will set to 184.23 MiB (RSS), difference: 1.16 MiB 2024.03.21 18:06:52.104262 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:52.104407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:52.104437 [ 3 ] {} HTTP-Session: 06abf491-fbc1-44b0-81f2-cb86d0b65880 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:52.104465 [ 3 ] {} HTTP-Session: 06abf491-fbc1-44b0-81f2-cb86d0b65880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.104484 [ 3 ] {} HTTP-Session: 06abf491-fbc1-44b0-81f2-cb86d0b65880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.104541 [ 3 ] {} HTTP-Session: 06abf491-fbc1-44b0-81f2-cb86d0b65880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:52.104687 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:52.104761 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:52.104978 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:52.105510 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:52.105554 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:52.106006 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.21 18:06:52.106350 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:52.106496 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} executeQuery: Read 49 rows, 3.97 KiB in 0.001881 sec., 26049.97341839447 rows/sec., 2.06 MiB/sec. 2024.03.21 18:06:52.106652 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} DynamicQueryHandler: Done processing query 2024.03.21 18:06:52.106681 [ 3 ] {bcb75973-4acb-4018-8c14-74da6d24a62e} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:52.106698 [ 3 ] {} HTTP-Session: 06abf491-fbc1-44b0-81f2-cb86d0b65880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.106895 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:52.106956 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:52.106977 [ 3 ] {} HTTP-Session: a410fcc6-a12b-4fa7-9bf1-2968bdf113c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:52.106994 [ 3 ] {} HTTP-Session: a410fcc6-a12b-4fa7-9bf1-2968bdf113c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.107008 [ 3 ] {} HTTP-Session: a410fcc6-a12b-4fa7-9bf1-2968bdf113c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.107044 [ 3 ] {} HTTP-Session: a410fcc6-a12b-4fa7-9bf1-2968bdf113c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:52.107161 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:52.107206 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:52.107339 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:52.107770 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:52.107807 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:52.108135 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.21 18:06:52.108471 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:52.108602 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} executeQuery: Read 147 rows, 14.73 KiB in 0.001507 sec., 97544.7909754479 rows/sec., 9.55 MiB/sec. 2024.03.21 18:06:52.108731 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} DynamicQueryHandler: Done processing query 2024.03.21 18:06:52.108755 [ 3 ] {396170a1-934d-43ff-830d-5e6579694e89} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:06:52.108770 [ 3 ] {} HTTP-Session: a410fcc6-a12b-4fa7-9bf1-2968bdf113c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.108923 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:52.108976 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:52.108996 [ 3 ] {} HTTP-Session: c9fd1e69-0e68-476f-8a73-e70c72db4f40 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:52.109013 [ 3 ] {} HTTP-Session: c9fd1e69-0e68-476f-8a73-e70c72db4f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.109027 [ 3 ] {} HTTP-Session: c9fd1e69-0e68-476f-8a73-e70c72db4f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.109060 [ 3 ] {} HTTP-Session: c9fd1e69-0e68-476f-8a73-e70c72db4f40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:52.109152 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:52.109193 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:52.109320 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:52.109642 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:52.109680 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:52.109992 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.21 18:06:52.110305 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:52.110439 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} executeQuery: Read 49 rows, 3.92 KiB in 0.001334 sec., 36731.63418290855 rows/sec., 2.87 MiB/sec. 2024.03.21 18:06:52.110560 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} DynamicQueryHandler: Done processing query 2024.03.21 18:06:52.110584 [ 3 ] {69e9f999-9a61-4c5b-8bcf-8e6baf5a7dc7} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:06:52.110601 [ 3 ] {} HTTP-Session: c9fd1e69-0e68-476f-8a73-e70c72db4f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.110814 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:52.110865 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:52.110884 [ 3 ] {} HTTP-Session: 3e3cb541-f33b-4870-a692-9e228a59b4bc Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:52.110902 [ 3 ] {} HTTP-Session: 3e3cb541-f33b-4870-a692-9e228a59b4bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.110915 [ 3 ] {} HTTP-Session: 3e3cb541-f33b-4870-a692-9e228a59b4bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:52.110946 [ 3 ] {} HTTP-Session: 3e3cb541-f33b-4870-a692-9e228a59b4bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:52.111293 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:52.111339 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:52.111500 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:52.112158 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:52.112207 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:52.112690 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.21 18:06:52.113039 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:52.113172 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} executeQuery: Read 49 rows, 67.71 KiB in 0.002165 sec., 22632.794457274827 rows/sec., 30.54 MiB/sec. 2024.03.21 18:06:52.113306 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} DynamicQueryHandler: Done processing query 2024.03.21 18:06:52.113330 [ 3 ] {744f6926-da14-4bb8-8d45-1fac3bc0dad0} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:06:52.113346 [ 3 ] {} HTTP-Session: 3e3cb541-f33b-4870-a692-9e228a59b4bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.102758 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:57.102908 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:57.102938 [ 3 ] {} HTTP-Session: b7d8f7ff-8cc1-4c62-9fbd-9fa521e9314d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:57.102968 [ 3 ] {} HTTP-Session: b7d8f7ff-8cc1-4c62-9fbd-9fa521e9314d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.102985 [ 3 ] {} HTTP-Session: b7d8f7ff-8cc1-4c62-9fbd-9fa521e9314d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.103043 [ 3 ] {} HTTP-Session: b7d8f7ff-8cc1-4c62-9fbd-9fa521e9314d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:57.103172 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:57.103244 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:06:57.103465 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:57.103919 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:57.103970 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:57.104379 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.21 18:06:57.104723 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:57.104893 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} executeQuery: Read 5 rows, 415.00 B in 0.001778 sec., 2812.14848143982 rows/sec., 227.94 KiB/sec. 2024.03.21 18:06:57.105060 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} DynamicQueryHandler: Done processing query 2024.03.21 18:06:57.105088 [ 3 ] {a9ee29aa-8530-40ae-acc7-24362f08f854} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:57.105105 [ 3 ] {} HTTP-Session: b7d8f7ff-8cc1-4c62-9fbd-9fa521e9314d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.105233 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:57.105291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:57.105311 [ 3 ] {} HTTP-Session: cc3a9a4b-699e-487b-98fc-488da863ffcb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:57.105329 [ 3 ] {} HTTP-Session: cc3a9a4b-699e-487b-98fc-488da863ffcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.105343 [ 3 ] {} HTTP-Session: cc3a9a4b-699e-487b-98fc-488da863ffcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.105378 [ 3 ] {} HTTP-Session: cc3a9a4b-699e-487b-98fc-488da863ffcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:57.105452 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:57.105496 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:06:57.105629 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:57.105933 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:57.105974 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:57.106275 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.21 18:06:57.106580 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:57.106736 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} executeQuery: Read 4 rows, 334.00 B in 0.001308 sec., 3058.1039755351685 rows/sec., 249.37 KiB/sec. 2024.03.21 18:06:57.106893 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} DynamicQueryHandler: Done processing query 2024.03.21 18:06:57.106920 [ 3 ] {15ab3abb-db11-4b03-b71b-70a1e55b21ce} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:57.106935 [ 3 ] {} HTTP-Session: cc3a9a4b-699e-487b-98fc-488da863ffcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.107059 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:57.107110 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:57.107130 [ 3 ] {} HTTP-Session: a112c657-5828-45ac-89c9-0cfbea5fe604 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:57.107146 [ 3 ] {} HTTP-Session: a112c657-5828-45ac-89c9-0cfbea5fe604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.107161 [ 3 ] {} HTTP-Session: a112c657-5828-45ac-89c9-0cfbea5fe604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.107193 [ 3 ] {} HTTP-Session: a112c657-5828-45ac-89c9-0cfbea5fe604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:57.107264 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:57.107305 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:06:57.107431 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:57.107733 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:57.107770 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:57.108071 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.21 18:06:57.108372 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:57.108525 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} executeQuery: Read 17 rows, 1.56 KiB in 0.001286 sec., 13219.284603421462 rows/sec., 1.19 MiB/sec. 2024.03.21 18:06:57.108645 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} DynamicQueryHandler: Done processing query 2024.03.21 18:06:57.108670 [ 3 ] {33576c16-494d-4ad1-aed5-a16f69993e4f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:06:57.108685 [ 3 ] {} HTTP-Session: a112c657-5828-45ac-89c9-0cfbea5fe604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.108842 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:57.108890 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:57.108909 [ 3 ] {} HTTP-Session: 79280afe-cfae-4c14-a3a4-d21126e25e0b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:57.108926 [ 3 ] {} HTTP-Session: 79280afe-cfae-4c14-a3a4-d21126e25e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.108940 [ 3 ] {} HTTP-Session: 79280afe-cfae-4c14-a3a4-d21126e25e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.108972 [ 3 ] {} HTTP-Session: 79280afe-cfae-4c14-a3a4-d21126e25e0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:57.109035 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:57.109075 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:06:57.109200 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:57.109460 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:57.109498 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:57.109783 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.21 18:06:57.110101 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:57.110248 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} executeQuery: Read 4 rows, 286.00 B in 0.001236 sec., 3236.245954692557 rows/sec., 225.97 KiB/sec. 2024.03.21 18:06:57.110368 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} DynamicQueryHandler: Done processing query 2024.03.21 18:06:57.110392 [ 3 ] {e25d4880-67ec-4f4b-8b29-ec4286d6b850} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:57.110407 [ 3 ] {} HTTP-Session: 79280afe-cfae-4c14-a3a4-d21126e25e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.110531 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:57.110580 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:57.110599 [ 3 ] {} HTTP-Session: 554da2d8-9f57-4801-a585-b5210444d970 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:57.110616 [ 3 ] {} HTTP-Session: 554da2d8-9f57-4801-a585-b5210444d970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.110629 [ 3 ] {} HTTP-Session: 554da2d8-9f57-4801-a585-b5210444d970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.110659 [ 3 ] {} HTTP-Session: 554da2d8-9f57-4801-a585-b5210444d970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:57.110725 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:57.110765 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:06:57.110889 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:57.111155 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:57.111192 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:57.111490 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.21 18:06:57.111782 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:57.111931 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} executeQuery: Read 9 rows, 744.00 B in 0.001225 sec., 7346.938775510204 rows/sec., 593.11 KiB/sec. 2024.03.21 18:06:57.112049 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} DynamicQueryHandler: Done processing query 2024.03.21 18:06:57.112073 [ 3 ] {804405d7-72ea-48b9-b3dd-fe0ff878d76a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:57.112089 [ 3 ] {} HTTP-Session: 554da2d8-9f57-4801-a585-b5210444d970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.112225 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:57.112272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:57.112291 [ 3 ] {} HTTP-Session: 0059fb42-7230-4366-bdf9-4228a5ca8fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:57.112307 [ 3 ] {} HTTP-Session: 0059fb42-7230-4366-bdf9-4228a5ca8fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.112320 [ 3 ] {} HTTP-Session: 0059fb42-7230-4366-bdf9-4228a5ca8fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.112351 [ 3 ] {} HTTP-Session: 0059fb42-7230-4366-bdf9-4228a5ca8fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:57.112413 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:57.112458 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:06:57.112602 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:57.112872 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:57.112909 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:57.113272 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.21 18:06:57.113600 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:57.113754 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} executeQuery: Read 2 rows, 144.00 B in 0.001354 sec., 1477.1048744460857 rows/sec., 103.86 KiB/sec. 2024.03.21 18:06:57.113993 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} DynamicQueryHandler: Done processing query 2024.03.21 18:06:57.114032 [ 3 ] {6f02864c-3fa0-47a0-9eb2-af28daa284d6} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:06:57.114049 [ 3 ] {} HTTP-Session: 0059fb42-7230-4366-bdf9-4228a5ca8fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.114159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:06:57.114208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:06:57.114228 [ 3 ] {} HTTP-Session: 63342f84-cc7b-4f61-b2fe-ab3a388ca969 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:06:57.114244 [ 3 ] {} HTTP-Session: 63342f84-cc7b-4f61-b2fe-ab3a388ca969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.114257 [ 3 ] {} HTTP-Session: 63342f84-cc7b-4f61-b2fe-ab3a388ca969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:06:57.114288 [ 3 ] {} HTTP-Session: 63342f84-cc7b-4f61-b2fe-ab3a388ca969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:06:57.114380 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:06:57.114428 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:06:57.114604 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:06:57.114916 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:06:57.114954 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:06:57.115333 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.21 18:06:57.115673 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:06:57.115805 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} executeQuery: Read 5 rows, 6.91 KiB in 0.001475 sec., 3389.830508474576 rows/sec., 4.57 MiB/sec. 2024.03.21 18:06:57.115977 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} DynamicQueryHandler: Done processing query 2024.03.21 18:06:57.116012 [ 3 ] {792c76a9-3ea5-4566-a199-922dfafd6af9} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:06:57.116044 [ 3 ] {} HTTP-Session: 63342f84-cc7b-4f61-b2fe-ab3a388ca969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:00.315322 [ 143 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:07:00.315390 [ 143 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:07:02.104928 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:02.105055 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:02.105085 [ 3 ] {} HTTP-Session: c6f06583-d02f-4172-a158-10eaca7558fe Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:02.105113 [ 3 ] {} HTTP-Session: c6f06583-d02f-4172-a158-10eaca7558fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.105131 [ 3 ] {} HTTP-Session: c6f06583-d02f-4172-a158-10eaca7558fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.105186 [ 3 ] {} HTTP-Session: c6f06583-d02f-4172-a158-10eaca7558fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:02.105331 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:02.105405 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:02.105629 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:02.106076 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:02.106120 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:02.106504 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.21 18:07:02.106839 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:02.107006 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} executeQuery: Read 49 rows, 3.97 KiB in 0.001741 sec., 28144.744399770247 rows/sec., 2.23 MiB/sec. 2024.03.21 18:07:02.107174 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} DynamicQueryHandler: Done processing query 2024.03.21 18:07:02.107200 [ 3 ] {ce69eb92-f7aa-440e-9c70-5fd814bde8aa} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:02.107217 [ 3 ] {} HTTP-Session: c6f06583-d02f-4172-a158-10eaca7558fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.107397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:02.107453 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:02.107472 [ 3 ] {} HTTP-Session: 95b4ebdf-3350-4640-8f0f-94b4b5ebddb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:02.107490 [ 3 ] {} HTTP-Session: 95b4ebdf-3350-4640-8f0f-94b4b5ebddb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.107503 [ 3 ] {} HTTP-Session: 95b4ebdf-3350-4640-8f0f-94b4b5ebddb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.107537 [ 3 ] {} HTTP-Session: 95b4ebdf-3350-4640-8f0f-94b4b5ebddb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:02.107651 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:02.107694 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:02.107829 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:02.108210 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:02.108249 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:02.108571 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.21 18:07:02.108882 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:02.109040 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} executeQuery: Read 147 rows, 14.73 KiB in 0.001445 sec., 101730.10380622836 rows/sec., 9.96 MiB/sec. 2024.03.21 18:07:02.109178 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} DynamicQueryHandler: Done processing query 2024.03.21 18:07:02.109203 [ 3 ] {83594f4e-9450-4355-9df6-5e1590f2350f} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:07:02.109218 [ 3 ] {} HTTP-Session: 95b4ebdf-3350-4640-8f0f-94b4b5ebddb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.109395 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:02.109447 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:02.109465 [ 3 ] {} HTTP-Session: 3d2ef6f1-b767-4ee9-8e0e-70ea8b50210d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:02.109482 [ 3 ] {} HTTP-Session: 3d2ef6f1-b767-4ee9-8e0e-70ea8b50210d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.109496 [ 3 ] {} HTTP-Session: 3d2ef6f1-b767-4ee9-8e0e-70ea8b50210d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.109528 [ 3 ] {} HTTP-Session: 3d2ef6f1-b767-4ee9-8e0e-70ea8b50210d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:02.109619 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:02.109660 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:02.109789 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:02.110096 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:02.110133 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:02.110438 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.21 18:07:02.110749 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:02.110912 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} executeQuery: Read 49 rows, 3.92 KiB in 0.001329 sec., 36869.826937547026 rows/sec., 2.88 MiB/sec. 2024.03.21 18:07:02.111041 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} DynamicQueryHandler: Done processing query 2024.03.21 18:07:02.111065 [ 3 ] {9ecafccb-f8f9-446d-8d0b-ed3dd4d30cde} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:07:02.111080 [ 3 ] {} HTTP-Session: 3d2ef6f1-b767-4ee9-8e0e-70ea8b50210d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.111299 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:02.111349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:02.111368 [ 3 ] {} HTTP-Session: bee46ab5-0e8c-4fc9-b3fb-df3608cd3937 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:02.111384 [ 3 ] {} HTTP-Session: bee46ab5-0e8c-4fc9-b3fb-df3608cd3937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.111397 [ 3 ] {} HTTP-Session: bee46ab5-0e8c-4fc9-b3fb-df3608cd3937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:02.111428 [ 3 ] {} HTTP-Session: bee46ab5-0e8c-4fc9-b3fb-df3608cd3937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:02.111775 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:02.111823 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:02.111984 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:02.112644 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:02.112681 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:02.113140 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.21 18:07:02.113476 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:02.113644 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} executeQuery: Read 49 rows, 67.71 KiB in 0.002149 sec., 22801.302931596092 rows/sec., 30.77 MiB/sec. 2024.03.21 18:07:02.113790 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} DynamicQueryHandler: Done processing query 2024.03.21 18:07:02.113814 [ 3 ] {16359f2c-02b1-4c37-9b65-249362ec88e8} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:07:02.113830 [ 3 ] {} HTTP-Session: bee46ab5-0e8c-4fc9-b3fb-df3608cd3937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.103775 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:07.103926 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:07.103957 [ 3 ] {} HTTP-Session: 3f59d393-4ac3-477e-9388-f8babf3863c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:07.103986 [ 3 ] {} HTTP-Session: 3f59d393-4ac3-477e-9388-f8babf3863c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.104005 [ 3 ] {} HTTP-Session: 3f59d393-4ac3-477e-9388-f8babf3863c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.104062 [ 3 ] {} HTTP-Session: 3f59d393-4ac3-477e-9388-f8babf3863c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:07.104189 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:07.104263 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:07.104487 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:07.105028 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.105090 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.105487 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.21 18:07:07.105831 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.105999 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} executeQuery: Read 5 rows, 415.00 B in 0.001865 sec., 2680.9651474530833 rows/sec., 217.30 KiB/sec. 2024.03.21 18:07:07.106232 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} DynamicQueryHandler: Done processing query 2024.03.21 18:07:07.106288 [ 3 ] {5cb938dd-e1ff-4c95-84fa-c81e62dd96e8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:07.106334 [ 3 ] {} HTTP-Session: 3f59d393-4ac3-477e-9388-f8babf3863c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.106496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:07.106555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:07.106575 [ 3 ] {} HTTP-Session: 48b65671-7aa0-4a3d-9bae-8085e6e0e6f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:07.106594 [ 3 ] {} HTTP-Session: 48b65671-7aa0-4a3d-9bae-8085e6e0e6f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.106608 [ 3 ] {} HTTP-Session: 48b65671-7aa0-4a3d-9bae-8085e6e0e6f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.106645 [ 3 ] {} HTTP-Session: 48b65671-7aa0-4a3d-9bae-8085e6e0e6f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:07.106721 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:07.106768 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:07:07.106918 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:07.107229 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.107269 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.107572 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.21 18:07:07.107887 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.108045 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} executeQuery: Read 2 rows, 167.00 B in 0.001349 sec., 1482.5796886582655 rows/sec., 120.89 KiB/sec. 2024.03.21 18:07:07.108281 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} DynamicQueryHandler: Done processing query 2024.03.21 18:07:07.108305 [ 3 ] {de9fcd5c-3d86-4bd9-8415-3f45cd44cdba} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:07.108321 [ 3 ] {} HTTP-Session: 48b65671-7aa0-4a3d-9bae-8085e6e0e6f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.108489 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:07.108539 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:07.108558 [ 3 ] {} HTTP-Session: 1ae2eb00-9d8f-4cf4-bf12-3cc6265c7638 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:07.108575 [ 3 ] {} HTTP-Session: 1ae2eb00-9d8f-4cf4-bf12-3cc6265c7638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.108589 [ 3 ] {} HTTP-Session: 1ae2eb00-9d8f-4cf4-bf12-3cc6265c7638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.108621 [ 3 ] {} HTTP-Session: 1ae2eb00-9d8f-4cf4-bf12-3cc6265c7638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:07.108700 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:07.108743 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:07.108883 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:07.109202 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.109240 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.109550 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.21 18:07:07.109849 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.110004 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} executeQuery: Read 52 rows, 4.29 KiB in 0.001332 sec., 39039.03903903904 rows/sec., 3.14 MiB/sec. 2024.03.21 18:07:07.110018 [ 140 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.21 18:07:07.110130 [ 140 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.110168 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.110191 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} DynamicQueryHandler: Done processing query 2024.03.21 18:07:07.110237 [ 3 ] {a8903d0f-9edf-44e3-8d9a-00632b8cffe5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:07.110276 [ 3 ] {} HTTP-Session: 1ae2eb00-9d8f-4cf4-bf12-3cc6265c7638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.110396 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:07:07.110427 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:07.110518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:07.110554 [ 3 ] {} HTTP-Session: 46d9ee0c-beda-41d1-81a8-7c7dbd6a362a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:07.110594 [ 3 ] {} HTTP-Session: 46d9ee0c-beda-41d1-81a8-7c7dbd6a362a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.110634 [ 3 ] {} HTTP-Session: 46d9ee0c-beda-41d1-81a8-7c7dbd6a362a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.110724 [ 3 ] {} HTTP-Session: 46d9ee0c-beda-41d1-81a8-7c7dbd6a362a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:07.110740 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:07.110824 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 203 rows starting from the beginning of the part 2024.03.21 18:07:07.110867 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:07.111022 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:07:07.111049 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:07:07.111502 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 147 rows starting from the beginning of the part 2024.03.21 18:07:07.111846 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 17 rows starting from the beginning of the part 2024.03.21 18:07:07.111989 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:07.112164 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 147 rows starting from the beginning of the part 2024.03.21 18:07:07.112398 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part 2024.03.21 18:07:07.113111 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.113162 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.113926 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.21 18:07:07.114882 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.115248 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} executeQuery: Read 2 rows, 143.00 B in 0.004426 sec., 451.8752824220515 rows/sec., 31.55 KiB/sec. 2024.03.21 18:07:07.115760 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 4 columns (4 merged, 0 gathered) in 0.005472398 sec., 106169.17848445966 rows/sec., 10.01 MiB/sec. 2024.03.21 18:07:07.115853 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} DynamicQueryHandler: Done processing query 2024.03.21 18:07:07.115895 [ 3 ] {861b5ea9-ec98-4d60-8a26-534a311ecb2c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:07.115925 [ 3 ] {} HTTP-Session: 46d9ee0c-beda-41d1-81a8-7c7dbd6a362a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.116007 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.21 18:07:07.116071 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:07.116153 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:07.116173 [ 3 ] {} HTTP-Session: 1b34a56c-dd3c-4359-a8ee-50e22cb82e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:07.116197 [ 3 ] {} HTTP-Session: 1b34a56c-dd3c-4359-a8ee-50e22cb82e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.116234 [ 3 ] {} HTTP-Session: 1b34a56c-dd3c-4359-a8ee-50e22cb82e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.116318 [ 3 ] {} HTTP-Session: 1b34a56c-dd3c-4359-a8ee-50e22cb82e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:07.116582 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:07.116656 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:07.116936 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.117001 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:07.117143 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_31_6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.21 18:07:07.117264 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.21 18:07:07.117452 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.117494 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.117814 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.21 18:07:07.118140 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.118296 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} executeQuery: Read 31 rows, 2.46 KiB in 0.001828 sec., 16958.424507658645 rows/sec., 1.32 MiB/sec. 2024.03.21 18:07:07.118305 [ 140 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.21 18:07:07.118390 [ 140 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.118452 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.118496 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} DynamicQueryHandler: Done processing query 2024.03.21 18:07:07.118562 [ 3 ] {6422edc9-0761-498f-b649-88041a2c5a59} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:07.118616 [ 3 ] {} HTTP-Session: 1b34a56c-dd3c-4359-a8ee-50e22cb82e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.118673 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:07:07.118801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:07.118874 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:07.118898 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:07.118935 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 104 rows starting from the beginning of the part 2024.03.21 18:07:07.118944 [ 3 ] {} HTTP-Session: e7fe6570-a7ad-4ca8-8d19-afa314c8c329 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:07.118978 [ 3 ] {} HTTP-Session: e7fe6570-a7ad-4ca8-8d19-afa314c8c329 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.119008 [ 3 ] {} HTTP-Session: e7fe6570-a7ad-4ca8-8d19-afa314c8c329 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.119185 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:07.119208 [ 3 ] {} HTTP-Session: e7fe6570-a7ad-4ca8-8d19-afa314c8c329 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:07.119478 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:07.119527 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:07.119741 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 9 rows starting from the beginning of the part 2024.03.21 18:07:07.119775 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:07:07.120060 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:07.120422 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2024.03.21 18:07:07.121024 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:07.121875 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.121944 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.123030 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.21 18:07:07.123118 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 247 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584513 sec., 53877.042119850026 rows/sec., 4.21 MiB/sec. 2024.03.21 18:07:07.123322 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.21 18:07:07.123900 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.124243 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.124249 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} executeQuery: Read 37 rows, 2.67 KiB in 0.004834 sec., 7654.116673562267 rows/sec., 552.73 KiB/sec. 2024.03.21 18:07:07.124550 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_31_6} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.21 18:07:07.124581 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} DynamicQueryHandler: Done processing query 2024.03.21 18:07:07.124616 [ 3 ] {cd48310d-60f0-4ac9-9933-b2c0249763ff} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:07:07.124659 [ 3 ] {} HTTP-Session: e7fe6570-a7ad-4ca8-8d19-afa314c8c329 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.124746 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:07:07.124870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:07.124934 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:07.124954 [ 3 ] {} HTTP-Session: 76b9f22f-0e26-4a50-af77-e79dfafb0fa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:07.124971 [ 3 ] {} HTTP-Session: 76b9f22f-0e26-4a50-af77-e79dfafb0fa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.124985 [ 3 ] {} HTTP-Session: 76b9f22f-0e26-4a50-af77-e79dfafb0fa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:07.125018 [ 3 ] {} HTTP-Session: 76b9f22f-0e26-4a50-af77-e79dfafb0fa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:07.125129 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:07.125176 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:07.125358 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:07.125703 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:07.125740 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:07.126146 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.21 18:07:07.126491 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:07.126646 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} executeQuery: Read 5 rows, 6.91 KiB in 0.001574 sec., 3176.6200762388817 rows/sec., 4.29 MiB/sec. 2024.03.21 18:07:07.126933 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} DynamicQueryHandler: Done processing query 2024.03.21 18:07:07.126985 [ 3 ] {156bbd8a-ebb0-4661-96bd-0d7b040a68b4} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:07.127020 [ 3 ] {} HTTP-Session: 76b9f22f-0e26-4a50-af77-e79dfafb0fa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.105035 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:12.105178 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:12.105207 [ 3 ] {} HTTP-Session: 521c2ff0-d228-4b6b-95b5-b7a3c2aaa91c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:12.105235 [ 3 ] {} HTTP-Session: 521c2ff0-d228-4b6b-95b5-b7a3c2aaa91c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.105253 [ 3 ] {} HTTP-Session: 521c2ff0-d228-4b6b-95b5-b7a3c2aaa91c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.105309 [ 3 ] {} HTTP-Session: 521c2ff0-d228-4b6b-95b5-b7a3c2aaa91c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:12.105452 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:12.105525 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:12.105744 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:12.106224 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.106266 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.106653 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.21 18:07:12.107002 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.107138 [ 135 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.21 18:07:12.107144 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} executeQuery: Read 49 rows, 3.97 KiB in 0.001763 sec., 27793.533749290982 rows/sec., 2.20 MiB/sec. 2024.03.21 18:07:12.107175 [ 135 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.107210 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.107368 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} DynamicQueryHandler: Done processing query 2024.03.21 18:07:12.107385 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:07:12.107398 [ 3 ] {8ae82451-7ec1-4af2-8cf7-a3630be13eac} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:12.107475 [ 3 ] {} HTTP-Session: 521c2ff0-d228-4b6b-95b5-b7a3c2aaa91c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.107661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:12.107678 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:12.107738 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 54 rows starting from the beginning of the part 2024.03.21 18:07:12.107752 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:12.107795 [ 3 ] {} HTTP-Session: ab7ea5e3-fa09-4fbf-94fc-c5af498f7c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:12.107845 [ 3 ] {} HTTP-Session: ab7ea5e3-fa09-4fbf-94fc-c5af498f7c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.107943 [ 3 ] {} HTTP-Session: ab7ea5e3-fa09-4fbf-94fc-c5af498f7c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.107967 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:12.108118 [ 3 ] {} HTTP-Session: ab7ea5e3-fa09-4fbf-94fc-c5af498f7c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:12.108234 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:12.108438 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:12.108543 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:12.108577 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:07:12.108882 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:12.109233 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:12.109773 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:12.110476 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.110534 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.111404 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.21 18:07:12.112105 [ 188 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.004793746 sec., 44015.682099135 rows/sec., 3.48 MiB/sec. 2024.03.21 18:07:12.112295 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.112411 [ 188 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.21 18:07:12.112615 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} executeQuery: Read 2 rows, 167.00 B in 0.004289 sec., 466.3091629750524 rows/sec., 38.02 KiB/sec. 2024.03.21 18:07:12.113112 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} DynamicQueryHandler: Done processing query 2024.03.21 18:07:12.113189 [ 3 ] {d8609603-a25f-4e9d-aa15-a4aebdd197b5} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:12.113232 [ 3 ] {} HTTP-Session: ab7ea5e3-fa09-4fbf-94fc-c5af498f7c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.113470 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:12.113552 [ 188 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.113556 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:12.113632 [ 3 ] {} HTTP-Session: 97d25b9f-ad38-4b1b-a495-c5f9c2a2aa16 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:12.113660 [ 3 ] {} HTTP-Session: 97d25b9f-ad38-4b1b-a495-c5f9c2a2aa16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.113693 [ 3 ] {} HTTP-Session: 97d25b9f-ad38-4b1b-a495-c5f9c2a2aa16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.113742 [ 188 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_31_6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.21 18:07:12.113754 [ 3 ] {} HTTP-Session: 97d25b9f-ad38-4b1b-a495-c5f9c2a2aa16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:12.113904 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:07:12.113966 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:12.114016 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:12.114165 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:12.114587 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.114625 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.114951 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.21 18:07:12.115266 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.115392 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} executeQuery: Read 148 rows, 14.82 KiB in 0.001545 sec., 95792.88025889968 rows/sec., 9.37 MiB/sec. 2024.03.21 18:07:12.115579 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} DynamicQueryHandler: Done processing query 2024.03.21 18:07:12.115626 [ 3 ] {dd2fad8f-07b5-4845-a172-091e85bc8b84} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:07:12.115668 [ 3 ] {} HTTP-Session: 97d25b9f-ad38-4b1b-a495-c5f9c2a2aa16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.115852 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:12.115901 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:12.115921 [ 3 ] {} HTTP-Session: 3798a2aa-1d70-45b1-abab-4d6fe6185002 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:12.115939 [ 3 ] {} HTTP-Session: 3798a2aa-1d70-45b1-abab-4d6fe6185002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.115953 [ 3 ] {} HTTP-Session: 3798a2aa-1d70-45b1-abab-4d6fe6185002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.115986 [ 3 ] {} HTTP-Session: 3798a2aa-1d70-45b1-abab-4d6fe6185002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:12.116052 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:12.116093 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:07:12.116236 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:12.116509 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.116546 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.116836 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.21 18:07:12.117146 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.117274 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} executeQuery: Read 2 rows, 143.00 B in 0.001247 sec., 1603.849238171612 rows/sec., 111.99 KiB/sec. 2024.03.21 18:07:12.117388 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} DynamicQueryHandler: Done processing query 2024.03.21 18:07:12.117411 [ 3 ] {8d12bfe5-8809-472e-a20e-cc54b1d3f10b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:12.117427 [ 3 ] {} HTTP-Session: 3798a2aa-1d70-45b1-abab-4d6fe6185002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.117551 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:12.117599 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:12.117617 [ 3 ] {} HTTP-Session: 713ae999-51d1-4178-8934-20d1b6212302 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:12.117633 [ 3 ] {} HTTP-Session: 713ae999-51d1-4178-8934-20d1b6212302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.117647 [ 3 ] {} HTTP-Session: 713ae999-51d1-4178-8934-20d1b6212302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.117677 [ 3 ] {} HTTP-Session: 713ae999-51d1-4178-8934-20d1b6212302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:12.117761 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:12.117801 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:12.117923 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:12.118211 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.118246 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.118554 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.21 18:07:12.118862 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.118986 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} executeQuery: Read 51 rows, 4.09 KiB in 0.001267 sec., 40252.56511444357 rows/sec., 3.15 MiB/sec. 2024.03.21 18:07:12.119092 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} DynamicQueryHandler: Done processing query 2024.03.21 18:07:12.119115 [ 3 ] {50679b08-2bb8-464e-b454-b3fc8b57a817} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:07:12.119131 [ 3 ] {} HTTP-Session: 713ae999-51d1-4178-8934-20d1b6212302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.119282 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:12.119328 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:12.119347 [ 3 ] {} HTTP-Session: 4c7ef6ff-5641-42d0-ba10-20a979f78ef6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:12.119364 [ 3 ] {} HTTP-Session: 4c7ef6ff-5641-42d0-ba10-20a979f78ef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.119378 [ 3 ] {} HTTP-Session: 4c7ef6ff-5641-42d0-ba10-20a979f78ef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.119408 [ 3 ] {} HTTP-Session: 4c7ef6ff-5641-42d0-ba10-20a979f78ef6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:12.119469 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:12.119514 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:07:12.119652 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:12.119908 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.119944 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.120307 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.21 18:07:12.120644 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.120787 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} executeQuery: Read 1 rows, 72.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 52.83 KiB/sec. 2024.03.21 18:07:12.120811 [ 134 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.21 18:07:12.120917 [ 134 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.120953 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.120962 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} DynamicQueryHandler: Done processing query 2024.03.21 18:07:12.121011 [ 3 ] {51e58c5b-042c-47cb-9cbb-4ce6e325b1d0} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:12.121062 [ 3 ] {} HTTP-Session: 4c7ef6ff-5641-42d0-ba10-20a979f78ef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.121159 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:07:12.121289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:12.121391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:12.121428 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:12.121439 [ 3 ] {} HTTP-Session: 251810c3-6ece-4928-ad19-56517fda2ba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:12.121496 [ 3 ] {} HTTP-Session: 251810c3-6ece-4928-ad19-56517fda2ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.121502 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 413 rows starting from the beginning of the part 2024.03.21 18:07:12.121514 [ 3 ] {} HTTP-Session: 251810c3-6ece-4928-ad19-56517fda2ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.121568 [ 3 ] {} HTTP-Session: 251810c3-6ece-4928-ad19-56517fda2ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:12.121744 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2024.03.21 18:07:12.121999 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2024.03.21 18:07:12.122214 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.03.21 18:07:12.122378 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:12.122521 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 37 rows starting from the beginning of the part 2024.03.21 18:07:12.122607 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:12.122784 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2024.03.21 18:07:12.123634 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:12.124864 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.124934 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.125905 [ 190 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 5 columns (5 merged, 0 gathered) in 0.004846497 sec., 101103.95198841555 rows/sec., 7.13 MiB/sec. 2024.03.21 18:07:12.126160 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.21 18:07:12.126171 [ 189 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.21 18:07:12.126893 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.127140 [ 134 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.21 18:07:12.127226 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} executeQuery: Read 49 rows, 67.71 KiB in 0.00537 sec., 9124.767225325884 rows/sec., 12.31 MiB/sec. 2024.03.21 18:07:12.127249 [ 134 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:12.127265 [ 189 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.127347 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:12.127639 [ 189 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_11_2} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.21 18:07:12.127807 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:07:12.127871 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} DynamicQueryHandler: Done processing query 2024.03.21 18:07:12.127898 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.03.21 18:07:12.127941 [ 3 ] {8b0c568b-455c-43b5-9b4d-6f53f2ade899} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:07:12.128001 [ 3 ] {} HTTP-Session: 251810c3-6ece-4928-ad19-56517fda2ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:12.128121 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:12.128158 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 785 rows starting from the beginning of the part 2024.03.21 18:07:12.128245 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:12.128400 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:12.128514 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:12.128676 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:12.128871 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:12.142852 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 6 columns (6 merged, 0 gathered) in 0.015339345 sec., 61410.70560705167 rows/sec., 82.87 MiB/sec. 2024.03.21 18:07:12.143581 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.21 18:07:12.144088 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:12.144174 [ 189 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_31_6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.21 18:07:12.144254 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2024.03.21 18:07:13.000206 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 184.82 MiB, peak 193.48 MiB, free memory in arenas 0.00 B, will set to 185.91 MiB (RSS), difference: 1.09 MiB 2024.03.21 18:07:15.315448 [ 132 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:07:15.315550 [ 132 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:07:17.102218 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:17.102358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:17.102388 [ 3 ] {} HTTP-Session: d5f487c9-d301-4d38-b471-dce80f88a17a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:17.102417 [ 3 ] {} HTTP-Session: d5f487c9-d301-4d38-b471-dce80f88a17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.102435 [ 3 ] {} HTTP-Session: d5f487c9-d301-4d38-b471-dce80f88a17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.102492 [ 3 ] {} HTTP-Session: d5f487c9-d301-4d38-b471-dce80f88a17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:17.102619 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:17.102689 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:17.102909 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:17.103397 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:17.103437 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:17.103836 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.21 18:07:17.104176 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:17.104322 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} executeQuery: Read 5 rows, 415.00 B in 0.001761 sec., 2839.2958546280524 rows/sec., 230.14 KiB/sec. 2024.03.21 18:07:17.104565 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} DynamicQueryHandler: Done processing query 2024.03.21 18:07:17.104615 [ 3 ] {b752bd6d-9102-4bce-a31d-3cf7384b859f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:17.104645 [ 3 ] {} HTTP-Session: d5f487c9-d301-4d38-b471-dce80f88a17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.104789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:17.104842 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:17.104862 [ 3 ] {} HTTP-Session: a6f4065a-2d41-4632-b1b1-f258f8aaa44b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:17.104880 [ 3 ] {} HTTP-Session: a6f4065a-2d41-4632-b1b1-f258f8aaa44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.104895 [ 3 ] {} HTTP-Session: a6f4065a-2d41-4632-b1b1-f258f8aaa44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.104930 [ 3 ] {} HTTP-Session: a6f4065a-2d41-4632-b1b1-f258f8aaa44b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:17.105010 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:17.105055 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:17.105202 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:17.105546 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:17.105583 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:17.105887 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.21 18:07:17.106190 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:17.106314 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} executeQuery: Read 15 rows, 1.39 KiB in 0.001337 sec., 11219.147344801795 rows/sec., 1.01 MiB/sec. 2024.03.21 18:07:17.106441 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} DynamicQueryHandler: Done processing query 2024.03.21 18:07:17.106464 [ 3 ] {f7ee4001-5027-46d6-8a97-6844138fd442} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:07:17.106479 [ 3 ] {} HTTP-Session: a6f4065a-2d41-4632-b1b1-f258f8aaa44b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.106606 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:17.106655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:17.106674 [ 3 ] {} HTTP-Session: 161775d8-a2f1-4702-b974-d3ebe81d60b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:17.106690 [ 3 ] {} HTTP-Session: 161775d8-a2f1-4702-b974-d3ebe81d60b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.106704 [ 3 ] {} HTTP-Session: 161775d8-a2f1-4702-b974-d3ebe81d60b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.106736 [ 3 ] {} HTTP-Session: 161775d8-a2f1-4702-b974-d3ebe81d60b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:17.106801 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:17.106842 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:17.106972 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:17.107261 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:17.107297 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:17.107593 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.21 18:07:17.107891 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:17.108016 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} executeQuery: Read 5 rows, 410.00 B in 0.001237 sec., 4042.037186742118 rows/sec., 323.68 KiB/sec. 2024.03.21 18:07:17.108136 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} DynamicQueryHandler: Done processing query 2024.03.21 18:07:17.108159 [ 3 ] {1b771acd-dd97-4e62-b144-d9afe877bdf0} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:17.108174 [ 3 ] {} HTTP-Session: 161775d8-a2f1-4702-b974-d3ebe81d60b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.108324 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:17.108373 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:17.108391 [ 3 ] {} HTTP-Session: a041d966-9e8c-40d2-a32e-d7e64ad631af Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:17.108408 [ 3 ] {} HTTP-Session: a041d966-9e8c-40d2-a32e-d7e64ad631af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.108421 [ 3 ] {} HTTP-Session: a041d966-9e8c-40d2-a32e-d7e64ad631af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:17.108452 [ 3 ] {} HTTP-Session: a041d966-9e8c-40d2-a32e-d7e64ad631af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:17.108543 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:17.108588 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:17.108750 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:17.109071 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:17.109106 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.03.21 18:07:17.109499 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.21 18:07:17.109831 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:17.109956 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} executeQuery: Read 5 rows, 6.91 KiB in 0.001463 sec., 3417.6349965823647 rows/sec., 4.61 MiB/sec. 2024.03.21 18:07:17.110082 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} DynamicQueryHandler: Done processing query 2024.03.21 18:07:17.110105 [ 3 ] {4e60687e-b53c-4bfc-803b-513167db890b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:17.110121 [ 3 ] {} HTTP-Session: a041d966-9e8c-40d2-a32e-d7e64ad631af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.104626 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:22.104819 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:22.104865 [ 3 ] {} HTTP-Session: 3424cada-cb72-43e6-a8bf-1f32d8f5fb1d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:22.104907 [ 3 ] {} HTTP-Session: 3424cada-cb72-43e6-a8bf-1f32d8f5fb1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.104936 [ 3 ] {} HTTP-Session: 3424cada-cb72-43e6-a8bf-1f32d8f5fb1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.105060 [ 3 ] {} HTTP-Session: 3424cada-cb72-43e6-a8bf-1f32d8f5fb1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:22.105270 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:22.105375 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:22.105603 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:22.106058 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:22.106110 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:22.106499 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.21 18:07:22.106830 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:22.106988 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} executeQuery: Read 49 rows, 3.97 KiB in 0.001822 sec., 26893.523600439075 rows/sec., 2.13 MiB/sec. 2024.03.21 18:07:22.107230 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} DynamicQueryHandler: Done processing query 2024.03.21 18:07:22.107290 [ 3 ] {762ea4ff-b566-47d5-acc7-b3b5b16c8f0e} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:22.107307 [ 3 ] {} HTTP-Session: 3424cada-cb72-43e6-a8bf-1f32d8f5fb1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.107461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:22.107520 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:22.107539 [ 3 ] {} HTTP-Session: fe4595fb-7dea-40a1-b65e-8e64bff76473 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:22.107557 [ 3 ] {} HTTP-Session: fe4595fb-7dea-40a1-b65e-8e64bff76473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.107570 [ 3 ] {} HTTP-Session: fe4595fb-7dea-40a1-b65e-8e64bff76473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.107605 [ 3 ] {} HTTP-Session: fe4595fb-7dea-40a1-b65e-8e64bff76473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:22.107721 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:22.107765 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:22.107918 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:22.108358 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:22.108398 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:22.108717 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.21 18:07:22.109021 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:22.109169 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} executeQuery: Read 147 rows, 14.73 KiB in 0.001505 sec., 97674.41860465116 rows/sec., 9.56 MiB/sec. 2024.03.21 18:07:22.109303 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} DynamicQueryHandler: Done processing query 2024.03.21 18:07:22.109327 [ 3 ] {08ef0a48-b612-418b-a946-676373906e0c} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:07:22.109342 [ 3 ] {} HTTP-Session: fe4595fb-7dea-40a1-b65e-8e64bff76473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.109474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:22.109525 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:22.109544 [ 3 ] {} HTTP-Session: caba6d5c-31e4-406d-adc1-6f79c02eda5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:22.109561 [ 3 ] {} HTTP-Session: caba6d5c-31e4-406d-adc1-6f79c02eda5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.109574 [ 3 ] {} HTTP-Session: caba6d5c-31e4-406d-adc1-6f79c02eda5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.109606 [ 3 ] {} HTTP-Session: caba6d5c-31e4-406d-adc1-6f79c02eda5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:22.109698 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:22.109739 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:22.109866 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:22.110172 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:22.110210 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:22.110513 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.21 18:07:22.110821 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:22.110956 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} executeQuery: Read 49 rows, 3.92 KiB in 0.001303 sec., 37605.525709900234 rows/sec., 2.94 MiB/sec. 2024.03.21 18:07:22.111167 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} DynamicQueryHandler: Done processing query 2024.03.21 18:07:22.111222 [ 3 ] {5a6a4320-8dc1-48e4-be1d-8bf6cd87ab3e} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:07:22.111274 [ 3 ] {} HTTP-Session: caba6d5c-31e4-406d-adc1-6f79c02eda5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.111489 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:22.111542 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:22.111562 [ 3 ] {} HTTP-Session: c5d513f7-4abc-48a2-a65e-febac036a439 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:22.111578 [ 3 ] {} HTTP-Session: c5d513f7-4abc-48a2-a65e-febac036a439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.111591 [ 3 ] {} HTTP-Session: c5d513f7-4abc-48a2-a65e-febac036a439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:22.111623 [ 3 ] {} HTTP-Session: c5d513f7-4abc-48a2-a65e-febac036a439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:22.112009 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:22.112059 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:22.112238 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:22.112844 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:22.112881 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:22.113325 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.21 18:07:22.113668 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:22.113828 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} executeQuery: Read 49 rows, 67.71 KiB in 0.002138 sec., 22918.615528531336 rows/sec., 30.93 MiB/sec. 2024.03.21 18:07:22.113962 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} DynamicQueryHandler: Done processing query 2024.03.21 18:07:22.113988 [ 3 ] {a3aae74d-bd78-4b97-8e14-4ba62e70d205} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:07:22.114003 [ 3 ] {} HTTP-Session: c5d513f7-4abc-48a2-a65e-febac036a439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.102832 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:27.103029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:27.103075 [ 3 ] {} HTTP-Session: fc6d1cdf-ab32-40fd-ab90-5a98d6528ab0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:27.103117 [ 3 ] {} HTTP-Session: fc6d1cdf-ab32-40fd-ab90-5a98d6528ab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.103147 [ 3 ] {} HTTP-Session: fc6d1cdf-ab32-40fd-ab90-5a98d6528ab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.103226 [ 3 ] {} HTTP-Session: fc6d1cdf-ab32-40fd-ab90-5a98d6528ab0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:27.103407 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:27.103510 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:27.103745 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:27.104221 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:27.104264 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:27.104640 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.21 18:07:27.104977 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:27.105146 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} executeQuery: Read 5 rows, 415.00 B in 0.00182 sec., 2747.252747252747 rows/sec., 222.68 KiB/sec. 2024.03.21 18:07:27.105317 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} DynamicQueryHandler: Done processing query 2024.03.21 18:07:27.105344 [ 3 ] {27e9572f-bb34-48a7-bcf9-58efe6d3d2b4} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:27.105361 [ 3 ] {} HTTP-Session: fc6d1cdf-ab32-40fd-ab90-5a98d6528ab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.105489 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:27.105546 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:27.105565 [ 3 ] {} HTTP-Session: ccb9054e-68a9-4992-a097-0fa4d1edd0f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:27.105584 [ 3 ] {} HTTP-Session: ccb9054e-68a9-4992-a097-0fa4d1edd0f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.105598 [ 3 ] {} HTTP-Session: ccb9054e-68a9-4992-a097-0fa4d1edd0f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.105633 [ 3 ] {} HTTP-Session: ccb9054e-68a9-4992-a097-0fa4d1edd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:27.105713 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:27.105757 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:27.105888 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:27.106245 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:27.106283 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:27.106588 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.21 18:07:27.106899 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:27.107064 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} executeQuery: Read 15 rows, 1.39 KiB in 0.001377 sec., 10893.246187363835 rows/sec., 1006.35 KiB/sec. 2024.03.21 18:07:27.107198 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} DynamicQueryHandler: Done processing query 2024.03.21 18:07:27.107221 [ 3 ] {ea94834c-5e50-4da1-ad82-a2828ca7453d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:07:27.107237 [ 3 ] {} HTTP-Session: ccb9054e-68a9-4992-a097-0fa4d1edd0f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.107356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:27.107407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:27.107425 [ 3 ] {} HTTP-Session: 62f27f73-fcf7-4d77-976f-b9f9bcb81f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:27.107442 [ 3 ] {} HTTP-Session: 62f27f73-fcf7-4d77-976f-b9f9bcb81f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.107456 [ 3 ] {} HTTP-Session: 62f27f73-fcf7-4d77-976f-b9f9bcb81f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.107488 [ 3 ] {} HTTP-Session: 62f27f73-fcf7-4d77-976f-b9f9bcb81f6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:27.107554 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:27.107595 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:27.107721 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:27.108020 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:27.108057 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:27.108349 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.21 18:07:27.108649 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:27.108808 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} executeQuery: Read 5 rows, 410.00 B in 0.00127 sec., 3937.007874015748 rows/sec., 315.27 KiB/sec. 2024.03.21 18:07:27.108928 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} DynamicQueryHandler: Done processing query 2024.03.21 18:07:27.108952 [ 3 ] {23ecbc55-3f5f-4793-a1c6-e7e25f4b8da8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:27.108967 [ 3 ] {} HTTP-Session: 62f27f73-fcf7-4d77-976f-b9f9bcb81f6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.109122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:27.109171 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:27.109189 [ 3 ] {} HTTP-Session: b2b0643a-5ab4-4cd6-85f2-76bf6881c350 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:27.109206 [ 3 ] {} HTTP-Session: b2b0643a-5ab4-4cd6-85f2-76bf6881c350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.109219 [ 3 ] {} HTTP-Session: b2b0643a-5ab4-4cd6-85f2-76bf6881c350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:27.109251 [ 3 ] {} HTTP-Session: b2b0643a-5ab4-4cd6-85f2-76bf6881c350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:27.109342 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:27.109388 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:27.109550 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:27.109875 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:27.109911 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:27.110307 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.21 18:07:27.110636 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:27.110792 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} executeQuery: Read 5 rows, 6.91 KiB in 0.001493 sec., 3348.961821835231 rows/sec., 4.52 MiB/sec. 2024.03.21 18:07:27.111032 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} DynamicQueryHandler: Done processing query 2024.03.21 18:07:27.111082 [ 3 ] {a106374b-d414-4e44-a4c0-38f050479e78} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:27.111118 [ 3 ] {} HTTP-Session: b2b0643a-5ab4-4cd6-85f2-76bf6881c350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:30.315613 [ 120 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:07:30.315692 [ 120 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:07:32.104361 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:32.104485 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:32.104514 [ 3 ] {} HTTP-Session: 65215db6-213e-43e4-9ddf-490b0529c88e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:32.104543 [ 3 ] {} HTTP-Session: 65215db6-213e-43e4-9ddf-490b0529c88e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.104561 [ 3 ] {} HTTP-Session: 65215db6-213e-43e4-9ddf-490b0529c88e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.104618 [ 3 ] {} HTTP-Session: 65215db6-213e-43e4-9ddf-490b0529c88e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:32.104761 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:32.104832 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:32.105037 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:32.105583 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:32.105632 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:32.106017 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.21 18:07:32.106363 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:32.106533 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} executeQuery: Read 49 rows, 3.97 KiB in 0.001839 sec., 26644.915715062536 rows/sec., 2.11 MiB/sec. 2024.03.21 18:07:32.106695 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} DynamicQueryHandler: Done processing query 2024.03.21 18:07:32.106724 [ 3 ] {a776b57d-430f-44f2-a079-9d501e8b6c82} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:32.106740 [ 3 ] {} HTTP-Session: 65215db6-213e-43e4-9ddf-490b0529c88e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.106908 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:32.106967 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:32.106987 [ 3 ] {} HTTP-Session: 45d8b7c0-a23d-47d7-b3a0-7acc23df2bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:32.107006 [ 3 ] {} HTTP-Session: 45d8b7c0-a23d-47d7-b3a0-7acc23df2bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.107020 [ 3 ] {} HTTP-Session: 45d8b7c0-a23d-47d7-b3a0-7acc23df2bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.107056 [ 3 ] {} HTTP-Session: 45d8b7c0-a23d-47d7-b3a0-7acc23df2bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:32.107172 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:32.107217 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:32.107350 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:32.107764 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:32.107803 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:32.108121 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.21 18:07:32.108420 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:32.108579 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} executeQuery: Read 147 rows, 14.73 KiB in 0.001462 sec., 100547.19562243503 rows/sec., 9.84 MiB/sec. 2024.03.21 18:07:32.108579 [ 121 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.21 18:07:32.108687 [ 121 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:32.108728 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:32.108755 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} DynamicQueryHandler: Done processing query 2024.03.21 18:07:32.108812 [ 3 ] {d60503a3-458f-45a4-90a7-54907c30396d} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:07:32.108881 [ 3 ] {} HTTP-Session: 45d8b7c0-a23d-47d7-b3a0-7acc23df2bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.109079 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:07:32.109194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:32.109364 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:32.109463 [ 3 ] {} HTTP-Session: 37d91592-7978-4bf9-bf76-b02a750233ef Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:32.109543 [ 3 ] {} HTTP-Session: 37d91592-7978-4bf9-bf76-b02a750233ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.109612 [ 3 ] {} HTTP-Session: 37d91592-7978-4bf9-bf76-b02a750233ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.109758 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:32.109775 [ 3 ] {} HTTP-Session: 37d91592-7978-4bf9-bf76-b02a750233ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:32.109872 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 203 rows starting from the beginning of the part 2024.03.21 18:07:32.110193 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 148 rows starting from the beginning of the part 2024.03.21 18:07:32.110241 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:32.110437 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:32.110500 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:07:32.110848 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 147 rows starting from the beginning of the part 2024.03.21 18:07:32.111218 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:07:32.111528 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:32.111529 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 147 rows starting from the beginning of the part 2024.03.21 18:07:32.112416 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:32.112488 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:32.113431 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.21 18:07:32.114474 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:32.114568 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 4 columns (4 merged, 0 gathered) in 0.005742432 sec., 117546.01534680778 rows/sec., 11.30 MiB/sec. 2024.03.21 18:07:32.114732 [ 121 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.21 18:07:32.114794 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} executeQuery: Read 49 rows, 3.92 KiB in 0.004825 sec., 10155.440414507771 rows/sec., 813.23 KiB/sec. 2024.03.21 18:07:32.114822 [ 121 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:32.114843 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.21 18:07:32.114894 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:32.115256 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:07:32.115400 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} DynamicQueryHandler: Done processing query 2024.03.21 18:07:32.115664 [ 3 ] {e1814735-e49d-45ac-a9c6-e478bb9da01a} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:07:32.115779 [ 3 ] {} HTTP-Session: 37d91592-7978-4bf9-bf76-b02a750233ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.115815 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:32.115896 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 104 rows starting from the beginning of the part 2024.03.21 18:07:32.116219 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:32.116230 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 51 rows starting from the beginning of the part 2024.03.21 18:07:32.116318 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:32.116385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:32.116538 [ 3 ] {} HTTP-Session: bcee5f90-8e8e-4aa0-96c7-0370f8e94150 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:32.116596 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:32.116665 [ 3 ] {} HTTP-Session: bcee5f90-8e8e-4aa0-96c7-0370f8e94150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.116741 [ 3 ] {} HTTP-Session: bcee5f90-8e8e-4aa0-96c7-0370f8e94150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:32.116808 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_36_7} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.21 18:07:32.117022 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:32.117163 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.03.21 18:07:32.117173 [ 3 ] {} HTTP-Session: bcee5f90-8e8e-4aa0-96c7-0370f8e94150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:32.117351 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:32.117565 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:32.117820 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:32.117967 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:32.118520 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:32.119762 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:32.119863 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:32.119949 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 4 columns (4 merged, 0 gathered) in 0.004893318 sec., 53746.76242173511 rows/sec., 4.20 MiB/sec. 2024.03.21 18:07:32.120198 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.21 18:07:32.120845 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.21 18:07:32.121095 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:32.121346 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_36_7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.21 18:07:32.121474 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.21 18:07:32.121591 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:32.121769 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} executeQuery: Read 49 rows, 67.71 KiB in 0.004362 sec., 11233.379183860614 rows/sec., 15.16 MiB/sec. 2024.03.21 18:07:32.121936 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} DynamicQueryHandler: Done processing query 2024.03.21 18:07:32.121960 [ 3 ] {c1de62d3-1f9a-44a0-930b-8f164d8a72ba} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:07:32.121975 [ 3 ] {} HTTP-Session: bcee5f90-8e8e-4aa0-96c7-0370f8e94150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.103923 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:37.104056 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:37.104086 [ 3 ] {} HTTP-Session: 7ac86e40-6e2a-4ae8-b3dd-d16dc7d0cdb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:37.104116 [ 3 ] {} HTTP-Session: 7ac86e40-6e2a-4ae8-b3dd-d16dc7d0cdb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.104135 [ 3 ] {} HTTP-Session: 7ac86e40-6e2a-4ae8-b3dd-d16dc7d0cdb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.104193 [ 3 ] {} HTTP-Session: 7ac86e40-6e2a-4ae8-b3dd-d16dc7d0cdb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:37.104321 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:37.104393 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:37.104614 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:37.105082 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:37.105131 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:37.105519 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.21 18:07:37.105866 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:37.106023 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} executeQuery: Read 5 rows, 415.00 B in 0.001756 sec., 2847.380410022779 rows/sec., 230.79 KiB/sec. 2024.03.21 18:07:37.106042 [ 118 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.21 18:07:37.106141 [ 118 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:37.106199 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:37.106277 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} DynamicQueryHandler: Done processing query 2024.03.21 18:07:37.106336 [ 3 ] {ee5d8188-bf71-4678-9e0b-679600ecf6c8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:37.106373 [ 3 ] {} HTTP-Session: 7ac86e40-6e2a-4ae8-b3dd-d16dc7d0cdb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.106407 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:07:37.106565 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:37.106682 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:37.106725 [ 3 ] {} HTTP-Session: 55e040ca-9148-4b4a-add7-ffaff0dcd800 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:37.106737 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:37.106748 [ 3 ] {} HTTP-Session: 55e040ca-9148-4b4a-add7-ffaff0dcd800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.106768 [ 3 ] {} HTTP-Session: 55e040ca-9148-4b4a-add7-ffaff0dcd800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.106780 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 54 rows starting from the beginning of the part 2024.03.21 18:07:37.106814 [ 3 ] {} HTTP-Session: 55e040ca-9148-4b4a-add7-ffaff0dcd800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:37.106925 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:37.106979 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:37.107100 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:37.107116 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:37.107524 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:37.107713 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:37.107917 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:37.108083 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:37.108773 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:37.108819 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:37.109298 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.21 18:07:37.109382 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 4 columns (4 merged, 0 gathered) in 0.003102556 sec., 53826.58685290451 rows/sec., 4.26 MiB/sec. 2024.03.21 18:07:37.109679 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.21 18:07:37.109914 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:37.110363 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} executeQuery: Read 51 rows, 4.20 KiB in 0.003462 sec., 14731.369150779898 rows/sec., 1.18 MiB/sec. 2024.03.21 18:07:37.110670 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} DynamicQueryHandler: Done processing query 2024.03.21 18:07:37.110678 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:37.110706 [ 3 ] {24aeb19d-f7a9-4c62-8d44-dea9edc7b340} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:37.110760 [ 3 ] {} HTTP-Session: 55e040ca-9148-4b4a-add7-ffaff0dcd800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.110847 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_36_7} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.21 18:07:37.110972 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:07:37.110987 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 4940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:37.111062 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:37.111082 [ 3 ] {} HTTP-Session: b5daeed4-1933-4981-af82-09cd1943c984 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:37.111099 [ 3 ] {} HTTP-Session: b5daeed4-1933-4981-af82-09cd1943c984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.111115 [ 3 ] {} HTTP-Session: b5daeed4-1933-4981-af82-09cd1943c984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.111150 [ 3 ] {} HTTP-Session: b5daeed4-1933-4981-af82-09cd1943c984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:37.111232 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:37.111276 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:37.111425 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:37.111791 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:37.111830 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:37.112150 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.21 18:07:37.112476 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:37.112632 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} executeQuery: Read 29 rows, 2.30 KiB in 0.001427 sec., 20322.354590049054 rows/sec., 1.57 MiB/sec. 2024.03.21 18:07:37.112756 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} DynamicQueryHandler: Done processing query 2024.03.21 18:07:37.112779 [ 3 ] {cce14798-01c2-4130-8356-22d85cf8df68} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:37.112795 [ 3 ] {} HTTP-Session: b5daeed4-1933-4981-af82-09cd1943c984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.112925 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:37.112975 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:37.112994 [ 3 ] {} HTTP-Session: 08a40bfa-74e2-401f-9d8e-237e45f5226d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:37.113010 [ 3 ] {} HTTP-Session: 08a40bfa-74e2-401f-9d8e-237e45f5226d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.113024 [ 3 ] {} HTTP-Session: 08a40bfa-74e2-401f-9d8e-237e45f5226d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.113056 [ 3 ] {} HTTP-Session: 08a40bfa-74e2-401f-9d8e-237e45f5226d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:37.113133 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:37.113179 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:07:37.113328 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:37.113636 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:37.113672 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:37.114050 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.21 18:07:37.114393 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:37.114555 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} executeQuery: Read 36 rows, 2.60 KiB in 0.001451 sec., 24810.475534114405 rows/sec., 1.75 MiB/sec. 2024.03.21 18:07:37.114733 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} DynamicQueryHandler: Done processing query 2024.03.21 18:07:37.114757 [ 3 ] {760b9686-4af6-4927-b5ca-e6c76a8a6a01} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:07:37.114773 [ 3 ] {} HTTP-Session: 08a40bfa-74e2-401f-9d8e-237e45f5226d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.114882 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:37.114930 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:37.114949 [ 3 ] {} HTTP-Session: a7c84e58-0a45-429c-a23e-782ae30ec25f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:37.114965 [ 3 ] {} HTTP-Session: a7c84e58-0a45-429c-a23e-782ae30ec25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.114978 [ 3 ] {} HTTP-Session: a7c84e58-0a45-429c-a23e-782ae30ec25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.115009 [ 3 ] {} HTTP-Session: a7c84e58-0a45-429c-a23e-782ae30ec25f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:37.115103 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:37.115150 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:37.115310 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:37.115652 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:37.115688 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:37.116075 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.21 18:07:37.116415 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:37.116567 [ 118 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.21 18:07:37.116578 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} executeQuery: Read 5 rows, 6.91 KiB in 0.001516 sec., 3298.1530343007917 rows/sec., 4.45 MiB/sec. 2024.03.21 18:07:37.116621 [ 118 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:37.116699 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:37.116831 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} DynamicQueryHandler: Done processing query 2024.03.21 18:07:37.116887 [ 3 ] {037cff1f-c049-477d-ab43-17be32c6d1e6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:37.116910 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:07:37.116913 [ 3 ] {} HTTP-Session: a7c84e58-0a45-429c-a23e-782ae30ec25f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:37.117180 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:37.117213 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 942 rows starting from the beginning of the part 2024.03.21 18:07:37.117294 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:37.117368 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:37.117618 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:37.117821 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:37.117899 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:37.123586 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 6 columns (6 merged, 0 gathered) in 0.006781861 sec., 155562.0205132485 rows/sec., 209.92 MiB/sec. 2024.03.21 18:07:37.124103 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.21 18:07:37.124505 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:37.124581 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_36_7} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.21 18:07:37.124656 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. 2024.03.21 18:07:38.000169 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 186.49 MiB, peak 194.85 MiB, free memory in arenas 0.00 B, will set to 187.68 MiB (RSS), difference: 1.18 MiB 2024.03.21 18:07:42.105491 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:42.105623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:42.105650 [ 3 ] {} HTTP-Session: 6e2872db-760f-456d-ba28-deff59745ad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:42.105676 [ 3 ] {} HTTP-Session: 6e2872db-760f-456d-ba28-deff59745ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.105693 [ 3 ] {} HTTP-Session: 6e2872db-760f-456d-ba28-deff59745ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.105751 [ 3 ] {} HTTP-Session: 6e2872db-760f-456d-ba28-deff59745ad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:42.105935 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:42.106021 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:42.106297 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:42.106807 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:42.106853 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:42.107254 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.21 18:07:42.107610 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:42.107753 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} executeQuery: Read 49 rows, 3.97 KiB in 0.001919 sec., 25534.132360604483 rows/sec., 2.02 MiB/sec. 2024.03.21 18:07:42.107945 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} DynamicQueryHandler: Done processing query 2024.03.21 18:07:42.107976 [ 3 ] {19f02276-aa69-4395-9bef-62fa873f40ce} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:42.107993 [ 3 ] {} HTTP-Session: 6e2872db-760f-456d-ba28-deff59745ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.108192 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:42.108251 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:42.108271 [ 3 ] {} HTTP-Session: 3fb099f3-22f2-44db-962a-7c6b91439220 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:42.108294 [ 3 ] {} HTTP-Session: 3fb099f3-22f2-44db-962a-7c6b91439220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.108310 [ 3 ] {} HTTP-Session: 3fb099f3-22f2-44db-962a-7c6b91439220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.108347 [ 3 ] {} HTTP-Session: 3fb099f3-22f2-44db-962a-7c6b91439220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:42.108466 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:42.108510 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:42.108639 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:42.109051 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:42.109089 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:42.109414 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.21 18:07:42.109717 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:42.109848 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} executeQuery: Read 147 rows, 14.73 KiB in 0.001447 sec., 101589.49550794747 rows/sec., 9.94 MiB/sec. 2024.03.21 18:07:42.110053 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} DynamicQueryHandler: Done processing query 2024.03.21 18:07:42.110111 [ 3 ] {df77c00a-2b19-4ec7-a676-e4c8515c3228} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:07:42.110165 [ 3 ] {} HTTP-Session: 3fb099f3-22f2-44db-962a-7c6b91439220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.110381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:42.110436 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:42.110456 [ 3 ] {} HTTP-Session: af18ae9d-b604-4bf2-ba40-09ba6820915e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:42.110475 [ 3 ] {} HTTP-Session: af18ae9d-b604-4bf2-ba40-09ba6820915e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.110489 [ 3 ] {} HTTP-Session: af18ae9d-b604-4bf2-ba40-09ba6820915e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.110524 [ 3 ] {} HTTP-Session: af18ae9d-b604-4bf2-ba40-09ba6820915e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:42.110615 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:42.110659 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:42.110798 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:42.111118 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:42.111155 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:42.111456 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.21 18:07:42.111756 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:42.111884 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} executeQuery: Read 49 rows, 3.92 KiB in 0.001314 sec., 37290.71537290715 rows/sec., 2.92 MiB/sec. 2024.03.21 18:07:42.112053 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} DynamicQueryHandler: Done processing query 2024.03.21 18:07:42.112081 [ 3 ] {32a5dded-93df-4332-83dd-6bf90a25e771} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:07:42.112097 [ 3 ] {} HTTP-Session: af18ae9d-b604-4bf2-ba40-09ba6820915e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.112268 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:42.112319 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:42.112338 [ 3 ] {} HTTP-Session: e1545461-8503-4aed-a678-5866dec798f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:42.112355 [ 3 ] {} HTTP-Session: e1545461-8503-4aed-a678-5866dec798f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.112369 [ 3 ] {} HTTP-Session: e1545461-8503-4aed-a678-5866dec798f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:42.112402 [ 3 ] {} HTTP-Session: e1545461-8503-4aed-a678-5866dec798f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:42.112744 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:42.112791 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:42.112948 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:42.113497 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:42.113532 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:42.113972 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.21 18:07:42.114313 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:42.114439 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} executeQuery: Read 49 rows, 67.71 KiB in 0.001979 sec., 24759.979787771605 rows/sec., 33.41 MiB/sec. 2024.03.21 18:07:42.114678 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} DynamicQueryHandler: Done processing query 2024.03.21 18:07:42.114727 [ 3 ] {c85a35df-58b4-4ff1-aa61-c02c9e3a28b0} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:07:42.114766 [ 3 ] {} HTTP-Session: e1545461-8503-4aed-a678-5866dec798f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:45.315948 [ 114 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:07:45.316025 [ 114 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:07:46.001823 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001353324 sec. 2024.03.21 18:07:47.103298 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:47.103472 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:47.103517 [ 3 ] {} HTTP-Session: 6318f6b6-79ec-4f55-9c61-1437aa741204 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:47.103559 [ 3 ] {} HTTP-Session: 6318f6b6-79ec-4f55-9c61-1437aa741204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.103588 [ 3 ] {} HTTP-Session: 6318f6b6-79ec-4f55-9c61-1437aa741204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.103669 [ 3 ] {} HTTP-Session: 6318f6b6-79ec-4f55-9c61-1437aa741204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:47.103849 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:47.103953 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:47.104277 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:47.104749 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:47.104798 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:47.105200 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.21 18:07:47.105533 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:47.105700 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} executeQuery: Read 5 rows, 415.00 B in 0.001935 sec., 2583.9793281653747 rows/sec., 209.44 KiB/sec. 2024.03.21 18:07:47.105860 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} DynamicQueryHandler: Done processing query 2024.03.21 18:07:47.105887 [ 3 ] {01006a4b-2003-4676-94f7-43790e41b0e0} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:47.105903 [ 3 ] {} HTTP-Session: 6318f6b6-79ec-4f55-9c61-1437aa741204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.106040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:47.106094 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:47.106114 [ 3 ] {} HTTP-Session: da80847e-2af9-41e4-b7ed-6e03ce9a5520 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:47.106132 [ 3 ] {} HTTP-Session: da80847e-2af9-41e4-b7ed-6e03ce9a5520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.106146 [ 3 ] {} HTTP-Session: da80847e-2af9-41e4-b7ed-6e03ce9a5520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.106180 [ 3 ] {} HTTP-Session: da80847e-2af9-41e4-b7ed-6e03ce9a5520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:47.106258 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:47.106301 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:47.106432 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:47.106717 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:47.106756 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:47.107057 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.21 18:07:47.107355 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:47.107505 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} executeQuery: Read 15 rows, 1.39 KiB in 0.001276 sec., 11755.485893416928 rows/sec., 1.06 MiB/sec. 2024.03.21 18:07:47.107626 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} DynamicQueryHandler: Done processing query 2024.03.21 18:07:47.107650 [ 3 ] {1b093268-700f-4efd-b212-ba48adac620f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:07:47.107666 [ 3 ] {} HTTP-Session: da80847e-2af9-41e4-b7ed-6e03ce9a5520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.107794 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:47.107842 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:47.107861 [ 3 ] {} HTTP-Session: c57eeee6-626c-4565-af67-0efe6ccadec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:47.107877 [ 3 ] {} HTTP-Session: c57eeee6-626c-4565-af67-0efe6ccadec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.107891 [ 3 ] {} HTTP-Session: c57eeee6-626c-4565-af67-0efe6ccadec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.107922 [ 3 ] {} HTTP-Session: c57eeee6-626c-4565-af67-0efe6ccadec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:47.107987 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:47.108027 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:47.108153 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:47.108429 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:47.108466 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:47.108767 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.21 18:07:47.109067 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:47.109221 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} executeQuery: Read 5 rows, 410.00 B in 0.001256 sec., 3980.891719745223 rows/sec., 318.78 KiB/sec. 2024.03.21 18:07:47.109369 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} DynamicQueryHandler: Done processing query 2024.03.21 18:07:47.109403 [ 3 ] {ea9a32e4-257e-4ddf-9475-fcf3c521956c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:47.109427 [ 3 ] {} HTTP-Session: c57eeee6-626c-4565-af67-0efe6ccadec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.109576 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:47.109624 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:47.109643 [ 3 ] {} HTTP-Session: f1b2a2b7-770a-4131-9e42-2a6e2604534d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:47.109659 [ 3 ] {} HTTP-Session: f1b2a2b7-770a-4131-9e42-2a6e2604534d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.109673 [ 3 ] {} HTTP-Session: f1b2a2b7-770a-4131-9e42-2a6e2604534d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:47.109704 [ 3 ] {} HTTP-Session: f1b2a2b7-770a-4131-9e42-2a6e2604534d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:47.109795 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:47.109841 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:47.110000 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:47.110305 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:47.110341 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:47.110743 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.21 18:07:47.111075 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:47.111229 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} executeQuery: Read 5 rows, 6.91 KiB in 0.001483 sec., 3371.544167228591 rows/sec., 4.55 MiB/sec. 2024.03.21 18:07:47.111348 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} DynamicQueryHandler: Done processing query 2024.03.21 18:07:47.111370 [ 3 ] {13c2d357-31d7-4485-80a1-7d3f7718fbbe} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:47.111386 [ 3 ] {} HTTP-Session: f1b2a2b7-770a-4131-9e42-2a6e2604534d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.104943 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:52.105080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:52.105108 [ 3 ] {} HTTP-Session: 2bb08493-890f-4251-8b28-0f81f727d8e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:52.105132 [ 3 ] {} HTTP-Session: 2bb08493-890f-4251-8b28-0f81f727d8e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.105148 [ 3 ] {} HTTP-Session: 2bb08493-890f-4251-8b28-0f81f727d8e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.105201 [ 3 ] {} HTTP-Session: 2bb08493-890f-4251-8b28-0f81f727d8e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:52.105333 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:52.105400 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:52.105603 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:52.106054 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:52.106108 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:52.106505 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.21 18:07:52.106848 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:52.107019 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} executeQuery: Read 49 rows, 3.97 KiB in 0.001746 sec., 28064.146620847652 rows/sec., 2.22 MiB/sec. 2024.03.21 18:07:52.107187 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} DynamicQueryHandler: Done processing query 2024.03.21 18:07:52.107214 [ 3 ] {8be51193-dae4-4f6b-9b71-10ba363f9446} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:52.107230 [ 3 ] {} HTTP-Session: 2bb08493-890f-4251-8b28-0f81f727d8e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.107387 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:52.107443 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:52.107463 [ 3 ] {} HTTP-Session: c95b1dd2-76b8-459b-8908-8f396989274b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:52.107482 [ 3 ] {} HTTP-Session: c95b1dd2-76b8-459b-8908-8f396989274b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.107496 [ 3 ] {} HTTP-Session: c95b1dd2-76b8-459b-8908-8f396989274b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.107533 [ 3 ] {} HTTP-Session: c95b1dd2-76b8-459b-8908-8f396989274b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:52.107655 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:52.107701 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:52.107835 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:52.108223 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:52.108263 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:52.108595 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.21 18:07:52.108899 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:52.109059 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} executeQuery: Read 147 rows, 14.73 KiB in 0.001465 sec., 100341.29692832765 rows/sec., 9.82 MiB/sec. 2024.03.21 18:07:52.109244 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} DynamicQueryHandler: Done processing query 2024.03.21 18:07:52.109297 [ 3 ] {fe5a53f8-da0f-4095-b54e-b700a8f914bf} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:07:52.109349 [ 3 ] {} HTTP-Session: c95b1dd2-76b8-459b-8908-8f396989274b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.109565 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:52.109624 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:52.109644 [ 3 ] {} HTTP-Session: abd51ae9-bbde-4887-9232-50a7aee7f0e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:52.109663 [ 3 ] {} HTTP-Session: abd51ae9-bbde-4887-9232-50a7aee7f0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.109677 [ 3 ] {} HTTP-Session: abd51ae9-bbde-4887-9232-50a7aee7f0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.109712 [ 3 ] {} HTTP-Session: abd51ae9-bbde-4887-9232-50a7aee7f0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:52.109800 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:52.109846 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:52.109994 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:52.110318 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:52.110357 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:52.110676 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.21 18:07:52.110984 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:52.111139 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} executeQuery: Read 49 rows, 3.92 KiB in 0.001373 sec., 35688.27385287691 rows/sec., 2.79 MiB/sec. 2024.03.21 18:07:52.111274 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} DynamicQueryHandler: Done processing query 2024.03.21 18:07:52.111298 [ 3 ] {b44ef8bb-552b-4437-999b-f35f9b7004a1} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:07:52.111313 [ 3 ] {} HTTP-Session: abd51ae9-bbde-4887-9232-50a7aee7f0e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.111514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:52.111564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:52.111583 [ 3 ] {} HTTP-Session: 74c9d58c-cbf1-4858-b0d3-d4333400d88a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:52.111601 [ 3 ] {} HTTP-Session: 74c9d58c-cbf1-4858-b0d3-d4333400d88a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.111615 [ 3 ] {} HTTP-Session: 74c9d58c-cbf1-4858-b0d3-d4333400d88a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:52.111647 [ 3 ] {} HTTP-Session: 74c9d58c-cbf1-4858-b0d3-d4333400d88a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:52.111991 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:52.112039 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:52.112200 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:52.112727 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:52.112763 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:52.113185 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.21 18:07:52.113533 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:52.113690 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} executeQuery: Read 49 rows, 67.71 KiB in 0.001979 sec., 24759.979787771605 rows/sec., 33.41 MiB/sec. 2024.03.21 18:07:52.113810 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} DynamicQueryHandler: Done processing query 2024.03.21 18:07:52.113834 [ 3 ] {5903de68-def2-4dcd-ab9a-8de124732613} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:07:52.113850 [ 3 ] {} HTTP-Session: 74c9d58c-cbf1-4858-b0d3-d4333400d88a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.102896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:57.103095 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:57.103142 [ 3 ] {} HTTP-Session: 15379bfe-b86f-48e2-b756-2ed0a99338af Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:57.103186 [ 3 ] {} HTTP-Session: 15379bfe-b86f-48e2-b756-2ed0a99338af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.103218 [ 3 ] {} HTTP-Session: 15379bfe-b86f-48e2-b756-2ed0a99338af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.103300 [ 3 ] {} HTTP-Session: 15379bfe-b86f-48e2-b756-2ed0a99338af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:57.103485 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:57.103592 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:07:57.103856 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:57.104290 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.104343 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.104733 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.21 18:07:57.105069 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.105234 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} executeQuery: Read 5 rows, 415.00 B in 0.001831 sec., 2730.7482250136536 rows/sec., 221.34 KiB/sec. 2024.03.21 18:07:57.105400 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} DynamicQueryHandler: Done processing query 2024.03.21 18:07:57.105427 [ 3 ] {3ed02847-a222-4feb-98b1-34228af9c448} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:57.105444 [ 3 ] {} HTTP-Session: 15379bfe-b86f-48e2-b756-2ed0a99338af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.105578 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:57.105632 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:57.105652 [ 3 ] {} HTTP-Session: 1c16d031-fa53-4d72-9512-405c6d8afb2b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:57.105669 [ 3 ] {} HTTP-Session: 1c16d031-fa53-4d72-9512-405c6d8afb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.105683 [ 3 ] {} HTTP-Session: 1c16d031-fa53-4d72-9512-405c6d8afb2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.105719 [ 3 ] {} HTTP-Session: 1c16d031-fa53-4d72-9512-405c6d8afb2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:57.105793 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:57.105836 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:07:57.105965 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:57.106243 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.106283 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.106584 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.21 18:07:57.106901 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.107036 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} executeQuery: Read 4 rows, 334.00 B in 0.001271 sec., 3147.128245476003 rows/sec., 256.63 KiB/sec. 2024.03.21 18:07:57.107186 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} DynamicQueryHandler: Done processing query 2024.03.21 18:07:57.107212 [ 3 ] {5aea8f34-a646-4b13-8be0-118e61d14aa8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:57.107228 [ 3 ] {} HTTP-Session: 1c16d031-fa53-4d72-9512-405c6d8afb2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.107357 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:57.107405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:57.107425 [ 3 ] {} HTTP-Session: 2abad748-0dab-4c97-8a5a-4bf9050ddde3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:57.107441 [ 3 ] {} HTTP-Session: 2abad748-0dab-4c97-8a5a-4bf9050ddde3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.107455 [ 3 ] {} HTTP-Session: 2abad748-0dab-4c97-8a5a-4bf9050ddde3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.107487 [ 3 ] {} HTTP-Session: 2abad748-0dab-4c97-8a5a-4bf9050ddde3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:57.107558 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:57.107600 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:07:57.107728 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:57.108009 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.108046 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.108351 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.21 18:07:57.108648 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.108805 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} executeQuery: Read 17 rows, 1.56 KiB in 0.001272 sec., 13364.779874213837 rows/sec., 1.20 MiB/sec. 2024.03.21 18:07:57.108833 [ 102 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.21 18:07:57.108966 [ 102 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.108979 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} DynamicQueryHandler: Done processing query 2024.03.21 18:07:57.109028 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.109031 [ 3 ] {3e2a566e-d612-472e-989e-00f2e13fb1cf} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:07:57.109092 [ 3 ] {} HTTP-Session: 2abad748-0dab-4c97-8a5a-4bf9050ddde3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.109260 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:07:57.109293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:57.109378 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:57.109423 [ 3 ] {} HTTP-Session: 8ba583b4-7dc5-4db7-90be-15b3bde6afaf Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:57.109474 [ 3 ] {} HTTP-Session: 8ba583b4-7dc5-4db7-90be-15b3bde6afaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.109526 [ 3 ] {} HTTP-Session: 8ba583b4-7dc5-4db7-90be-15b3bde6afaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.109630 [ 3 ] {} HTTP-Session: 8ba583b4-7dc5-4db7-90be-15b3bde6afaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:57.109747 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:57.109802 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:57.109821 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 203 rows starting from the beginning of the part 2024.03.21 18:07:57.109893 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:07:57.110082 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 51 rows starting from the beginning of the part 2024.03.21 18:07:57.110453 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 147 rows starting from the beginning of the part 2024.03.21 18:07:57.110746 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:07:57.111048 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 147 rows starting from the beginning of the part 2024.03.21 18:07:57.111358 [ 198 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 17 rows starting from the beginning of the part 2024.03.21 18:07:57.111374 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:57.112316 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.112382 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.113227 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.21 18:07:57.114221 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.114390 [ 200 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 4 columns (4 merged, 0 gathered) in 0.005217544 sec., 111163.41328410455 rows/sec., 10.48 MiB/sec. 2024.03.21 18:07:57.114573 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} executeQuery: Read 4 rows, 286.00 B in 0.004816 sec., 830.5647840531561 rows/sec., 57.99 KiB/sec. 2024.03.21 18:07:57.114936 [ 196 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.21 18:07:57.114968 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} DynamicQueryHandler: Done processing query 2024.03.21 18:07:57.115017 [ 3 ] {c534c152-dc0f-4222-a2bf-4db9e6f7e5f8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:57.115063 [ 3 ] {} HTTP-Session: 8ba583b4-7dc5-4db7-90be-15b3bde6afaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.115326 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:57.115446 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:57.115478 [ 3 ] {} HTTP-Session: 747e4b04-2efc-42a1-a12c-11ba9251e713 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:57.115509 [ 3 ] {} HTTP-Session: 747e4b04-2efc-42a1-a12c-11ba9251e713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.115548 [ 3 ] {} HTTP-Session: 747e4b04-2efc-42a1-a12c-11ba9251e713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.115599 [ 3 ] {} HTTP-Session: 747e4b04-2efc-42a1-a12c-11ba9251e713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:57.115711 [ 196 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.115733 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:57.115808 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:07:57.115897 [ 196 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_41_8} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.21 18:07:57.116114 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.21 18:07:57.116192 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:57.116504 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.116542 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.116857 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.21 18:07:57.117181 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.117330 [ 102 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.21 18:07:57.117340 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} executeQuery: Read 9 rows, 744.00 B in 0.001663 sec., 5411.906193625977 rows/sec., 436.90 KiB/sec. 2024.03.21 18:07:57.117378 [ 102 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.117443 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.117598 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} DynamicQueryHandler: Done processing query 2024.03.21 18:07:57.117621 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:07:57.117641 [ 3 ] {1d8ed981-c6b1-4d1b-b6ec-2be8f4a861f0} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:57.117708 [ 3 ] {} HTTP-Session: 747e4b04-2efc-42a1-a12c-11ba9251e713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.117822 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:07:57.117875 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:57.117895 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 104 rows starting from the beginning of the part 2024.03.21 18:07:57.117969 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:57.118038 [ 3 ] {} HTTP-Session: e65227a8-62fc-4ae6-ac6d-c4c6a82f9871 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:57.118133 [ 3 ] {} HTTP-Session: e65227a8-62fc-4ae6-ac6d-c4c6a82f9871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.118157 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 29 rows starting from the beginning of the part 2024.03.21 18:07:57.118193 [ 3 ] {} HTTP-Session: e65227a8-62fc-4ae6-ac6d-c4c6a82f9871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.118290 [ 3 ] {} HTTP-Session: e65227a8-62fc-4ae6-ac6d-c4c6a82f9871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:57.118462 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:57.118611 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:57.118772 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 5 rows starting from the beginning of the part 2024.03.21 18:07:57.118859 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:07:57.119135 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 49 rows starting from the beginning of the part 2024.03.21 18:07:57.119434 [ 200 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 9 rows starting from the beginning of the part 2024.03.21 18:07:57.120027 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:57.120690 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.120761 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.121832 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.21 18:07:57.122104 [ 187 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 4 columns (4 merged, 0 gathered) in 0.004560892 sec., 53717.5622663286 rows/sec., 4.20 MiB/sec. 2024.03.21 18:07:57.122297 [ 187 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.21 18:07:57.122408 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.122694 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} executeQuery: Read 2 rows, 144.00 B in 0.004243 sec., 471.36460051850105 rows/sec., 33.14 KiB/sec. 2024.03.21 18:07:57.122907 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} DynamicQueryHandler: Done processing query 2024.03.21 18:07:57.122934 [ 3 ] {356d9642-7a42-4bc7-87cf-8efd4b452a8f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:07:57.122956 [ 3 ] {} HTTP-Session: e65227a8-62fc-4ae6-ac6d-c4c6a82f9871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.123041 [ 187 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.123093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:07:57.123131 [ 187 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_41_8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.21 18:07:57.123146 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:07:57.123166 [ 3 ] {} HTTP-Session: 4ba56f2a-c252-4bb6-b40f-2e48247c45d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:07:57.123197 [ 3 ] {} HTTP-Session: 4ba56f2a-c252-4bb6-b40f-2e48247c45d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.123223 [ 3 ] {} HTTP-Session: 4ba56f2a-c252-4bb6-b40f-2e48247c45d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:07:57.123230 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:07:57.123265 [ 3 ] {} HTTP-Session: 4ba56f2a-c252-4bb6-b40f-2e48247c45d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:07:57.123366 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:07:57.123411 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:07:57.123570 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:07:57.123912 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:07:57.123947 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.03.21 18:07:57.124339 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.21 18:07:57.124674 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:07:57.124836 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} executeQuery: Read 5 rows, 6.91 KiB in 0.001517 sec., 3295.9789057350035 rows/sec., 4.45 MiB/sec. 2024.03.21 18:07:57.124964 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} DynamicQueryHandler: Done processing query 2024.03.21 18:07:57.124987 [ 3 ] {97f5939c-bf5f-4469-982b-b70366bbab98} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:07:57.125002 [ 3 ] {} HTTP-Session: 4ba56f2a-c252-4bb6-b40f-2e48247c45d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:00.316283 [ 100 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:08:00.316354 [ 100 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:08:02.105394 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:02.105518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:02.105544 [ 3 ] {} HTTP-Session: 21c824f7-b7b9-4faf-a253-41f1bd65c0e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:02.105568 [ 3 ] {} HTTP-Session: 21c824f7-b7b9-4faf-a253-41f1bd65c0e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.105583 [ 3 ] {} HTTP-Session: 21c824f7-b7b9-4faf-a253-41f1bd65c0e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.105635 [ 3 ] {} HTTP-Session: 21c824f7-b7b9-4faf-a253-41f1bd65c0e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:02.105767 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:02.105835 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:02.106039 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:02.106538 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:02.106612 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:02.107022 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.21 18:08:02.107382 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:02.107555 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} executeQuery: Read 49 rows, 3.97 KiB in 0.00185 sec., 26486.486486486487 rows/sec., 2.10 MiB/sec. 2024.03.21 18:08:02.107561 [ 99 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.21 18:08:02.107770 [ 99 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:02.107803 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:02.107919 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} DynamicQueryHandler: Done processing query 2024.03.21 18:08:02.107995 [ 3 ] {82cac4fe-bf94-433a-aa51-73df85cc39ba} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:02.108052 [ 3 ] {} HTTP-Session: 21c824f7-b7b9-4faf-a253-41f1bd65c0e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.108198 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:08:02.108376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:02.108501 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:02.108559 [ 3 ] {} HTTP-Session: b12a3bda-444d-4b43-a8dc-8d3e66d6fcef Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:02.108576 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:02.108598 [ 3 ] {} HTTP-Session: b12a3bda-444d-4b43-a8dc-8d3e66d6fcef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.108743 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 54 rows starting from the beginning of the part 2024.03.21 18:08:02.108743 [ 3 ] {} HTTP-Session: b12a3bda-444d-4b43-a8dc-8d3e66d6fcef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.108920 [ 3 ] {} HTTP-Session: b12a3bda-444d-4b43-a8dc-8d3e66d6fcef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:02.108953 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:02.109211 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:02.109351 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:02.109546 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:02.109659 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:02.109831 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:02.110169 [ 200 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:02.110742 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:02.111670 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:02.111737 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:02.112739 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.21 18:08:02.112785 [ 187 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.004907788 sec., 42992.89211351428 rows/sec., 3.40 MiB/sec. 2024.03.21 18:08:02.113101 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.21 18:08:02.113352 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:02.113805 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} executeQuery: Read 147 rows, 14.73 KiB in 0.004689 sec., 31349.968010236727 rows/sec., 3.07 MiB/sec. 2024.03.21 18:08:02.114080 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:02.114127 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} DynamicQueryHandler: Done processing query 2024.03.21 18:08:02.114186 [ 3 ] {3311447a-ead2-49d0-ae82-5655317b85ee} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:08:02.114243 [ 3 ] {} HTTP-Session: b12a3bda-444d-4b43-a8dc-8d3e66d6fcef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.114250 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_41_8} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.21 18:08:02.114425 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:08:02.114499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:02.114585 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:02.114616 [ 3 ] {} HTTP-Session: 8fe89e03-36e3-4c3a-a7fa-6f6ef431ceb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:02.114645 [ 3 ] {} HTTP-Session: 8fe89e03-36e3-4c3a-a7fa-6f6ef431ceb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.114670 [ 3 ] {} HTTP-Session: 8fe89e03-36e3-4c3a-a7fa-6f6ef431ceb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.114714 [ 3 ] {} HTTP-Session: 8fe89e03-36e3-4c3a-a7fa-6f6ef431ceb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:02.114835 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:02.114904 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:02.115108 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:02.115467 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:02.115505 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:02.115882 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.21 18:08:02.116221 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:02.116352 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} executeQuery: Read 49 rows, 3.92 KiB in 0.001578 sec., 31051.96451204056 rows/sec., 2.43 MiB/sec. 2024.03.21 18:08:02.116464 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} DynamicQueryHandler: Done processing query 2024.03.21 18:08:02.116489 [ 3 ] {7183e01c-5ef4-4476-bd55-3ec9b5a409ad} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:08:02.116505 [ 3 ] {} HTTP-Session: 8fe89e03-36e3-4c3a-a7fa-6f6ef431ceb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.116676 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:02.116725 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:02.116747 [ 3 ] {} HTTP-Session: 2669f73d-7f16-4140-9934-931168710326 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:02.116773 [ 3 ] {} HTTP-Session: 2669f73d-7f16-4140-9934-931168710326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.116797 [ 3 ] {} HTTP-Session: 2669f73d-7f16-4140-9934-931168710326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.116836 [ 3 ] {} HTTP-Session: 2669f73d-7f16-4140-9934-931168710326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:02.117192 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:02.117241 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:02.117402 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:02.118022 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:02.118057 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:02.118522 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.21 18:08:02.118890 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:02.119024 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} executeQuery: Read 49 rows, 67.71 KiB in 0.002122 sec., 23091.42318567389 rows/sec., 31.16 MiB/sec. 2024.03.21 18:08:02.119026 [ 99 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.21 18:08:02.119081 [ 99 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:02.119116 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:02.119168 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} DynamicQueryHandler: Done processing query 2024.03.21 18:08:02.119203 [ 3 ] {82cd30be-8435-4418-b004-28e6c4b19b7d} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:08:02.119224 [ 3 ] {} HTTP-Session: 2669f73d-7f16-4140-9934-931168710326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:02.119236 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:08:02.119366 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:02.119406 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1055 rows starting from the beginning of the part 2024.03.21 18:08:02.119511 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:02.119653 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:02.119809 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:02.119894 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:02.120034 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:02.123387 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1212 rows, containing 6 columns (6 merged, 0 gathered) in 0.004205075 sec., 288223.1589210656 rows/sec., 388.94 MiB/sec. 2024.03.21 18:08:02.124188 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.21 18:08:02.124752 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:02.124858 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_41_8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.21 18:08:02.124968 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2024.03.21 18:08:03.000204 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 188.01 MiB, peak 196.60 MiB, free memory in arenas 0.00 B, will set to 189.01 MiB (RSS), difference: 1.01 MiB 2024.03.21 18:08:07.104404 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:07.104537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:07.104564 [ 3 ] {} HTTP-Session: be3749aa-9b37-4f86-91df-fd29970526ec Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:07.104590 [ 3 ] {} HTTP-Session: be3749aa-9b37-4f86-91df-fd29970526ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.104607 [ 3 ] {} HTTP-Session: be3749aa-9b37-4f86-91df-fd29970526ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.104657 [ 3 ] {} HTTP-Session: be3749aa-9b37-4f86-91df-fd29970526ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:07.104776 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:07.104841 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:07.105039 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:07.105442 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.105492 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.105883 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.21 18:08:07.106235 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.106417 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} executeQuery: Read 5 rows, 415.00 B in 0.001689 sec., 2960.331557134399 rows/sec., 239.95 KiB/sec. 2024.03.21 18:08:07.106579 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} DynamicQueryHandler: Done processing query 2024.03.21 18:08:07.106606 [ 3 ] {7fe6e1d9-1f5e-425a-babf-0315321d48b3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:07.106624 [ 3 ] {} HTTP-Session: be3749aa-9b37-4f86-91df-fd29970526ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.106755 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:07.106810 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:07.106831 [ 3 ] {} HTTP-Session: bf6b8deb-c2f4-41ab-bea6-f1c97cabc0ac Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:07.106850 [ 3 ] {} HTTP-Session: bf6b8deb-c2f4-41ab-bea6-f1c97cabc0ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.106865 [ 3 ] {} HTTP-Session: bf6b8deb-c2f4-41ab-bea6-f1c97cabc0ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.106902 [ 3 ] {} HTTP-Session: bf6b8deb-c2f4-41ab-bea6-f1c97cabc0ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:07.106976 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:07.107021 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:08:07.107156 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:07.107459 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.107498 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.107825 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.21 18:08:07.108147 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.108308 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} executeQuery: Read 2 rows, 167.00 B in 0.001349 sec., 1482.5796886582655 rows/sec., 120.89 KiB/sec. 2024.03.21 18:08:07.108318 [ 98 ] {} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.03.21 18:08:07.108437 [ 98 ] {} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.108471 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} DynamicQueryHandler: Done processing query 2024.03.21 18:08:07.108478 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.108512 [ 3 ] {a63e5366-b72c-46e7-933e-0965b1f5d67c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:07.108547 [ 3 ] {} HTTP-Session: bf6b8deb-c2f4-41ab-bea6-f1c97cabc0ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.108688 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:08:07.108770 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:07.108850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:07.108865 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:07.108876 [ 3 ] {} HTTP-Session: b117d21f-ceec-40f7-9fcb-3345a045fa6d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:07.108899 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part 2024.03.21 18:08:07.108903 [ 3 ] {} HTTP-Session: b117d21f-ceec-40f7-9fcb-3345a045fa6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.108932 [ 3 ] {} HTTP-Session: b117d21f-ceec-40f7-9fcb-3345a045fa6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.108994 [ 3 ] {} HTTP-Session: b117d21f-ceec-40f7-9fcb-3345a045fa6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:07.109010 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:08:07.109146 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.03.21 18:08:07.109168 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:07.109334 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:07.109500 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:08:07.109844 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:08:07.110191 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.03.21 18:08:07.110493 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:07.111052 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.111099 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.111601 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.21 18:08:07.111722 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.003121976 sec., 7046.819065873665 rows/sec., 574.62 KiB/sec. 2024.03.21 18:08:07.111894 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.03.21 18:08:07.112024 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.112282 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} executeQuery: Read 52 rows, 4.29 KiB in 0.003193 sec., 16285.624804259316 rows/sec., 1.31 MiB/sec. 2024.03.21 18:08:07.112447 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} DynamicQueryHandler: Done processing query 2024.03.21 18:08:07.112475 [ 3 ] {aceeb79c-301c-426b-bd83-b65371e6eb84} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:07.112502 [ 3 ] {} HTTP-Session: b117d21f-ceec-40f7-9fcb-3345a045fa6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.112508 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.112591 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_10_2} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.03.21 18:08:07.112657 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:07.112670 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.03.21 18:08:07.112711 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:07.112731 [ 3 ] {} HTTP-Session: 24f8f6ee-b18e-4709-8855-870d5a0c2184 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:07.112749 [ 3 ] {} HTTP-Session: 24f8f6ee-b18e-4709-8855-870d5a0c2184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.112765 [ 3 ] {} HTTP-Session: 24f8f6ee-b18e-4709-8855-870d5a0c2184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.112796 [ 3 ] {} HTTP-Session: 24f8f6ee-b18e-4709-8855-870d5a0c2184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:07.112864 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:07.112905 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:08:07.113032 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:07.113314 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.113352 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.113671 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.21 18:08:07.114000 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.114167 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} executeQuery: Read 2 rows, 143.00 B in 0.001315 sec., 1520.912547528517 rows/sec., 106.20 KiB/sec. 2024.03.21 18:08:07.114168 [ 98 ] {} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.03.21 18:08:07.114258 [ 98 ] {} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.114298 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.114385 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} DynamicQueryHandler: Done processing query 2024.03.21 18:08:07.114435 [ 3 ] {d0aecbac-dbb2-4565-b418-0755d2fd5d00} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:07.114496 [ 3 ] {} HTTP-Session: 24f8f6ee-b18e-4709-8855-870d5a0c2184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.114567 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:08:07.114670 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:07.114774 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:07.114836 [ 3 ] {} HTTP-Session: 4a20ccda-1837-476b-a84a-e13619bf7c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:07.114884 [ 3 ] {} HTTP-Session: 4a20ccda-1837-476b-a84a-e13619bf7c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.114894 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:07.114911 [ 3 ] {} HTTP-Session: 4a20ccda-1837-476b-a84a-e13619bf7c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.114961 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part 2024.03.21 18:08:07.114977 [ 3 ] {} HTTP-Session: 4a20ccda-1837-476b-a84a-e13619bf7c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:07.115267 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:08:07.115263 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:07.115415 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:07.115536 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.03.21 18:08:07.115886 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:08:07.116205 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:08:07.116464 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:07.116471 [ 192 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.03.21 18:08:07.117392 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.117456 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.118251 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.21 18:08:07.119028 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.004627033 sec., 4754.666759454709 rows/sec., 331.99 KiB/sec. 2024.03.21 18:08:07.119127 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.119189 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.03.21 18:08:07.119362 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} executeQuery: Read 31 rows, 2.46 KiB in 0.004304 sec., 7202.602230483272 rows/sec., 572.01 KiB/sec. 2024.03.21 18:08:07.119538 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} DynamicQueryHandler: Done processing query 2024.03.21 18:08:07.119572 [ 3 ] {3ee13124-ea63-4272-83b1-2f1a4b892101} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:07.119600 [ 3 ] {} HTTP-Session: 4a20ccda-1837-476b-a84a-e13619bf7c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.119734 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:07.119789 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:07.119817 [ 3 ] {} HTTP-Session: edf21d36-e1e4-4a37-9830-c2c98232c930 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:07.119829 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.119837 [ 3 ] {} HTTP-Session: edf21d36-e1e4-4a37-9830-c2c98232c930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.119866 [ 3 ] {} HTTP-Session: edf21d36-e1e4-4a37-9830-c2c98232c930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.119909 [ 3 ] {} HTTP-Session: edf21d36-e1e4-4a37-9830-c2c98232c930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:07.119942 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_10_2} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.03.21 18:08:07.120014 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:07.120054 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.21 18:08:07.120076 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:08:07.120229 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:07.120584 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.120621 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.121010 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.21 18:08:07.121370 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.121534 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} executeQuery: Read 37 rows, 2.67 KiB in 0.001562 sec., 23687.580025608193 rows/sec., 1.67 MiB/sec. 2024.03.21 18:08:07.121770 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} DynamicQueryHandler: Done processing query 2024.03.21 18:08:07.121810 [ 3 ] {9cdff6da-0b23-44af-a0ad-fe7ab11813c7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:08:07.121827 [ 3 ] {} HTTP-Session: edf21d36-e1e4-4a37-9830-c2c98232c930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.121956 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:07.122008 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:07.122029 [ 3 ] {} HTTP-Session: 36c5baaa-fc61-4fee-b636-e9cb1668051c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:07.122046 [ 3 ] {} HTTP-Session: 36c5baaa-fc61-4fee-b636-e9cb1668051c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.122061 [ 3 ] {} HTTP-Session: 36c5baaa-fc61-4fee-b636-e9cb1668051c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:07.122093 [ 3 ] {} HTTP-Session: 36c5baaa-fc61-4fee-b636-e9cb1668051c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:07.122191 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:07.122238 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:07.122421 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:07.122741 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:07.122779 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:07.123175 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.21 18:08:07.123534 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:07.123684 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} executeQuery: Read 5 rows, 6.91 KiB in 0.001544 sec., 3238.341968911917 rows/sec., 4.37 MiB/sec. 2024.03.21 18:08:07.123801 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} DynamicQueryHandler: Done processing query 2024.03.21 18:08:07.123825 [ 3 ] {2302f316-181a-41ca-b737-b779a8458585} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:07.123842 [ 3 ] {} HTTP-Session: 36c5baaa-fc61-4fee-b636-e9cb1668051c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.105359 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:12.105498 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:12.105530 [ 3 ] {} HTTP-Session: b4c3a04b-d98e-4981-8548-775d432b0075 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:12.105562 [ 3 ] {} HTTP-Session: b4c3a04b-d98e-4981-8548-775d432b0075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.105581 [ 3 ] {} HTTP-Session: b4c3a04b-d98e-4981-8548-775d432b0075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.105637 [ 3 ] {} HTTP-Session: b4c3a04b-d98e-4981-8548-775d432b0075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:12.105784 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:12.105857 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:12.106080 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:12.106547 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:12.106596 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:12.107024 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.21 18:08:12.107383 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:12.107530 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} executeQuery: Read 49 rows, 3.97 KiB in 0.001816 sec., 26982.378854625553 rows/sec., 2.14 MiB/sec. 2024.03.21 18:08:12.107691 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} DynamicQueryHandler: Done processing query 2024.03.21 18:08:12.107720 [ 3 ] {0bf2ccdc-c380-4d4d-8a48-729e427c4dc6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:12.107737 [ 3 ] {} HTTP-Session: b4c3a04b-d98e-4981-8548-775d432b0075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.107865 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:12.107922 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:12.107944 [ 3 ] {} HTTP-Session: f73541de-cb8d-4670-ba8f-df8b45bbb0cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:12.107965 [ 3 ] {} HTTP-Session: f73541de-cb8d-4670-ba8f-df8b45bbb0cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.107979 [ 3 ] {} HTTP-Session: f73541de-cb8d-4670-ba8f-df8b45bbb0cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.108015 [ 3 ] {} HTTP-Session: f73541de-cb8d-4670-ba8f-df8b45bbb0cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:12.108087 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:12.108132 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:08:12.108263 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:12.108536 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:12.108574 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:12.108887 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.21 18:08:12.109200 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:12.109341 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} executeQuery: Read 2 rows, 167.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 127.21 KiB/sec. 2024.03.21 18:08:12.109570 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} DynamicQueryHandler: Done processing query 2024.03.21 18:08:12.109612 [ 3 ] {3062d895-2dc3-43b7-bc85-2b7081c40259} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:12.109631 [ 3 ] {} HTTP-Session: f73541de-cb8d-4670-ba8f-df8b45bbb0cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.109818 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:12.109868 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:12.109889 [ 3 ] {} HTTP-Session: 4d8f6ea8-59d6-4120-b7f8-e3094b89f601 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:12.109907 [ 3 ] {} HTTP-Session: 4d8f6ea8-59d6-4120-b7f8-e3094b89f601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.109922 [ 3 ] {} HTTP-Session: 4d8f6ea8-59d6-4120-b7f8-e3094b89f601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.109953 [ 3 ] {} HTTP-Session: 4d8f6ea8-59d6-4120-b7f8-e3094b89f601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:12.110064 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:12.110106 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:12.110245 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:12.110628 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:12.110666 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:12.111000 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.21 18:08:12.111321 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:12.111446 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} executeQuery: Read 148 rows, 14.82 KiB in 0.001446 sec., 102351.31396957123 rows/sec., 10.01 MiB/sec. 2024.03.21 18:08:12.111565 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} DynamicQueryHandler: Done processing query 2024.03.21 18:08:12.111590 [ 3 ] {31b18f87-13ff-448a-96b6-a9e533420f89} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:08:12.111606 [ 3 ] {} HTTP-Session: 4d8f6ea8-59d6-4120-b7f8-e3094b89f601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.111723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:12.111775 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:12.111796 [ 3 ] {} HTTP-Session: 2be47e83-c565-4391-b162-f15f5fd2addb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:12.111815 [ 3 ] {} HTTP-Session: 2be47e83-c565-4391-b162-f15f5fd2addb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.111830 [ 3 ] {} HTTP-Session: 2be47e83-c565-4391-b162-f15f5fd2addb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.111861 [ 3 ] {} HTTP-Session: 2be47e83-c565-4391-b162-f15f5fd2addb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:12.111925 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:12.111964 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:08:12.112091 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:12.112337 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:12.112374 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:12.112684 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.21 18:08:12.113031 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:12.113162 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} executeQuery: Read 2 rows, 143.00 B in 0.00126 sec., 1587.3015873015872 rows/sec., 110.83 KiB/sec. 2024.03.21 18:08:12.113272 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} DynamicQueryHandler: Done processing query 2024.03.21 18:08:12.113297 [ 3 ] {3c6b20e4-53c7-41b3-8b6a-7f1d43d364da} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:12.113313 [ 3 ] {} HTTP-Session: 2be47e83-c565-4391-b162-f15f5fd2addb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.113435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:12.113484 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:12.113505 [ 3 ] {} HTTP-Session: 074c0398-2bd7-4276-a4da-8bf019fa7333 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:12.113523 [ 3 ] {} HTTP-Session: 074c0398-2bd7-4276-a4da-8bf019fa7333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.113538 [ 3 ] {} HTTP-Session: 074c0398-2bd7-4276-a4da-8bf019fa7333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.113568 [ 3 ] {} HTTP-Session: 074c0398-2bd7-4276-a4da-8bf019fa7333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:12.113646 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:12.113686 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:12.113811 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:12.114097 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:12.114134 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:12.114443 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.21 18:08:12.114759 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:12.114886 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} executeQuery: Read 51 rows, 4.09 KiB in 0.001274 sec., 40031.39717425432 rows/sec., 3.13 MiB/sec. 2024.03.21 18:08:12.115074 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} DynamicQueryHandler: Done processing query 2024.03.21 18:08:12.115127 [ 3 ] {d58954a2-9731-4499-a5c1-f4b8633422a7} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:08:12.115179 [ 3 ] {} HTTP-Session: 074c0398-2bd7-4276-a4da-8bf019fa7333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.115332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:12.115386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:12.115406 [ 3 ] {} HTTP-Session: f25d611b-d811-473f-b53e-843917e8a6d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:12.115425 [ 3 ] {} HTTP-Session: f25d611b-d811-473f-b53e-843917e8a6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.115440 [ 3 ] {} HTTP-Session: f25d611b-d811-473f-b53e-843917e8a6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.115478 [ 3 ] {} HTTP-Session: f25d611b-d811-473f-b53e-843917e8a6d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:12.115547 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:12.115595 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:08:12.115757 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:12.116013 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:12.116050 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:12.116431 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.21 18:08:12.116780 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:12.116904 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} executeQuery: Read 1 rows, 72.00 B in 0.001382 sec., 723.589001447178 rows/sec., 50.88 KiB/sec. 2024.03.21 18:08:12.117018 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} DynamicQueryHandler: Done processing query 2024.03.21 18:08:12.117042 [ 3 ] {90a46a28-eb01-4f2d-9bb3-bf15c6936ffb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:12.117058 [ 3 ] {} HTTP-Session: f25d611b-d811-473f-b53e-843917e8a6d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.117233 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:12.117283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:12.117304 [ 3 ] {} HTTP-Session: 4a1c8617-b5ae-4233-9be3-9dd0ecf69809 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:12.117322 [ 3 ] {} HTTP-Session: 4a1c8617-b5ae-4233-9be3-9dd0ecf69809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.117338 [ 3 ] {} HTTP-Session: 4a1c8617-b5ae-4233-9be3-9dd0ecf69809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:12.117369 [ 3 ] {} HTTP-Session: 4a1c8617-b5ae-4233-9be3-9dd0ecf69809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:12.117723 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:12.117771 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:12.117923 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:12.118559 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:12.118595 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:12.119023 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.21 18:08:12.119391 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:12.119532 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} executeQuery: Read 49 rows, 67.71 KiB in 0.002104 sec., 23288.973384030418 rows/sec., 31.43 MiB/sec. 2024.03.21 18:08:12.119665 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} DynamicQueryHandler: Done processing query 2024.03.21 18:08:12.119689 [ 3 ] {53ab30cd-f23e-4ea3-ab99-31302298b16c} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:08:12.119705 [ 3 ] {} HTTP-Session: 4a1c8617-b5ae-4233-9be3-9dd0ecf69809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:15.316628 [ 90 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:08:15.316742 [ 90 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:08:17.103055 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:17.103185 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:17.103217 [ 3 ] {} HTTP-Session: 42bd66ab-82bd-4290-a010-1b3364ea0fa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:17.103248 [ 3 ] {} HTTP-Session: 42bd66ab-82bd-4290-a010-1b3364ea0fa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.103269 [ 3 ] {} HTTP-Session: 42bd66ab-82bd-4290-a010-1b3364ea0fa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.103326 [ 3 ] {} HTTP-Session: 42bd66ab-82bd-4290-a010-1b3364ea0fa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:17.103460 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:17.103531 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:17.103730 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:17.104150 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:17.104203 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:17.104611 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.21 18:08:17.104965 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:17.105132 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} executeQuery: Read 5 rows, 415.00 B in 0.001727 sec., 2895.1939779965255 rows/sec., 234.67 KiB/sec. 2024.03.21 18:08:17.105297 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} DynamicQueryHandler: Done processing query 2024.03.21 18:08:17.105325 [ 3 ] {7622c587-cc08-406c-a103-c9c742f862e2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:17.105342 [ 3 ] {} HTTP-Session: 42bd66ab-82bd-4290-a010-1b3364ea0fa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.105479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:17.105538 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:17.105558 [ 3 ] {} HTTP-Session: afceacf9-fc78-4b38-864b-dbb2c6c81da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:17.105578 [ 3 ] {} HTTP-Session: afceacf9-fc78-4b38-864b-dbb2c6c81da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.105592 [ 3 ] {} HTTP-Session: afceacf9-fc78-4b38-864b-dbb2c6c81da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.105630 [ 3 ] {} HTTP-Session: afceacf9-fc78-4b38-864b-dbb2c6c81da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:17.105711 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:17.105756 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:17.105886 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:17.106189 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:17.106231 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:17.106553 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.21 18:08:17.106870 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:17.107032 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} executeQuery: Read 15 rows, 1.39 KiB in 0.001347 sec., 11135.857461024498 rows/sec., 1.00 MiB/sec. 2024.03.21 18:08:17.107157 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} DynamicQueryHandler: Done processing query 2024.03.21 18:08:17.107182 [ 3 ] {75cad2c4-3644-4e64-8b16-172bc4718b90} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:08:17.107198 [ 3 ] {} HTTP-Session: afceacf9-fc78-4b38-864b-dbb2c6c81da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.107318 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:17.107371 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:17.107391 [ 3 ] {} HTTP-Session: 72979f1b-6314-464d-882c-6c4991c0a81d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:17.107409 [ 3 ] {} HTTP-Session: 72979f1b-6314-464d-882c-6c4991c0a81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.107424 [ 3 ] {} HTTP-Session: 72979f1b-6314-464d-882c-6c4991c0a81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.107455 [ 3 ] {} HTTP-Session: 72979f1b-6314-464d-882c-6c4991c0a81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:17.107523 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:17.107564 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:17.107692 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:17.107956 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:17.107996 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:17.108306 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.21 18:08:17.108631 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:17.108800 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} executeQuery: Read 5 rows, 410.00 B in 0.001292 sec., 3869.969040247678 rows/sec., 309.90 KiB/sec. 2024.03.21 18:08:17.108934 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} DynamicQueryHandler: Done processing query 2024.03.21 18:08:17.108968 [ 3 ] {4ef8dea9-9ec5-42c9-bf23-b18dec6763b6} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:17.108995 [ 3 ] {} HTTP-Session: 72979f1b-6314-464d-882c-6c4991c0a81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.109142 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:17.109193 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:17.109213 [ 3 ] {} HTTP-Session: 33caa3a6-62b1-4890-934d-3a8f812ab2c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:17.109231 [ 3 ] {} HTTP-Session: 33caa3a6-62b1-4890-934d-3a8f812ab2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.109246 [ 3 ] {} HTTP-Session: 33caa3a6-62b1-4890-934d-3a8f812ab2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:17.109277 [ 3 ] {} HTTP-Session: 33caa3a6-62b1-4890-934d-3a8f812ab2c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:17.109371 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:17.109418 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:17.109583 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:17.109914 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:17.109950 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:17.110355 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.21 18:08:17.110708 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:17.110877 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} executeQuery: Read 5 rows, 6.91 KiB in 0.001544 sec., 3238.341968911917 rows/sec., 4.37 MiB/sec. 2024.03.21 18:08:17.111013 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} DynamicQueryHandler: Done processing query 2024.03.21 18:08:17.111038 [ 3 ] {d9e65b6b-2f0a-4d12-a4ec-19e118fc70ac} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:17.111054 [ 3 ] {} HTTP-Session: 33caa3a6-62b1-4890-934d-3a8f812ab2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.105305 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:22.105499 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:22.105548 [ 3 ] {} HTTP-Session: 2c992c0a-95bf-4d54-af02-012fabdfb99e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:22.105596 [ 3 ] {} HTTP-Session: 2c992c0a-95bf-4d54-af02-012fabdfb99e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.105627 [ 3 ] {} HTTP-Session: 2c992c0a-95bf-4d54-af02-012fabdfb99e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.105709 [ 3 ] {} HTTP-Session: 2c992c0a-95bf-4d54-af02-012fabdfb99e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:22.105850 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:22.105916 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:22.106111 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:22.106539 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:22.106592 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:22.106986 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.21 18:08:22.107333 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:22.107507 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} executeQuery: Read 49 rows, 3.97 KiB in 0.001715 sec., 28571.428571428572 rows/sec., 2.26 MiB/sec. 2024.03.21 18:08:22.107753 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} DynamicQueryHandler: Done processing query 2024.03.21 18:08:22.107805 [ 3 ] {ad7ae441-9997-4655-b159-f3f90ac6e090} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:22.107830 [ 3 ] {} HTTP-Session: 2c992c0a-95bf-4d54-af02-012fabdfb99e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.108000 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:22.108054 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:22.108076 [ 3 ] {} HTTP-Session: a2835585-ec2d-40eb-b908-8f9e5b468496 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:22.108095 [ 3 ] {} HTTP-Session: a2835585-ec2d-40eb-b908-8f9e5b468496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.108110 [ 3 ] {} HTTP-Session: a2835585-ec2d-40eb-b908-8f9e5b468496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.108146 [ 3 ] {} HTTP-Session: a2835585-ec2d-40eb-b908-8f9e5b468496 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:22.108262 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:22.108308 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:22.108456 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:22.108856 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:22.108897 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:22.109232 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.21 18:08:22.109563 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:22.109727 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} executeQuery: Read 147 rows, 14.73 KiB in 0.00152 sec., 96710.52631578947 rows/sec., 9.47 MiB/sec. 2024.03.21 18:08:22.109733 [ 85 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.21 18:08:22.109827 [ 85 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:22.109877 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:22.109909 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} DynamicQueryHandler: Done processing query 2024.03.21 18:08:22.109954 [ 3 ] {76b278da-2f2c-4943-b2fe-5e11716e7fc9} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:08:22.109983 [ 3 ] {} HTTP-Session: a2835585-ec2d-40eb-b908-8f9e5b468496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.110020 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:08:22.110130 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:22.110164 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 203 rows starting from the beginning of the part 2024.03.21 18:08:22.110171 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:22.110247 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:22.110247 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 147 rows starting from the beginning of the part 2024.03.21 18:08:22.110279 [ 3 ] {} HTTP-Session: 6ca1aec3-63c3-4241-9f69-93c1cbc80f2f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:22.110333 [ 3 ] {} HTTP-Session: 6ca1aec3-63c3-4241-9f69-93c1cbc80f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.110372 [ 3 ] {} HTTP-Session: 6ca1aec3-63c3-4241-9f69-93c1cbc80f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.110488 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 52 rows starting from the beginning of the part 2024.03.21 18:08:22.110513 [ 3 ] {} HTTP-Session: 6ca1aec3-63c3-4241-9f69-93c1cbc80f2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:22.110881 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 148 rows starting from the beginning of the part 2024.03.21 18:08:22.110923 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:22.111040 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:22.111048 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:08:22.111267 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 147 rows starting from the beginning of the part 2024.03.21 18:08:22.111635 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:22.112094 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:22.112136 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:22.112591 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.21 18:08:22.112950 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 712 rows, containing 4 columns (4 merged, 0 gathered) in 0.003005184 sec., 236923.92878439388 rows/sec., 22.53 MiB/sec. 2024.03.21 18:08:22.113086 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.21 18:08:22.113167 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:22.113395 [ 85 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.21 18:08:22.113500 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} executeQuery: Read 49 rows, 3.92 KiB in 0.002817 sec., 17394.39119630813 rows/sec., 1.36 MiB/sec. 2024.03.21 18:08:22.113535 [ 85 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:22.113674 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:22.114006 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} DynamicQueryHandler: Done processing query 2024.03.21 18:08:22.114065 [ 3 ] {55a94f92-168f-4f9a-a59a-13c9bf115c6d} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:08:22.114104 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:08:22.114148 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:22.114137 [ 3 ] {} HTTP-Session: 6ca1aec3-63c3-4241-9f69-93c1cbc80f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.114400 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_46_9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.21 18:08:22.114530 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:22.114635 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:22.114659 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:22.114640 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.03.21 18:08:22.114701 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 104 rows starting from the beginning of the part 2024.03.21 18:08:22.114724 [ 3 ] {} HTTP-Session: 50ab1574-d9a3-4739-92c9-458e2beddc45 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:22.114775 [ 3 ] {} HTTP-Session: 50ab1574-d9a3-4739-92c9-458e2beddc45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.114811 [ 3 ] {} HTTP-Session: 50ab1574-d9a3-4739-92c9-458e2beddc45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:22.114942 [ 3 ] {} HTTP-Session: 50ab1574-d9a3-4739-92c9-458e2beddc45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:22.114983 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:22.115208 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part 2024.03.21 18:08:22.115390 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 51 rows starting from the beginning of the part 2024.03.21 18:08:22.115517 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:22.115631 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:22.115711 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:22.115945 [ 192 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:22.116681 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:22.117906 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:22.117970 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:22.118439 [ 202 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 4 columns (4 merged, 0 gathered) in 0.004588072 sec., 62989.421264531156 rows/sec., 4.92 MiB/sec. 2024.03.21 18:08:22.118744 [ 202 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.21 18:08:22.118983 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.21 18:08:22.119637 [ 202 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:22.119824 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:22.119842 [ 202 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_46_9} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.21 18:08:22.120050 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:08:22.120178 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} executeQuery: Read 49 rows, 67.71 KiB in 0.005095 sec., 9617.271835132484 rows/sec., 12.98 MiB/sec. 2024.03.21 18:08:22.120505 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} DynamicQueryHandler: Done processing query 2024.03.21 18:08:22.120569 [ 3 ] {55b77a36-d31d-41b5-b807-6191b99241ff} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:08:22.120618 [ 3 ] {} HTTP-Session: 50ab1574-d9a3-4739-92c9-458e2beddc45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:25.308564 [ 39 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2024.03.21 18:08:25.308646 [ 39 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:25.308670 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:25.308878 [ 202 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2024.03.21 18:08:25.309114 [ 202 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:25.309155 [ 202 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part 2024.03.21 18:08:25.309236 [ 202 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2024.03.21 18:08:25.309478 [ 202 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2024.03.21 18:08:25.309739 [ 202 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 37 rows starting from the beginning of the part 2024.03.21 18:08:25.309876 [ 202 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2024.03.21 18:08:25.311125 [ 192 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.002368593 sec., 238960.4292506142 rows/sec., 16.85 MiB/sec. 2024.03.21 18:08:25.311340 [ 186 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2024.03.21 18:08:25.311818 [ 186 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:25.311897 [ 186 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_15_3} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2024.03.21 18:08:25.311974 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.03.21 18:08:27.103403 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:27.103522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:27.103548 [ 3 ] {} HTTP-Session: 0b4946d3-1653-46b5-aa74-a1babf6fb085 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:27.103574 [ 3 ] {} HTTP-Session: 0b4946d3-1653-46b5-aa74-a1babf6fb085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.103592 [ 3 ] {} HTTP-Session: 0b4946d3-1653-46b5-aa74-a1babf6fb085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.103643 [ 3 ] {} HTTP-Session: 0b4946d3-1653-46b5-aa74-a1babf6fb085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:27.103763 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:27.103831 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:27.104025 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:27.104435 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:27.104487 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:27.105005 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.21 18:08:27.105417 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:27.105606 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} executeQuery: Read 5 rows, 415.00 B in 0.001894 sec., 2639.9155227032734 rows/sec., 213.98 KiB/sec. 2024.03.21 18:08:27.105663 [ 44 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.21 18:08:27.105809 [ 44 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:27.105854 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} DynamicQueryHandler: Done processing query 2024.03.21 18:08:27.105861 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:27.105900 [ 3 ] {0805a760-4fbc-464c-96b3-acf66b711ce3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:27.105936 [ 3 ] {} HTTP-Session: 0b4946d3-1653-46b5-aa74-a1babf6fb085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.106077 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:08:27.106111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:27.106212 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:27.106261 [ 3 ] {} HTTP-Session: 4177aab9-5d7d-48e9-8007-b345d0a0f954 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:27.106313 [ 3 ] {} HTTP-Session: 4177aab9-5d7d-48e9-8007-b345d0a0f954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.106357 [ 3 ] {} HTTP-Session: 4177aab9-5d7d-48e9-8007-b345d0a0f954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.106399 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:27.106431 [ 3 ] {} HTTP-Session: 4177aab9-5d7d-48e9-8007-b345d0a0f954 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:27.106465 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 54 rows starting from the beginning of the part 2024.03.21 18:08:27.106637 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:27.106749 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:27.106774 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:27.107036 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:27.107375 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:27.107707 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:27.107980 [ 202 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:27.108260 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:27.109128 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:27.109191 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:27.110046 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.21 18:08:27.110921 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 4 columns (4 merged, 0 gathered) in 0.004914688 sec., 33979.77653922283 rows/sec., 2.69 MiB/sec. 2024.03.21 18:08:27.110995 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:27.111287 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} executeQuery: Read 15 rows, 1.39 KiB in 0.004742 sec., 3163.222269084775 rows/sec., 292.23 KiB/sec. 2024.03.21 18:08:27.111355 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.21 18:08:27.111592 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} DynamicQueryHandler: Done processing query 2024.03.21 18:08:27.111631 [ 3 ] {6bc7a257-8910-4014-85ed-d2f4b1a6ab48} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:08:27.111649 [ 3 ] {} HTTP-Session: 4177aab9-5d7d-48e9-8007-b345d0a0f954 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.111894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:27.112009 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:27.112060 [ 3 ] {} HTTP-Session: d151bf81-5a8a-4083-9c09-761f11e0a299 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:27.112096 [ 3 ] {} HTTP-Session: d151bf81-5a8a-4083-9c09-761f11e0a299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.112117 [ 3 ] {} HTTP-Session: d151bf81-5a8a-4083-9c09-761f11e0a299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.112180 [ 3 ] {} HTTP-Session: d151bf81-5a8a-4083-9c09-761f11e0a299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:27.112316 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:27.112365 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:27.112387 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:27.112602 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_46_9} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.21 18:08:27.112809 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:27.112817 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:08:27.113146 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:27.113188 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:27.113504 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.21 18:08:27.113830 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:27.113980 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} executeQuery: Read 5 rows, 410.00 B in 0.00172 sec., 2906.9767441860467 rows/sec., 232.79 KiB/sec. 2024.03.21 18:08:27.114104 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} DynamicQueryHandler: Done processing query 2024.03.21 18:08:27.114128 [ 3 ] {3dd2f19e-6d91-4343-9168-1667c07fa72b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:27.114144 [ 3 ] {} HTTP-Session: d151bf81-5a8a-4083-9c09-761f11e0a299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.114268 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:27.114314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:27.114333 [ 3 ] {} HTTP-Session: fe50584f-59ce-472c-bce6-20b8b636a5d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:27.114351 [ 3 ] {} HTTP-Session: fe50584f-59ce-472c-bce6-20b8b636a5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.114365 [ 3 ] {} HTTP-Session: fe50584f-59ce-472c-bce6-20b8b636a5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.114396 [ 3 ] {} HTTP-Session: fe50584f-59ce-472c-bce6-20b8b636a5d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:27.114495 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:27.114542 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:27.114711 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:27.115026 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:27.115064 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:27.115463 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.21 18:08:27.115826 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:27.115982 [ 44 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.21 18:08:27.115984 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} executeQuery: Read 5 rows, 6.91 KiB in 0.001537 sec., 3253.0904359141186 rows/sec., 4.39 MiB/sec. 2024.03.21 18:08:27.116032 [ 44 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:27.116106 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:27.116271 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} DynamicQueryHandler: Done processing query 2024.03.21 18:08:27.116286 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:08:27.116311 [ 3 ] {f81873fb-8d10-42b2-9891-5abaea1181ab} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:27.116371 [ 3 ] {} HTTP-Session: fe50584f-59ce-472c-bce6-20b8b636a5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:27.116508 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:27.116551 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1212 rows starting from the beginning of the part 2024.03.21 18:08:27.116669 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:27.116948 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:27.117076 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:27.117163 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:27.117455 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:27.120609 [ 192 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1325 rows, containing 6 columns (6 merged, 0 gathered) in 0.004394849 sec., 301489.3116919375 rows/sec., 406.84 MiB/sec. 2024.03.21 18:08:27.121204 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.21 18:08:27.121600 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:27.121680 [ 188 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_46_9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.21 18:08:27.121759 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. 2024.03.21 18:08:30.316817 [ 8 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:08:30.316895 [ 8 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:08:32.105305 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:32.105422 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:32.105447 [ 3 ] {} HTTP-Session: 7aba5bd7-bfab-4b2a-a62d-7d1ce48221b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:32.105472 [ 3 ] {} HTTP-Session: 7aba5bd7-bfab-4b2a-a62d-7d1ce48221b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.105488 [ 3 ] {} HTTP-Session: 7aba5bd7-bfab-4b2a-a62d-7d1ce48221b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.105538 [ 3 ] {} HTTP-Session: 7aba5bd7-bfab-4b2a-a62d-7d1ce48221b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:32.105668 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:32.105740 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:32.105931 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:32.106364 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:32.106415 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:32.106813 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.21 18:08:32.107153 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:32.107337 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} executeQuery: Read 49 rows, 3.97 KiB in 0.001725 sec., 28405.797101449276 rows/sec., 2.25 MiB/sec. 2024.03.21 18:08:32.107493 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} DynamicQueryHandler: Done processing query 2024.03.21 18:08:32.107518 [ 3 ] {4fe1f640-2b5c-4a47-a5ea-a331cd82e3e3} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:32.107534 [ 3 ] {} HTTP-Session: 7aba5bd7-bfab-4b2a-a62d-7d1ce48221b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.107692 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:32.107745 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:32.107765 [ 3 ] {} HTTP-Session: a158eea6-095b-4937-981b-7f75edd70300 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:32.107783 [ 3 ] {} HTTP-Session: a158eea6-095b-4937-981b-7f75edd70300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.107797 [ 3 ] {} HTTP-Session: a158eea6-095b-4937-981b-7f75edd70300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.107832 [ 3 ] {} HTTP-Session: a158eea6-095b-4937-981b-7f75edd70300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:32.107950 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:32.107993 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:32.108126 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:32.108543 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:32.108584 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:32.108906 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.21 18:08:32.109218 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:32.109342 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} executeQuery: Read 147 rows, 14.73 KiB in 0.001458 sec., 100823.04526748971 rows/sec., 9.87 MiB/sec. 2024.03.21 18:08:32.109492 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} DynamicQueryHandler: Done processing query 2024.03.21 18:08:32.109529 [ 3 ] {d8070a10-a0aa-44b8-9606-a23e1bb4c9f1} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:08:32.109560 [ 3 ] {} HTTP-Session: a158eea6-095b-4937-981b-7f75edd70300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.109757 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:32.109807 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:32.109827 [ 3 ] {} HTTP-Session: bd43ca2a-9429-4848-888d-69a4f2be46ab Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:32.109844 [ 3 ] {} HTTP-Session: bd43ca2a-9429-4848-888d-69a4f2be46ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.109858 [ 3 ] {} HTTP-Session: bd43ca2a-9429-4848-888d-69a4f2be46ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.109891 [ 3 ] {} HTTP-Session: bd43ca2a-9429-4848-888d-69a4f2be46ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:32.109972 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:32.110014 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:32.110140 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:32.110434 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:32.110469 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:32.110777 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.21 18:08:32.111098 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:32.111223 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} executeQuery: Read 49 rows, 3.92 KiB in 0.001286 sec., 38102.64385692068 rows/sec., 2.98 MiB/sec. 2024.03.21 18:08:32.111399 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} DynamicQueryHandler: Done processing query 2024.03.21 18:08:32.111453 [ 3 ] {9e359701-e20c-4a20-a100-a5f0c25981c8} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:08:32.111509 [ 3 ] {} HTTP-Session: bd43ca2a-9429-4848-888d-69a4f2be46ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.111781 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:32.111833 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:32.111854 [ 3 ] {} HTTP-Session: 3283d729-250f-4ddd-9bdc-f78a93de6b77 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:32.111871 [ 3 ] {} HTTP-Session: 3283d729-250f-4ddd-9bdc-f78a93de6b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.111884 [ 3 ] {} HTTP-Session: 3283d729-250f-4ddd-9bdc-f78a93de6b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:32.111917 [ 3 ] {} HTTP-Session: 3283d729-250f-4ddd-9bdc-f78a93de6b77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:32.112260 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:32.112309 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:32.112485 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:32.113136 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:32.113172 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:32.113611 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.21 18:08:32.113951 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:32.114081 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} executeQuery: Read 49 rows, 67.71 KiB in 0.002102 sec., 23311.132254995242 rows/sec., 31.46 MiB/sec. 2024.03.21 18:08:32.114214 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} DynamicQueryHandler: Done processing query 2024.03.21 18:08:32.114239 [ 3 ] {11849c13-d404-4a60-8524-c8e329734e57} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:08:32.114255 [ 3 ] {} HTTP-Session: 3283d729-250f-4ddd-9bdc-f78a93de6b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.104686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:37.104834 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:37.104863 [ 3 ] {} HTTP-Session: a8796a14-8b30-4d51-b9f4-a121b7ff41be Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:37.104892 [ 3 ] {} HTTP-Session: a8796a14-8b30-4d51-b9f4-a121b7ff41be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.104911 [ 3 ] {} HTTP-Session: a8796a14-8b30-4d51-b9f4-a121b7ff41be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.104967 [ 3 ] {} HTTP-Session: a8796a14-8b30-4d51-b9f4-a121b7ff41be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:37.105098 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:37.105201 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:37.105406 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:37.105815 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:37.105867 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:37.106251 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.21 18:08:37.106586 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:37.106753 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} executeQuery: Read 5 rows, 415.00 B in 0.001713 sec., 2918.8558085230593 rows/sec., 236.59 KiB/sec. 2024.03.21 18:08:37.106918 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} DynamicQueryHandler: Done processing query 2024.03.21 18:08:37.106944 [ 3 ] {d19bbf67-d7b6-440d-84ba-0f8c90230222} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:37.106960 [ 3 ] {} HTTP-Session: a8796a14-8b30-4d51-b9f4-a121b7ff41be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.107098 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:37.107176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:37.107197 [ 3 ] {} HTTP-Session: 1fb7f330-ecc9-4889-a992-13e94d7755d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:37.107215 [ 3 ] {} HTTP-Session: 1fb7f330-ecc9-4889-a992-13e94d7755d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.107230 [ 3 ] {} HTTP-Session: 1fb7f330-ecc9-4889-a992-13e94d7755d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.107266 [ 3 ] {} HTTP-Session: 1fb7f330-ecc9-4889-a992-13e94d7755d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:37.107353 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:37.107396 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:37.107526 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:37.107879 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:37.107918 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:37.108229 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.21 18:08:37.108543 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:37.108706 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} executeQuery: Read 51 rows, 4.20 KiB in 0.001385 sec., 36823.1046931408 rows/sec., 2.96 MiB/sec. 2024.03.21 18:08:37.108833 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} DynamicQueryHandler: Done processing query 2024.03.21 18:08:37.108857 [ 3 ] {fa173468-f7b5-4681-a1a3-47342b6b490d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:37.108873 [ 3 ] {} HTTP-Session: 1fb7f330-ecc9-4889-a992-13e94d7755d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.109027 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 4940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:37.109078 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:37.109098 [ 3 ] {} HTTP-Session: 8f42a683-061e-41bc-80cb-ef7abfbbdbb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:37.109115 [ 3 ] {} HTTP-Session: 8f42a683-061e-41bc-80cb-ef7abfbbdbb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.109129 [ 3 ] {} HTTP-Session: 8f42a683-061e-41bc-80cb-ef7abfbbdbb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.109162 [ 3 ] {} HTTP-Session: 8f42a683-061e-41bc-80cb-ef7abfbbdbb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:37.109239 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:37.109280 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:37.109411 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:37.109767 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:37.109806 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:37.110107 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.21 18:08:37.110403 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:37.110546 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} executeQuery: Read 29 rows, 2.30 KiB in 0.001338 sec., 21674.140508221226 rows/sec., 1.68 MiB/sec. 2024.03.21 18:08:37.110672 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} DynamicQueryHandler: Done processing query 2024.03.21 18:08:37.110696 [ 3 ] {b3345cac-ee98-4b07-a1f4-f4ad2b8a3426} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:37.110712 [ 3 ] {} HTTP-Session: 8f42a683-061e-41bc-80cb-ef7abfbbdbb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.110831 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:37.110881 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:37.110899 [ 3 ] {} HTTP-Session: ac14bc3d-0b72-492c-b131-b9cf867757c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:37.110916 [ 3 ] {} HTTP-Session: ac14bc3d-0b72-492c-b131-b9cf867757c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.110929 [ 3 ] {} HTTP-Session: ac14bc3d-0b72-492c-b131-b9cf867757c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.110961 [ 3 ] {} HTTP-Session: ac14bc3d-0b72-492c-b131-b9cf867757c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:37.111038 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:37.111084 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:08:37.111228 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:37.111530 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:37.111566 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:37.111938 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.21 18:08:37.112274 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:37.112430 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} executeQuery: Read 36 rows, 2.60 KiB in 0.001417 sec., 25405.78687367678 rows/sec., 1.79 MiB/sec. 2024.03.21 18:08:37.112654 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} DynamicQueryHandler: Done processing query 2024.03.21 18:08:37.112711 [ 3 ] {0c1b14d4-6ad5-4efb-b40f-00e6611229c8} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:08:37.112735 [ 3 ] {} HTTP-Session: ac14bc3d-0b72-492c-b131-b9cf867757c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.112874 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:37.112936 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:37.112960 [ 3 ] {} HTTP-Session: 8f6e6f4b-c05d-407d-8f5e-810df02b53f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:37.112983 [ 3 ] {} HTTP-Session: 8f6e6f4b-c05d-407d-8f5e-810df02b53f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.113000 [ 3 ] {} HTTP-Session: 8f6e6f4b-c05d-407d-8f5e-810df02b53f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:37.113039 [ 3 ] {} HTTP-Session: 8f6e6f4b-c05d-407d-8f5e-810df02b53f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:37.113153 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:37.113213 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:37.113401 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:37.113713 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:37.113752 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:37.114157 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.21 18:08:37.114502 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:37.114664 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} executeQuery: Read 5 rows, 6.91 KiB in 0.00157 sec., 3184.7133757961783 rows/sec., 4.30 MiB/sec. 2024.03.21 18:08:37.114797 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} DynamicQueryHandler: Done processing query 2024.03.21 18:08:37.114823 [ 3 ] {faedd090-9136-41b7-86ba-f3ccaff4ffb1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:37.114839 [ 3 ] {} HTTP-Session: 8f6e6f4b-c05d-407d-8f5e-810df02b53f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.105807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:42.105934 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:42.105960 [ 3 ] {} HTTP-Session: b60f49a5-fa48-479d-b5b4-618b9974c53b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:42.105985 [ 3 ] {} HTTP-Session: b60f49a5-fa48-479d-b5b4-618b9974c53b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.106000 [ 3 ] {} HTTP-Session: b60f49a5-fa48-479d-b5b4-618b9974c53b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.106051 [ 3 ] {} HTTP-Session: b60f49a5-fa48-479d-b5b4-618b9974c53b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:42.106180 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:42.106245 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:42.106441 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:42.106868 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:42.106919 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:42.107314 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.21 18:08:42.107659 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:42.107821 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} executeQuery: Read 49 rows, 3.97 KiB in 0.001705 sec., 28739.00293255132 rows/sec., 2.27 MiB/sec. 2024.03.21 18:08:42.108047 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} DynamicQueryHandler: Done processing query 2024.03.21 18:08:42.108107 [ 3 ] {c8d32dbc-6ff7-47d6-a2a8-261d3a0b33b5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:42.108161 [ 3 ] {} HTTP-Session: b60f49a5-fa48-479d-b5b4-618b9974c53b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.108367 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:42.108424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:42.108444 [ 3 ] {} HTTP-Session: ce970611-15f5-44e8-8664-fc135725f8cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:42.108463 [ 3 ] {} HTTP-Session: ce970611-15f5-44e8-8664-fc135725f8cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.108477 [ 3 ] {} HTTP-Session: ce970611-15f5-44e8-8664-fc135725f8cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.108513 [ 3 ] {} HTTP-Session: ce970611-15f5-44e8-8664-fc135725f8cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:42.108633 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:42.108678 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:42.108835 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:42.109254 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:42.109294 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:42.109627 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.21 18:08:42.109960 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:42.110120 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} executeQuery: Read 147 rows, 14.73 KiB in 0.001545 sec., 95145.63106796116 rows/sec., 9.31 MiB/sec. 2024.03.21 18:08:42.110249 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} DynamicQueryHandler: Done processing query 2024.03.21 18:08:42.110274 [ 3 ] {9d33b11e-f268-4930-9b8c-c6d9c76bd274} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:08:42.110290 [ 3 ] {} HTTP-Session: ce970611-15f5-44e8-8664-fc135725f8cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.110460 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:42.110513 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:42.110533 [ 3 ] {} HTTP-Session: 3b2b5256-d429-4d87-a609-908de3fdcc09 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:42.110550 [ 3 ] {} HTTP-Session: 3b2b5256-d429-4d87-a609-908de3fdcc09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.110564 [ 3 ] {} HTTP-Session: 3b2b5256-d429-4d87-a609-908de3fdcc09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.110595 [ 3 ] {} HTTP-Session: 3b2b5256-d429-4d87-a609-908de3fdcc09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:42.110686 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:42.110728 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:42.110857 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:42.111221 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:42.111259 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:42.111571 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.21 18:08:42.111880 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:42.112040 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} executeQuery: Read 49 rows, 3.92 KiB in 0.00139 sec., 35251.79856115108 rows/sec., 2.76 MiB/sec. 2024.03.21 18:08:42.112246 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} DynamicQueryHandler: Done processing query 2024.03.21 18:08:42.112305 [ 3 ] {cee5ad51-b3f9-4864-862e-e47853c49343} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:08:42.112363 [ 3 ] {} HTTP-Session: 3b2b5256-d429-4d87-a609-908de3fdcc09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.112553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:42.112606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:42.112627 [ 3 ] {} HTTP-Session: e4e4271b-471e-4533-9eac-525a9e87dc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:42.112644 [ 3 ] {} HTTP-Session: e4e4271b-471e-4533-9eac-525a9e87dc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.112658 [ 3 ] {} HTTP-Session: e4e4271b-471e-4533-9eac-525a9e87dc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:42.112690 [ 3 ] {} HTTP-Session: e4e4271b-471e-4533-9eac-525a9e87dc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:42.113041 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:42.113092 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:42.113272 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:42.113893 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:42.113932 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:42.114383 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.21 18:08:42.114730 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:42.114887 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} executeQuery: Read 49 rows, 67.71 KiB in 0.002133 sec., 22972.339428035633 rows/sec., 31.00 MiB/sec. 2024.03.21 18:08:42.115117 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} DynamicQueryHandler: Done processing query 2024.03.21 18:08:42.115175 [ 3 ] {35306c57-8014-40bc-a38a-ab4d4ecbb5b0} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:08:42.115220 [ 3 ] {} HTTP-Session: e4e4271b-471e-4533-9eac-525a9e87dc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:45.316954 [ 66 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:08:45.317058 [ 66 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:08:47.103194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:47.103324 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:47.103353 [ 3 ] {} HTTP-Session: b5cbd2cb-8435-4034-ad53-8a24f77d2383 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:47.103383 [ 3 ] {} HTTP-Session: b5cbd2cb-8435-4034-ad53-8a24f77d2383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.103401 [ 3 ] {} HTTP-Session: b5cbd2cb-8435-4034-ad53-8a24f77d2383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.103457 [ 3 ] {} HTTP-Session: b5cbd2cb-8435-4034-ad53-8a24f77d2383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:47.103588 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:47.103659 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:47.103861 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:47.104376 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:47.104430 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:47.104832 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.21 18:08:47.105188 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:47.105357 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} executeQuery: Read 5 rows, 415.00 B in 0.001828 sec., 2735.229759299781 rows/sec., 221.70 KiB/sec. 2024.03.21 18:08:47.105561 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} DynamicQueryHandler: Done processing query 2024.03.21 18:08:47.105588 [ 3 ] {31e9dfa5-1bc1-4062-9287-1fff2e54489f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:47.105604 [ 3 ] {} HTTP-Session: b5cbd2cb-8435-4034-ad53-8a24f77d2383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.105734 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:47.105791 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:47.105811 [ 3 ] {} HTTP-Session: afb8984f-5f2e-4ca0-9235-0f147bc9f29a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:47.105831 [ 3 ] {} HTTP-Session: afb8984f-5f2e-4ca0-9235-0f147bc9f29a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.105845 [ 3 ] {} HTTP-Session: afb8984f-5f2e-4ca0-9235-0f147bc9f29a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.105881 [ 3 ] {} HTTP-Session: afb8984f-5f2e-4ca0-9235-0f147bc9f29a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:47.105959 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:47.106003 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:47.106144 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:47.106462 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:47.106503 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:47.106812 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.21 18:08:47.107116 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:47.107272 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} executeQuery: Read 15 rows, 1.39 KiB in 0.00134 sec., 11194.029850746268 rows/sec., 1.01 MiB/sec. 2024.03.21 18:08:47.107270 [ 78 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.21 18:08:47.107381 [ 78 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:47.107421 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:47.107455 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} DynamicQueryHandler: Done processing query 2024.03.21 18:08:47.107501 [ 3 ] {bd5cb1f6-f72c-4339-9996-76f07712a46f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:08:47.107545 [ 3 ] {} HTTP-Session: afb8984f-5f2e-4ca0-9235-0f147bc9f29a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.107668 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:08:47.107721 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:47.107814 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:47.107858 [ 3 ] {} HTTP-Session: 91d24d05-2e61-4dc9-aa37-2ab39e41c6c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:47.107899 [ 3 ] {} HTTP-Session: 91d24d05-2e61-4dc9-aa37-2ab39e41c6c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.107936 [ 3 ] {} HTTP-Session: 91d24d05-2e61-4dc9-aa37-2ab39e41c6c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.108019 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:47.108029 [ 3 ] {} HTTP-Session: 91d24d05-2e61-4dc9-aa37-2ab39e41c6c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:47.108087 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 203 rows starting from the beginning of the part 2024.03.21 18:08:47.108176 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:47.108344 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:47.108354 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:08:47.108702 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 147 rows starting from the beginning of the part 2024.03.21 18:08:47.109030 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 51 rows starting from the beginning of the part 2024.03.21 18:08:47.109317 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 147 rows starting from the beginning of the part 2024.03.21 18:08:47.109622 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:08:47.109879 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:47.110823 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:47.110878 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:47.111751 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.21 18:08:47.112496 [ 188 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.004960519 sec., 116520.06574312082 rows/sec., 10.99 MiB/sec. 2024.03.21 18:08:47.112512 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:47.112805 [ 188 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.21 18:08:47.112823 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} executeQuery: Read 5 rows, 410.00 B in 0.004692 sec., 1065.6436487638534 rows/sec., 85.33 KiB/sec. 2024.03.21 18:08:47.112844 [ 78 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.21 18:08:47.113084 [ 78 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:47.113180 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:47.113209 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} DynamicQueryHandler: Done processing query 2024.03.21 18:08:47.113296 [ 3 ] {ffefd6d8-32d0-491f-bc83-02fc96adbfce} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:47.113377 [ 3 ] {} HTTP-Session: 91d24d05-2e61-4dc9-aa37-2ab39e41c6c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.113607 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:08:47.113780 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:47.113999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:47.114096 [ 3 ] {} HTTP-Session: ad8eb8c7-cdf9-4eba-ae2b-cb0db7950e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:47.114126 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:47.114141 [ 3 ] {} HTTP-Session: ad8eb8c7-cdf9-4eba-ae2b-cb0db7950e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.114197 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 104 rows starting from the beginning of the part 2024.03.21 18:08:47.114203 [ 3 ] {} HTTP-Session: ad8eb8c7-cdf9-4eba-ae2b-cb0db7950e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:47.114326 [ 3 ] {} HTTP-Session: ad8eb8c7-cdf9-4eba-ae2b-cb0db7950e28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:47.114531 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:47.114706 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:47.114854 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:47.115005 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:47.115150 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:47.115302 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 29 rows starting from the beginning of the part 2024.03.21 18:08:47.115748 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:47.116144 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:47.116259 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_51_10} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.21 18:08:47.116704 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:47.116979 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.21 18:08:47.117908 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:47.118031 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:47.119434 [ 189 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 241 rows, containing 4 columns (4 merged, 0 gathered) in 0.006095579 sec., 39536.85121626674 rows/sec., 3.09 MiB/sec. 2024.03.21 18:08:47.119468 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.21 18:08:47.119701 [ 194 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.21 18:08:47.120239 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:47.120611 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} executeQuery: Read 5 rows, 6.91 KiB in 0.006082 sec., 822.0979940808945 rows/sec., 1.11 MiB/sec. 2024.03.21 18:08:47.120710 [ 194 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:47.121042 [ 194 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_51_10} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.21 18:08:47.121211 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} DynamicQueryHandler: Done processing query 2024.03.21 18:08:47.121312 [ 3 ] {1aa781f0-8485-4767-8b3f-e1ca5b40907b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:47.121323 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:08:47.121396 [ 3 ] {} HTTP-Session: ad8eb8c7-cdf9-4eba-ae2b-cb0db7950e28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.105348 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:52.105476 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:52.105501 [ 3 ] {} HTTP-Session: 0a739129-108f-4d9e-9789-6fcf74c65c26 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:52.105527 [ 3 ] {} HTTP-Session: 0a739129-108f-4d9e-9789-6fcf74c65c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.105543 [ 3 ] {} HTTP-Session: 0a739129-108f-4d9e-9789-6fcf74c65c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.105592 [ 3 ] {} HTTP-Session: 0a739129-108f-4d9e-9789-6fcf74c65c26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:52.105723 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:52.105787 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:52.105984 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:52.106458 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:52.106499 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:52.106901 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.21 18:08:52.107260 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:52.107409 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} executeQuery: Read 49 rows, 3.97 KiB in 0.001751 sec., 27984.009137635636 rows/sec., 2.22 MiB/sec. 2024.03.21 18:08:52.107413 [ 83 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.21 18:08:52.107477 [ 83 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:52.107515 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:52.107599 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} DynamicQueryHandler: Done processing query 2024.03.21 18:08:52.107652 [ 3 ] {09aae803-a053-4b04-bbbe-fe37aa119cba} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:52.107723 [ 3 ] {} HTTP-Session: 0a739129-108f-4d9e-9789-6fcf74c65c26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.107783 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:08:52.107921 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:52.108043 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:52.108075 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:52.108088 [ 3 ] {} HTTP-Session: 502564a0-22ef-4ea1-a9b5-2a80ba5dbc74 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:52.108143 [ 3 ] {} HTTP-Session: 502564a0-22ef-4ea1-a9b5-2a80ba5dbc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.108152 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 54 rows starting from the beginning of the part 2024.03.21 18:08:52.108167 [ 3 ] {} HTTP-Session: 502564a0-22ef-4ea1-a9b5-2a80ba5dbc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.108248 [ 3 ] {} HTTP-Session: 502564a0-22ef-4ea1-a9b5-2a80ba5dbc74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:52.108456 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:52.108548 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:52.108704 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:52.108727 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:52.109067 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:52.109389 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:52.109719 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:52.109728 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:52.110874 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:52.110942 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:52.111848 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.21 18:08:52.112240 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.004622733 sec., 45643.99458069501 rows/sec., 3.61 MiB/sec. 2024.03.21 18:08:52.112462 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.21 18:08:52.112654 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:52.113135 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} executeQuery: Read 147 rows, 14.73 KiB in 0.004723 sec., 31124.285411814526 rows/sec., 3.05 MiB/sec. 2024.03.21 18:08:52.113596 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} DynamicQueryHandler: Done processing query 2024.03.21 18:08:52.113569 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:52.113656 [ 3 ] {fa20c42b-2255-4ce2-8db3-fdae3719e983} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:08:52.113734 [ 3 ] {} HTTP-Session: 502564a0-22ef-4ea1-a9b5-2a80ba5dbc74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.113983 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_51_10} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.21 18:08:52.114019 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:52.114125 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:52.114145 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.03.21 18:08:52.114157 [ 3 ] {} HTTP-Session: 1ae63d57-d0ed-4a19-99e8-18c0188c8455 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:52.114197 [ 3 ] {} HTTP-Session: 1ae63d57-d0ed-4a19-99e8-18c0188c8455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.114212 [ 3 ] {} HTTP-Session: 1ae63d57-d0ed-4a19-99e8-18c0188c8455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.114245 [ 3 ] {} HTTP-Session: 1ae63d57-d0ed-4a19-99e8-18c0188c8455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:52.114337 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:52.114380 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:52.114522 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:52.114868 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:52.114906 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:52.115227 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.21 18:08:52.115554 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:52.115682 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} executeQuery: Read 49 rows, 3.92 KiB in 0.001391 sec., 35226.45578720345 rows/sec., 2.75 MiB/sec. 2024.03.21 18:08:52.115808 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} DynamicQueryHandler: Done processing query 2024.03.21 18:08:52.115832 [ 3 ] {397e6d01-e783-46c1-83a9-88b67a23fbeb} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:08:52.115848 [ 3 ] {} HTTP-Session: 1ae63d57-d0ed-4a19-99e8-18c0188c8455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.115995 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:52.116047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:52.116066 [ 3 ] {} HTTP-Session: bd7690cf-b553-489a-bf30-7333d11645e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:52.116083 [ 3 ] {} HTTP-Session: bd7690cf-b553-489a-bf30-7333d11645e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.116097 [ 3 ] {} HTTP-Session: bd7690cf-b553-489a-bf30-7333d11645e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.116128 [ 3 ] {} HTTP-Session: bd7690cf-b553-489a-bf30-7333d11645e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:52.116475 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:52.116522 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:52.116683 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:52.117245 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:52.117281 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:52.117749 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.21 18:08:52.118108 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:52.118238 [ 83 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.21 18:08:52.118243 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} executeQuery: Read 49 rows, 67.71 KiB in 0.002056 sec., 23832.684824902724 rows/sec., 32.16 MiB/sec. 2024.03.21 18:08:52.118277 [ 83 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:52.118318 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:52.118472 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} DynamicQueryHandler: Done processing query 2024.03.21 18:08:52.118545 [ 3 ] {5bace9e5-05a6-426c-a438-ef894b80f36f} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:08:52.118607 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:08:52.118613 [ 3 ] {} HTTP-Session: bd7690cf-b553-489a-bf30-7333d11645e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:52.118917 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:08:52.118963 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1325 rows starting from the beginning of the part 2024.03.21 18:08:52.119082 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:52.119248 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:52.119401 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:52.119597 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part 2024.03.21 18:08:52.119732 [ 190 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 49 rows starting from the beginning of the part 2024.03.21 18:08:52.123580 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 6 columns (6 merged, 0 gathered) in 0.005159583 sec., 287232.5147206664 rows/sec., 387.61 MiB/sec. 2024.03.21 18:08:52.124907 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.21 18:08:52.125324 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:52.125405 [ 195 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_51_10} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.21 18:08:52.125496 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2024.03.21 18:08:57.103685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:57.103881 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:57.103930 [ 3 ] {} HTTP-Session: 01ea0081-c445-4957-bcf1-37034e358f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:57.103975 [ 3 ] {} HTTP-Session: 01ea0081-c445-4957-bcf1-37034e358f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.104006 [ 3 ] {} HTTP-Session: 01ea0081-c445-4957-bcf1-37034e358f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.104066 [ 3 ] {} HTTP-Session: 01ea0081-c445-4957-bcf1-37034e358f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:57.104184 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:57.104251 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:08:57.104452 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:57.104904 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:57.104954 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:57.105357 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.21 18:08:57.105708 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:57.105887 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} executeQuery: Read 5 rows, 415.00 B in 0.001752 sec., 2853.8812785388127 rows/sec., 231.32 KiB/sec. 2024.03.21 18:08:57.106058 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} DynamicQueryHandler: Done processing query 2024.03.21 18:08:57.106086 [ 3 ] {2675a811-cfa8-4eeb-baeb-d0e8e8453928} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:57.106103 [ 3 ] {} HTTP-Session: 01ea0081-c445-4957-bcf1-37034e358f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.106232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:57.106291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:57.106311 [ 3 ] {} HTTP-Session: 3651f28d-5ae4-48b5-a457-150e4d6fa5f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:57.106329 [ 3 ] {} HTTP-Session: 3651f28d-5ae4-48b5-a457-150e4d6fa5f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.106343 [ 3 ] {} HTTP-Session: 3651f28d-5ae4-48b5-a457-150e4d6fa5f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.106378 [ 3 ] {} HTTP-Session: 3651f28d-5ae4-48b5-a457-150e4d6fa5f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:57.106452 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:57.106497 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:08:57.106631 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:57.106942 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:57.106983 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:57.107293 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.21 18:08:57.107619 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:57.107777 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} executeQuery: Read 4 rows, 334.00 B in 0.001354 sec., 2954.2097488921713 rows/sec., 240.90 KiB/sec. 2024.03.21 18:08:57.107906 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} DynamicQueryHandler: Done processing query 2024.03.21 18:08:57.107933 [ 3 ] {8f468ed6-336a-43d5-937f-952dd435b4d5} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:57.107948 [ 3 ] {} HTTP-Session: 3651f28d-5ae4-48b5-a457-150e4d6fa5f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.108077 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:57.108130 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:57.108150 [ 3 ] {} HTTP-Session: 56ccc8cc-d258-437b-bd3a-59826b57300c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:57.108167 [ 3 ] {} HTTP-Session: 56ccc8cc-d258-437b-bd3a-59826b57300c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.108180 [ 3 ] {} HTTP-Session: 56ccc8cc-d258-437b-bd3a-59826b57300c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.108214 [ 3 ] {} HTTP-Session: 56ccc8cc-d258-437b-bd3a-59826b57300c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:57.108287 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:57.108329 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:08:57.108458 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:57.108748 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:57.108788 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:57.109102 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.21 18:08:57.109414 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:57.109571 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} executeQuery: Read 17 rows, 1.56 KiB in 0.001302 sec., 13056.835637480799 rows/sec., 1.17 MiB/sec. 2024.03.21 18:08:57.109705 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} DynamicQueryHandler: Done processing query 2024.03.21 18:08:57.109742 [ 3 ] {6459382a-a6a7-4949-9221-eb08b0792a7d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:08:57.109772 [ 3 ] {} HTTP-Session: 56ccc8cc-d258-437b-bd3a-59826b57300c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.109933 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:57.109985 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:57.110005 [ 3 ] {} HTTP-Session: 8cf3bb32-9101-421d-ba55-426d4a665299 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:57.110022 [ 3 ] {} HTTP-Session: 8cf3bb32-9101-421d-ba55-426d4a665299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.110036 [ 3 ] {} HTTP-Session: 8cf3bb32-9101-421d-ba55-426d4a665299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.110068 [ 3 ] {} HTTP-Session: 8cf3bb32-9101-421d-ba55-426d4a665299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:57.110133 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:57.110173 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:08:57.110299 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:57.110580 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:57.110618 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:57.110922 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.21 18:08:57.111232 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:57.111391 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} executeQuery: Read 4 rows, 286.00 B in 0.001273 sec., 3142.1838177533386 rows/sec., 219.40 KiB/sec. 2024.03.21 18:08:57.111635 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} DynamicQueryHandler: Done processing query 2024.03.21 18:08:57.111660 [ 3 ] {db691820-4744-46d6-983b-91bf1d9c2f26} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:57.111676 [ 3 ] {} HTTP-Session: 8cf3bb32-9101-421d-ba55-426d4a665299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.111800 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:57.111848 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:57.111867 [ 3 ] {} HTTP-Session: a71ecc58-8d9f-40a1-bc4f-e1a91cd1da17 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:57.111884 [ 3 ] {} HTTP-Session: a71ecc58-8d9f-40a1-bc4f-e1a91cd1da17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.111898 [ 3 ] {} HTTP-Session: a71ecc58-8d9f-40a1-bc4f-e1a91cd1da17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.111933 [ 3 ] {} HTTP-Session: a71ecc58-8d9f-40a1-bc4f-e1a91cd1da17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:57.112002 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:57.112043 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:08:57.112187 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:57.112497 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:57.112536 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:57.112836 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.21 18:08:57.113150 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:57.113313 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} executeQuery: Read 9 rows, 744.00 B in 0.001332 sec., 6756.756756756757 rows/sec., 545.47 KiB/sec. 2024.03.21 18:08:57.113441 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} DynamicQueryHandler: Done processing query 2024.03.21 18:08:57.113465 [ 3 ] {7b1607c5-1e0c-4f69-bad1-3fd1e3e14e9c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:57.113480 [ 3 ] {} HTTP-Session: a71ecc58-8d9f-40a1-bc4f-e1a91cd1da17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.113613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:57.113661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:57.113679 [ 3 ] {} HTTP-Session: cea0468e-ad63-41d8-bb98-6dd3141a2740 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:57.113696 [ 3 ] {} HTTP-Session: cea0468e-ad63-41d8-bb98-6dd3141a2740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.113710 [ 3 ] {} HTTP-Session: cea0468e-ad63-41d8-bb98-6dd3141a2740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.113741 [ 3 ] {} HTTP-Session: cea0468e-ad63-41d8-bb98-6dd3141a2740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:57.113803 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:57.113850 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:08:57.113999 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:57.114279 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:57.114316 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:57.114682 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.21 18:08:57.115031 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:57.115200 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} executeQuery: Read 2 rows, 144.00 B in 0.001409 sec., 1419.4464158977999 rows/sec., 99.80 KiB/sec. 2024.03.21 18:08:57.115383 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} DynamicQueryHandler: Done processing query 2024.03.21 18:08:57.115411 [ 3 ] {5999ce19-ba36-4063-a865-edf58acdb7a7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:08:57.115427 [ 3 ] {} HTTP-Session: cea0468e-ad63-41d8-bb98-6dd3141a2740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.115544 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:08:57.115591 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:08:57.115610 [ 3 ] {} HTTP-Session: 02424499-2524-4c52-b45e-ad878d428391 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:08:57.115627 [ 3 ] {} HTTP-Session: 02424499-2524-4c52-b45e-ad878d428391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.115640 [ 3 ] {} HTTP-Session: 02424499-2524-4c52-b45e-ad878d428391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:08:57.115669 [ 3 ] {} HTTP-Session: 02424499-2524-4c52-b45e-ad878d428391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:08:57.115758 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:08:57.115803 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:08:57.115965 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:08:57.116302 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:08:57.116338 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:08:57.116720 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.21 18:08:57.117063 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:08:57.117234 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} executeQuery: Read 5 rows, 6.91 KiB in 0.001514 sec., 3302.5099075297226 rows/sec., 4.46 MiB/sec. 2024.03.21 18:08:57.117352 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} DynamicQueryHandler: Done processing query 2024.03.21 18:08:57.117377 [ 3 ] {f96dfd07-d39d-4e55-abf5-7bacb906a990} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:08:57.117393 [ 3 ] {} HTTP-Session: 02424499-2524-4c52-b45e-ad878d428391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:00.317311 [ 80 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:09:00.317385 [ 80 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:09:02.105464 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:02.105584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:02.105610 [ 3 ] {} HTTP-Session: a3f5f817-1e00-4492-91f7-8a97b7046d55 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:02.105634 [ 3 ] {} HTTP-Session: a3f5f817-1e00-4492-91f7-8a97b7046d55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.105648 [ 3 ] {} HTTP-Session: a3f5f817-1e00-4492-91f7-8a97b7046d55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.105700 [ 3 ] {} HTTP-Session: a3f5f817-1e00-4492-91f7-8a97b7046d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:02.105831 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:02.105900 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:02.106103 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:02.106544 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:02.106595 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:02.106997 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.21 18:09:02.107356 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:02.107509 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} executeQuery: Read 49 rows, 3.97 KiB in 0.001741 sec., 28144.744399770247 rows/sec., 2.23 MiB/sec. 2024.03.21 18:09:02.107689 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} DynamicQueryHandler: Done processing query 2024.03.21 18:09:02.107717 [ 3 ] {90e81744-410d-4294-96b0-2524fa860295} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:02.107733 [ 3 ] {} HTTP-Session: a3f5f817-1e00-4492-91f7-8a97b7046d55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.107879 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:02.107935 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:02.107955 [ 3 ] {} HTTP-Session: 80a15286-2373-4aba-9299-653a183dfbfb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:02.107975 [ 3 ] {} HTTP-Session: 80a15286-2373-4aba-9299-653a183dfbfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.107989 [ 3 ] {} HTTP-Session: 80a15286-2373-4aba-9299-653a183dfbfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.108024 [ 3 ] {} HTTP-Session: 80a15286-2373-4aba-9299-653a183dfbfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:02.108140 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:02.108185 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:02.108325 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:02.108721 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:02.108762 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:02.109096 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.21 18:09:02.109413 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:02.109541 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} executeQuery: Read 147 rows, 14.73 KiB in 0.001469 sec., 100068.07351940095 rows/sec., 9.79 MiB/sec. 2024.03.21 18:09:02.109729 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} DynamicQueryHandler: Done processing query 2024.03.21 18:09:02.109797 [ 3 ] {51510732-723b-470b-85ef-603fcd605417} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:09:02.109859 [ 3 ] {} HTTP-Session: 80a15286-2373-4aba-9299-653a183dfbfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.110053 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:02.110117 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:02.110141 [ 3 ] {} HTTP-Session: 5db1fb27-3094-4d9c-a7ae-d42f031f0343 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:02.110162 [ 3 ] {} HTTP-Session: 5db1fb27-3094-4d9c-a7ae-d42f031f0343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.110179 [ 3 ] {} HTTP-Session: 5db1fb27-3094-4d9c-a7ae-d42f031f0343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.110215 [ 3 ] {} HTTP-Session: 5db1fb27-3094-4d9c-a7ae-d42f031f0343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:02.110307 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:02.110350 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:02.110494 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:02.110798 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:02.110835 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:02.111155 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.21 18:09:02.111467 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:02.111594 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} executeQuery: Read 49 rows, 3.92 KiB in 0.001331 sec., 36814.42524417731 rows/sec., 2.88 MiB/sec. 2024.03.21 18:09:02.111715 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} DynamicQueryHandler: Done processing query 2024.03.21 18:09:02.111739 [ 3 ] {594f6af3-e45d-4fb1-9755-3beab5f98f63} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:09:02.111754 [ 3 ] {} HTTP-Session: 5db1fb27-3094-4d9c-a7ae-d42f031f0343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.111944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:02.111994 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:02.112013 [ 3 ] {} HTTP-Session: abaf68b0-6d9c-47fd-b6b2-0704bd61b311 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:02.112030 [ 3 ] {} HTTP-Session: abaf68b0-6d9c-47fd-b6b2-0704bd61b311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.112044 [ 3 ] {} HTTP-Session: abaf68b0-6d9c-47fd-b6b2-0704bd61b311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:02.112074 [ 3 ] {} HTTP-Session: abaf68b0-6d9c-47fd-b6b2-0704bd61b311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:02.112407 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:02.112454 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:02.112613 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:02.113182 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:02.113218 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:02.113637 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.21 18:09:02.113967 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:02.114102 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} executeQuery: Read 49 rows, 67.71 KiB in 0.001969 sec., 24885.728796343323 rows/sec., 33.58 MiB/sec. 2024.03.21 18:09:02.114316 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} DynamicQueryHandler: Done processing query 2024.03.21 18:09:02.114373 [ 3 ] {833b91ac-c362-4a0e-8c49-f03f61237f26} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:09:02.114424 [ 3 ] {} HTTP-Session: abaf68b0-6d9c-47fd-b6b2-0704bd61b311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.105349 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:07.105504 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:07.105530 [ 3 ] {} HTTP-Session: 7dcfd400-7bbf-4028-b4c0-2605825822f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:07.105555 [ 3 ] {} HTTP-Session: 7dcfd400-7bbf-4028-b4c0-2605825822f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.105570 [ 3 ] {} HTTP-Session: 7dcfd400-7bbf-4028-b4c0-2605825822f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.105620 [ 3 ] {} HTTP-Session: 7dcfd400-7bbf-4028-b4c0-2605825822f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:07.105735 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:07.105799 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:07.105992 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:07.106431 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:07.106480 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:07.106867 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.21 18:09:07.107204 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:07.107366 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} executeQuery: Read 5 rows, 415.00 B in 0.001683 sec., 2970.8853238265 rows/sec., 240.80 KiB/sec. 2024.03.21 18:09:07.107550 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} DynamicQueryHandler: Done processing query 2024.03.21 18:09:07.107577 [ 3 ] {e276ecd3-d42a-4ca8-ada7-29cacb37489c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:07.107593 [ 3 ] {} HTTP-Session: 7dcfd400-7bbf-4028-b4c0-2605825822f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.107758 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:07.107817 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:07.107837 [ 3 ] {} HTTP-Session: 152c8c1f-daac-4910-9bdc-a931fb64f810 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:07.107854 [ 3 ] {} HTTP-Session: 152c8c1f-daac-4910-9bdc-a931fb64f810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.107868 [ 3 ] {} HTTP-Session: 152c8c1f-daac-4910-9bdc-a931fb64f810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.107903 [ 3 ] {} HTTP-Session: 152c8c1f-daac-4910-9bdc-a931fb64f810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:07.107977 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:07.108022 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:09:07.108155 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:07.108454 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:07.108493 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:07.108787 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.21 18:09:07.109102 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:07.109263 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. 2024.03.21 18:09:07.109425 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} DynamicQueryHandler: Done processing query 2024.03.21 18:09:07.109452 [ 3 ] {5f24a1bb-4fee-4db6-879d-adaf028a328e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:07.109468 [ 3 ] {} HTTP-Session: 152c8c1f-daac-4910-9bdc-a931fb64f810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.109639 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:07.109690 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:07.109709 [ 3 ] {} HTTP-Session: 87829bd0-9a40-4d1c-8d6f-e2bd9ca4c6b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:07.109726 [ 3 ] {} HTTP-Session: 87829bd0-9a40-4d1c-8d6f-e2bd9ca4c6b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.109739 [ 3 ] {} HTTP-Session: 87829bd0-9a40-4d1c-8d6f-e2bd9ca4c6b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.109770 [ 3 ] {} HTTP-Session: 87829bd0-9a40-4d1c-8d6f-e2bd9ca4c6b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:07.109851 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:07.109892 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:07.110016 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:07.110331 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:07.110368 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:07.110669 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.21 18:09:07.110962 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:07.111117 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} executeQuery: Read 52 rows, 4.29 KiB in 0.001295 sec., 40154.440154440155 rows/sec., 3.23 MiB/sec. 2024.03.21 18:09:07.111240 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} DynamicQueryHandler: Done processing query 2024.03.21 18:09:07.111264 [ 3 ] {4c2d815a-bd04-4be4-9a27-10f36130a8df} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:07.111280 [ 3 ] {} HTTP-Session: 87829bd0-9a40-4d1c-8d6f-e2bd9ca4c6b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.111386 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:07.111436 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:07.111455 [ 3 ] {} HTTP-Session: c541243b-e7d5-4c4e-a3ed-e95c4151b8b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:07.111471 [ 3 ] {} HTTP-Session: c541243b-e7d5-4c4e-a3ed-e95c4151b8b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.111484 [ 3 ] {} HTTP-Session: c541243b-e7d5-4c4e-a3ed-e95c4151b8b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.111515 [ 3 ] {} HTTP-Session: c541243b-e7d5-4c4e-a3ed-e95c4151b8b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:07.111578 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:07.111618 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:09:07.111743 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:07.112079 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:07.112116 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:07.112403 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.21 18:09:07.112697 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:07.112845 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} executeQuery: Read 2 rows, 143.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 108.25 KiB/sec. 2024.03.21 18:09:07.112969 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} DynamicQueryHandler: Done processing query 2024.03.21 18:09:07.112993 [ 3 ] {bdf5f01b-2c61-4a82-8b54-67995e684f8c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:07.113008 [ 3 ] {} HTTP-Session: c541243b-e7d5-4c4e-a3ed-e95c4151b8b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.113121 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:07.113169 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:07.113188 [ 3 ] {} HTTP-Session: 75b5a117-176f-4984-a839-399c049dbc91 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:07.113204 [ 3 ] {} HTTP-Session: 75b5a117-176f-4984-a839-399c049dbc91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.113217 [ 3 ] {} HTTP-Session: 75b5a117-176f-4984-a839-399c049dbc91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.113248 [ 3 ] {} HTTP-Session: 75b5a117-176f-4984-a839-399c049dbc91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:07.113325 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:07.113366 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:07.113490 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:07.113799 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:07.113837 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:07.114135 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.21 18:09:07.114428 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:07.114582 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} executeQuery: Read 31 rows, 2.46 KiB in 0.001284 sec., 24143.302180685358 rows/sec., 1.87 MiB/sec. 2024.03.21 18:09:07.114703 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} DynamicQueryHandler: Done processing query 2024.03.21 18:09:07.114727 [ 3 ] {382e7ff8-f673-43cf-8758-82735494d223} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:07.114743 [ 3 ] {} HTTP-Session: 75b5a117-176f-4984-a839-399c049dbc91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.114861 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:07.114911 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:07.114929 [ 3 ] {} HTTP-Session: 0b05346d-f26f-422f-b20d-f62194e4df28 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:07.114946 [ 3 ] {} HTTP-Session: 0b05346d-f26f-422f-b20d-f62194e4df28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.114959 [ 3 ] {} HTTP-Session: 0b05346d-f26f-422f-b20d-f62194e4df28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.114990 [ 3 ] {} HTTP-Session: 0b05346d-f26f-422f-b20d-f62194e4df28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:07.115068 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:07.115113 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:09:07.115255 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:07.115572 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:07.115609 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:07.115984 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.21 18:09:07.116311 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:07.116484 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} executeQuery: Read 37 rows, 2.67 KiB in 0.001447 sec., 25570.145127850727 rows/sec., 1.80 MiB/sec. 2024.03.21 18:09:07.116654 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} DynamicQueryHandler: Done processing query 2024.03.21 18:09:07.116685 [ 3 ] {74a890f1-f175-43be-8f96-4673207cf81c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:09:07.116701 [ 3 ] {} HTTP-Session: 0b05346d-f26f-422f-b20d-f62194e4df28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.116816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:07.116864 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:07.116883 [ 3 ] {} HTTP-Session: 0ad8d19d-4bac-4eed-85e7-36f05fde1be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:07.116899 [ 3 ] {} HTTP-Session: 0ad8d19d-4bac-4eed-85e7-36f05fde1be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.116912 [ 3 ] {} HTTP-Session: 0ad8d19d-4bac-4eed-85e7-36f05fde1be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:07.116942 [ 3 ] {} HTTP-Session: 0ad8d19d-4bac-4eed-85e7-36f05fde1be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:07.117035 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:07.117080 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:07.117236 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:07.117561 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:07.117597 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:07.117970 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.21 18:09:07.118293 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:07.118445 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} executeQuery: Read 5 rows, 6.91 KiB in 0.001451 sec., 3445.8993797381117 rows/sec., 4.65 MiB/sec. 2024.03.21 18:09:07.118602 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} DynamicQueryHandler: Done processing query 2024.03.21 18:09:07.118635 [ 3 ] {69bfe809-a169-4716-913c-9b0bb01ae2c3} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:07.118668 [ 3 ] {} HTTP-Session: 0ad8d19d-4bac-4eed-85e7-36f05fde1be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.106082 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:12.106209 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:12.106234 [ 3 ] {} HTTP-Session: 280ae609-962b-4550-9ea7-f4ff7509a64a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:12.106259 [ 3 ] {} HTTP-Session: 280ae609-962b-4550-9ea7-f4ff7509a64a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.106274 [ 3 ] {} HTTP-Session: 280ae609-962b-4550-9ea7-f4ff7509a64a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.106324 [ 3 ] {} HTTP-Session: 280ae609-962b-4550-9ea7-f4ff7509a64a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:12.106453 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:12.106516 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:12.106706 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:12.107180 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.107220 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.107604 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.21 18:09:12.107932 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.108076 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} executeQuery: Read 49 rows, 3.97 KiB in 0.001686 sec., 29062.870699881376 rows/sec., 2.30 MiB/sec. 2024.03.21 18:09:12.108291 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} DynamicQueryHandler: Done processing query 2024.03.21 18:09:12.108346 [ 3 ] {8d9c3146-47e4-48e4-94d4-72d12c0afad1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:12.108400 [ 3 ] {} HTTP-Session: 280ae609-962b-4550-9ea7-f4ff7509a64a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.108573 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:12.108632 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:12.108652 [ 3 ] {} HTTP-Session: 51fb84d1-76ea-4b11-bf6c-b893f43772a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:12.108671 [ 3 ] {} HTTP-Session: 51fb84d1-76ea-4b11-bf6c-b893f43772a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.108685 [ 3 ] {} HTTP-Session: 51fb84d1-76ea-4b11-bf6c-b893f43772a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.108720 [ 3 ] {} HTTP-Session: 51fb84d1-76ea-4b11-bf6c-b893f43772a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:12.108795 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:12.108839 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:09:12.108992 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:12.109297 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.109334 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.109643 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.21 18:09:12.109944 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.110074 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} executeQuery: Read 2 rows, 167.00 B in 0.00131 sec., 1526.7175572519084 rows/sec., 124.49 KiB/sec. 2024.03.21 18:09:12.110198 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} DynamicQueryHandler: Done processing query 2024.03.21 18:09:12.110223 [ 3 ] {f7287ab5-e471-4383-8307-93e1b1c3bf19} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:12.110239 [ 3 ] {} HTTP-Session: 51fb84d1-76ea-4b11-bf6c-b893f43772a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.110375 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:12.110425 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:12.110444 [ 3 ] {} HTTP-Session: 62b1d729-2477-403b-a739-0a848d874fe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:12.110462 [ 3 ] {} HTTP-Session: 62b1d729-2477-403b-a739-0a848d874fe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.110475 [ 3 ] {} HTTP-Session: 62b1d729-2477-403b-a739-0a848d874fe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.110509 [ 3 ] {} HTTP-Session: 62b1d729-2477-403b-a739-0a848d874fe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:12.110614 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:12.110654 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:12.110779 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:12.111230 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.111266 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.111579 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.21 18:09:12.111876 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.112006 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} executeQuery: Read 148 rows, 14.82 KiB in 0.001451 sec., 101998.62164024811 rows/sec., 9.98 MiB/sec. 2024.03.21 18:09:12.112046 [ 70 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.21 18:09:12.112150 [ 70 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.112182 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} DynamicQueryHandler: Done processing query 2024.03.21 18:09:12.112188 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.112223 [ 3 ] {7bccc9f3-8a51-4ebc-8637-70e2bbdf232c} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:09:12.112256 [ 3 ] {} HTTP-Session: 62b1d729-2477-403b-a739-0a848d874fe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.112397 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:09:12.112446 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:12.112540 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:12.112577 [ 3 ] {} HTTP-Session: d9469b8b-2820-4ad0-a2bd-f3ad24a98add Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:12.112618 [ 3 ] {} HTTP-Session: d9469b8b-2820-4ad0-a2bd-f3ad24a98add Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.112656 [ 3 ] {} HTTP-Session: d9469b8b-2820-4ad0-a2bd-f3ad24a98add Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.112739 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:12.112749 [ 3 ] {} HTTP-Session: d9469b8b-2820-4ad0-a2bd-f3ad24a98add Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:12.112805 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 203 rows starting from the beginning of the part 2024.03.21 18:09:12.112900 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:12.112989 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 147 rows starting from the beginning of the part 2024.03.21 18:09:12.113071 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:09:12.113368 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 17 rows starting from the beginning of the part 2024.03.21 18:09:12.113672 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 147 rows starting from the beginning of the part 2024.03.21 18:09:12.114012 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 52 rows starting from the beginning of the part 2024.03.21 18:09:12.114364 [ 197 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 148 rows starting from the beginning of the part 2024.03.21 18:09:12.114535 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:12.115413 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.115479 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.116234 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.21 18:09:12.117087 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.117474 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 4 columns (4 merged, 0 gathered) in 0.005147483 sec., 138708.56882868774 rows/sec., 13.19 MiB/sec. 2024.03.21 18:09:12.117522 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} executeQuery: Read 2 rows, 143.00 B in 0.004684 sec., 426.9854824935952 rows/sec., 29.81 KiB/sec. 2024.03.21 18:09:12.117677 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} DynamicQueryHandler: Done processing query 2024.03.21 18:09:12.117678 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.21 18:09:12.117704 [ 3 ] {b6758876-fa1f-49e9-94c8-cb1ddc8c3888} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:12.117731 [ 3 ] {} HTTP-Session: d9469b8b-2820-4ad0-a2bd-f3ad24a98add Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.117919 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:12.117973 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:12.117994 [ 3 ] {} HTTP-Session: 088986e3-cda7-474d-b463-5c2022b3bfd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:12.118015 [ 3 ] {} HTTP-Session: 088986e3-cda7-474d-b463-5c2022b3bfd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.118031 [ 3 ] {} HTTP-Session: 088986e3-cda7-474d-b463-5c2022b3bfd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.118066 [ 3 ] {} HTTP-Session: 088986e3-cda7-474d-b463-5c2022b3bfd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:12.118112 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.118178 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:12.118209 [ 195 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_56_11} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.21 18:09:12.118225 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:12.118319 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.03.21 18:09:12.118407 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:12.118764 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.118801 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.119113 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.21 18:09:12.119424 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.119574 [ 70 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.21 18:09:12.119582 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} executeQuery: Read 51 rows, 4.09 KiB in 0.001448 sec., 35220.99447513812 rows/sec., 2.76 MiB/sec. 2024.03.21 18:09:12.119625 [ 70 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.119693 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.119834 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} DynamicQueryHandler: Done processing query 2024.03.21 18:09:12.119851 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:09:12.119884 [ 3 ] {46c63b34-e222-4632-9046-d24677498f5c} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:09:12.119942 [ 3 ] {} HTTP-Session: 088986e3-cda7-474d-b463-5c2022b3bfd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.120052 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:12.120087 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 104 rows starting from the beginning of the part 2024.03.21 18:09:12.120210 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:12.120292 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:12.120457 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 9 rows starting from the beginning of the part 2024.03.21 18:09:12.120470 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:12.120574 [ 3 ] {} HTTP-Session: f69937d2-f97a-4c79-89f5-99b1f13f7152 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:12.120674 [ 3 ] {} HTTP-Session: f69937d2-f97a-4c79-89f5-99b1f13f7152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.120753 [ 3 ] {} HTTP-Session: f69937d2-f97a-4c79-89f5-99b1f13f7152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.120776 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:12.120865 [ 3 ] {} HTTP-Session: f69937d2-f97a-4c79-89f5-99b1f13f7152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:12.121021 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part 2024.03.21 18:09:12.121206 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:12.121282 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 51 rows starting from the beginning of the part 2024.03.21 18:09:12.121432 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:09:12.122126 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:12.122949 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.123028 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.124074 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 4 columns (4 merged, 0 gathered) in 0.004292387 sec., 68260.38751864638 rows/sec., 5.33 MiB/sec. 2024.03.21 18:09:12.124116 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.21 18:09:12.124280 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.21 18:09:12.124961 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.125185 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.125295 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} executeQuery: Read 1 rows, 72.00 B in 0.004237 sec., 236.0160490913382 rows/sec., 16.59 KiB/sec. 2024.03.21 18:09:12.125429 [ 197 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_56_11} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.21 18:09:12.125574 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} DynamicQueryHandler: Done processing query 2024.03.21 18:09:12.125581 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.21 18:09:12.125611 [ 3 ] {e449898d-0f4c-46d8-a321-f5e96fa7ef36} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:12.125649 [ 3 ] {} HTTP-Session: f69937d2-f97a-4c79-89f5-99b1f13f7152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.125795 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:12.125845 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:12.125864 [ 3 ] {} HTTP-Session: f2ea0f3c-0351-4bf1-856d-96b0745af8c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:12.125880 [ 3 ] {} HTTP-Session: f2ea0f3c-0351-4bf1-856d-96b0745af8c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.125894 [ 3 ] {} HTTP-Session: f2ea0f3c-0351-4bf1-856d-96b0745af8c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:12.125927 [ 3 ] {} HTTP-Session: f2ea0f3c-0351-4bf1-856d-96b0745af8c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:12.126277 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:12.126324 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:12.126508 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:12.127062 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:12.127100 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:12.127535 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.21 18:09:12.127876 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:12.128039 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} executeQuery: Read 49 rows, 67.71 KiB in 0.002047 sec., 23937.46946751343 rows/sec., 32.30 MiB/sec. 2024.03.21 18:09:12.128182 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} DynamicQueryHandler: Done processing query 2024.03.21 18:09:12.128206 [ 3 ] {e618fac9-b13f-448e-96d4-b4a5fde0b7b8} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:09:12.128222 [ 3 ] {} HTTP-Session: f2ea0f3c-0351-4bf1-856d-96b0745af8c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:15.317438 [ 68 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:09:15.317520 [ 68 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:09:17.103870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:17.103997 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:17.104026 [ 3 ] {} HTTP-Session: e508a6fc-a802-4076-a708-b371dec8a3df Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:17.104055 [ 3 ] {} HTTP-Session: e508a6fc-a802-4076-a708-b371dec8a3df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.104073 [ 3 ] {} HTTP-Session: e508a6fc-a802-4076-a708-b371dec8a3df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.104133 [ 3 ] {} HTTP-Session: e508a6fc-a802-4076-a708-b371dec8a3df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:17.104263 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:17.104333 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:17.104556 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:17.105009 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:17.105053 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:17.105457 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.21 18:09:17.105801 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:17.105955 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} executeQuery: Read 5 rows, 415.00 B in 0.001753 sec., 2852.2532800912722 rows/sec., 231.19 KiB/sec. 2024.03.21 18:09:17.105961 [ 67 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.21 18:09:17.106027 [ 67 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:17.106061 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:17.106147 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} DynamicQueryHandler: Done processing query 2024.03.21 18:09:17.106207 [ 3 ] {03e8b345-d66c-4f7f-a465-e75cc0441a17} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:17.106242 [ 3 ] {} HTTP-Session: e508a6fc-a802-4076-a708-b371dec8a3df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.106259 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:09:17.106406 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:17.106498 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:17.106510 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:17.106564 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 54 rows starting from the beginning of the part 2024.03.21 18:09:17.106564 [ 3 ] {} HTTP-Session: da9102cf-1887-4283-a9d0-79c942a61d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:17.106618 [ 3 ] {} HTTP-Session: da9102cf-1887-4283-a9d0-79c942a61d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.106654 [ 3 ] {} HTTP-Session: da9102cf-1887-4283-a9d0-79c942a61d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.106779 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:17.106857 [ 3 ] {} HTTP-Session: da9102cf-1887-4283-a9d0-79c942a61d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:17.107036 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:17.107378 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:17.107439 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:17.107593 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:17.107614 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:17.107914 [ 198 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:17.108576 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:17.109515 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:17.109581 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:17.110565 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.21 18:09:17.110573 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 4 columns (4 merged, 0 gathered) in 0.004428579 sec., 37709.612948081085 rows/sec., 2.98 MiB/sec. 2024.03.21 18:09:17.110899 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.21 18:09:17.111197 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:17.111647 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} executeQuery: Read 15 rows, 1.39 KiB in 0.00449 sec., 3340.75723830735 rows/sec., 308.63 KiB/sec. 2024.03.21 18:09:17.112065 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} DynamicQueryHandler: Done processing query 2024.03.21 18:09:17.112133 [ 3 ] {df516504-15e4-4744-8f20-4ba0e3014679} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:09:17.112204 [ 3 ] {} HTTP-Session: da9102cf-1887-4283-a9d0-79c942a61d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.112238 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:17.112443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:17.112458 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_56_11} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.21 18:09:17.112512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:17.112572 [ 3 ] {} HTTP-Session: 1aed9e15-83a3-4922-8c49-781a88658f80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:17.112606 [ 3 ] {} HTTP-Session: 1aed9e15-83a3-4922-8c49-781a88658f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.112623 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:09:17.112632 [ 3 ] {} HTTP-Session: 1aed9e15-83a3-4922-8c49-781a88658f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.112690 [ 3 ] {} HTTP-Session: 1aed9e15-83a3-4922-8c49-781a88658f80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:17.112763 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:17.112805 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:17.112949 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:17.113249 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:17.113287 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:17.113595 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.21 18:09:17.113902 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:17.114029 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} executeQuery: Read 5 rows, 410.00 B in 0.001296 sec., 3858.0246913580245 rows/sec., 308.94 KiB/sec. 2024.03.21 18:09:17.114209 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} DynamicQueryHandler: Done processing query 2024.03.21 18:09:17.114274 [ 3 ] {d563605d-18b0-4dff-8391-e47444c910a2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:17.114331 [ 3 ] {} HTTP-Session: 1aed9e15-83a3-4922-8c49-781a88658f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.114506 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:17.114560 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:17.114579 [ 3 ] {} HTTP-Session: 9cebea70-f870-44e7-81d3-d33ca9ae9ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:17.114596 [ 3 ] {} HTTP-Session: 9cebea70-f870-44e7-81d3-d33ca9ae9ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.114609 [ 3 ] {} HTTP-Session: 9cebea70-f870-44e7-81d3-d33ca9ae9ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.114641 [ 3 ] {} HTTP-Session: 9cebea70-f870-44e7-81d3-d33ca9ae9ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:17.114741 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:17.114790 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:17.114962 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:17.115367 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:17.115403 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:17.115800 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.21 18:09:17.116139 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:17.116267 [ 67 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.21 18:09:17.116269 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} executeQuery: Read 5 rows, 6.91 KiB in 0.001582 sec., 3160.5562579013904 rows/sec., 4.27 MiB/sec. 2024.03.21 18:09:17.116307 [ 67 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:17.116349 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:17.116505 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} DynamicQueryHandler: Done processing query 2024.03.21 18:09:17.116528 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:09:17.116540 [ 3 ] {f802bf9a-7fc7-480e-9b22-5e1d2b17c29f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:17.116615 [ 3 ] {} HTTP-Session: 9cebea70-f870-44e7-81d3-d33ca9ae9ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:17.116762 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:17.116806 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1482 rows starting from the beginning of the part 2024.03.21 18:09:17.116938 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:17.117181 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:17.117342 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:17.117557 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:17.117724 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:17.124260 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1595 rows, containing 6 columns (6 merged, 0 gathered) in 0.00781139 sec., 204189.0111747077 rows/sec., 275.54 MiB/sec. 2024.03.21 18:09:17.125438 [ 187 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.21 18:09:17.125873 [ 187 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:17.125951 [ 187 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_56_11} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.21 18:09:17.126043 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.90 MiB. 2024.03.21 18:09:18.000217 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 191.08 MiB, peak 202.95 MiB, free memory in arenas 0.00 B, will set to 195.23 MiB (RSS), difference: 4.16 MiB 2024.03.21 18:09:22.106078 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:22.106209 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:22.106235 [ 3 ] {} HTTP-Session: 7046c0c9-9d22-432b-b605-40a79d6b907f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:22.106261 [ 3 ] {} HTTP-Session: 7046c0c9-9d22-432b-b605-40a79d6b907f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.106276 [ 3 ] {} HTTP-Session: 7046c0c9-9d22-432b-b605-40a79d6b907f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.106325 [ 3 ] {} HTTP-Session: 7046c0c9-9d22-432b-b605-40a79d6b907f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:22.106455 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:22.106519 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:22.106718 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:22.107213 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:22.107262 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:22.107662 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.21 18:09:22.107996 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:22.108156 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} executeQuery: Read 49 rows, 3.97 KiB in 0.001764 sec., 27777.777777777777 rows/sec., 2.20 MiB/sec. 2024.03.21 18:09:22.108345 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} DynamicQueryHandler: Done processing query 2024.03.21 18:09:22.108384 [ 3 ] {cd8e0aa8-df02-4101-8311-348dc8888c16} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:22.108416 [ 3 ] {} HTTP-Session: 7046c0c9-9d22-432b-b605-40a79d6b907f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.108594 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:22.108649 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:22.108669 [ 3 ] {} HTTP-Session: 9f122317-25c6-4060-b32b-52a76edbc007 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:22.108688 [ 3 ] {} HTTP-Session: 9f122317-25c6-4060-b32b-52a76edbc007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.108701 [ 3 ] {} HTTP-Session: 9f122317-25c6-4060-b32b-52a76edbc007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.108735 [ 3 ] {} HTTP-Session: 9f122317-25c6-4060-b32b-52a76edbc007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:22.108853 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:22.108897 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:22.109029 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:22.109463 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:22.109512 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:22.109909 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.21 18:09:22.110221 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:22.110379 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} executeQuery: Read 147 rows, 14.73 KiB in 0.001588 sec., 92569.26952141058 rows/sec., 9.06 MiB/sec. 2024.03.21 18:09:22.110507 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} DynamicQueryHandler: Done processing query 2024.03.21 18:09:22.110531 [ 3 ] {36dcbd37-3555-4789-b7b1-3b9859b68cc9} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:09:22.110547 [ 3 ] {} HTTP-Session: 9f122317-25c6-4060-b32b-52a76edbc007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.110719 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:22.110768 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:22.110788 [ 3 ] {} HTTP-Session: 146973c7-00dd-42e9-ba8b-daff7dce1723 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:22.110804 [ 3 ] {} HTTP-Session: 146973c7-00dd-42e9-ba8b-daff7dce1723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.110819 [ 3 ] {} HTTP-Session: 146973c7-00dd-42e9-ba8b-daff7dce1723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.110851 [ 3 ] {} HTTP-Session: 146973c7-00dd-42e9-ba8b-daff7dce1723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:22.110930 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:22.110972 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:22.111102 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:22.111401 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:22.111438 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:22.111743 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.21 18:09:22.112050 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:22.112213 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} executeQuery: Read 49 rows, 3.92 KiB in 0.001314 sec., 37290.71537290715 rows/sec., 2.92 MiB/sec. 2024.03.21 18:09:22.112347 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} DynamicQueryHandler: Done processing query 2024.03.21 18:09:22.112371 [ 3 ] {5ad39407-71f8-4aad-9ec5-5c7bc6fc0108} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:09:22.112386 [ 3 ] {} HTTP-Session: 146973c7-00dd-42e9-ba8b-daff7dce1723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.112616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:22.112665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:22.112684 [ 3 ] {} HTTP-Session: a65fcad3-8ce3-444f-9674-bee1c5618937 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:22.112701 [ 3 ] {} HTTP-Session: a65fcad3-8ce3-444f-9674-bee1c5618937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.112714 [ 3 ] {} HTTP-Session: a65fcad3-8ce3-444f-9674-bee1c5618937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:22.112744 [ 3 ] {} HTTP-Session: a65fcad3-8ce3-444f-9674-bee1c5618937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:22.113086 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:22.113132 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:22.113294 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:22.113865 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:22.113902 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:22.114329 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.21 18:09:22.114667 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:22.114835 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} executeQuery: Read 49 rows, 67.71 KiB in 0.002022 sec., 24233.432245301683 rows/sec., 32.70 MiB/sec. 2024.03.21 18:09:22.114961 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} DynamicQueryHandler: Done processing query 2024.03.21 18:09:22.114984 [ 3 ] {dfd2dd83-ea35-45e9-bc0d-f58f82a4dde1} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:09:22.114999 [ 3 ] {} HTTP-Session: a65fcad3-8ce3-444f-9674-bee1c5618937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:23.083807 [ 63 ] {} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.03.21 18:09:23.083896 [ 63 ] {} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:23.083939 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:23.084292 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:09:23.084595 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:23.084656 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part 2024.03.21 18:09:23.084785 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:09:23.084921 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:09:23.085142 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:09:23.085430 [ 199 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::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.03.21 18:09:23.086445 [ 187 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002391283 sec., 7527.339925889156 rows/sec., 613.80 KiB/sec. 2024.03.21 18:09:23.086626 [ 193 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.03.21 18:09:23.087072 [ 193 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_14_3} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:23.087165 [ 193 ] {bd64fcb7-706f-471b-9ef1-41d8021813cb::all_1_14_3} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.03.21 18:09:23.087270 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.03.21 18:09:24.292727 [ 63 ] {} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.03.21 18:09:24.292792 [ 63 ] {} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:24.292814 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:24.293011 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:09:24.293199 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:24.293238 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part 2024.03.21 18:09:24.293331 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:09:24.293559 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:09:24.293775 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:09:24.293913 [ 199 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::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.03.21 18:09:24.294872 [ 187 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.001993766 sec., 9028.14071460743 rows/sec., 630.38 KiB/sec. 2024.03.21 18:09:24.294992 [ 187 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.03.21 18:09:24.295356 [ 187 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_14_3} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:24.295437 [ 187 ] {ba17ed4d-c283-44e5-8f13-8cfbcd3c961c::all_1_14_3} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.03.21 18:09:24.295514 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.21 18:09:25.406021 [ 35 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2024.03.21 18:09:25.406133 [ 35 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:25.406160 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:25.406338 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2024.03.21 18:09:25.406609 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:25.406650 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 566 rows starting from the beginning of the part 2024.03.21 18:09:25.406729 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:09:25.406826 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:09:25.407088 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 37 rows starting from the beginning of the part 2024.03.21 18:09:25.407186 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2024.03.21 18:09:25.408431 [ 191 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 5 columns (5 merged, 0 gathered) in 0.00221015 sec., 290478.0218537203 rows/sec., 20.48 MiB/sec. 2024.03.21 18:09:25.408586 [ 199 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.03.21 18:09:25.408996 [ 199 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:25.409079 [ 199 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_19_4} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2024.03.21 18:09:25.409159 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.03.21 18:09:27.104336 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:27.104462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:27.104491 [ 3 ] {} HTTP-Session: 1b86e7a9-c49e-4d9f-aba6-6dfc2a2ad968 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:27.104519 [ 3 ] {} HTTP-Session: 1b86e7a9-c49e-4d9f-aba6-6dfc2a2ad968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.104537 [ 3 ] {} HTTP-Session: 1b86e7a9-c49e-4d9f-aba6-6dfc2a2ad968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.104593 [ 3 ] {} HTTP-Session: 1b86e7a9-c49e-4d9f-aba6-6dfc2a2ad968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:27.104722 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:27.104794 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:27.105017 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:27.105458 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:27.105508 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:27.105890 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.21 18:09:27.106221 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:27.106407 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} executeQuery: Read 5 rows, 415.00 B in 0.00174 sec., 2873.5632183908046 rows/sec., 232.92 KiB/sec. 2024.03.21 18:09:27.106566 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} DynamicQueryHandler: Done processing query 2024.03.21 18:09:27.106594 [ 3 ] {ad0a238e-6dce-4365-b3f9-7bf0a53621a2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:27.106610 [ 3 ] {} HTTP-Session: 1b86e7a9-c49e-4d9f-aba6-6dfc2a2ad968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.106738 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:27.106791 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:27.106811 [ 3 ] {} HTTP-Session: 03f2d880-92f4-451d-a259-f4866d931dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:27.106830 [ 3 ] {} HTTP-Session: 03f2d880-92f4-451d-a259-f4866d931dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.106843 [ 3 ] {} HTTP-Session: 03f2d880-92f4-451d-a259-f4866d931dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.106877 [ 3 ] {} HTTP-Session: 03f2d880-92f4-451d-a259-f4866d931dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:27.106954 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:27.106996 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:27.107126 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:27.107419 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:27.107457 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:27.107757 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.21 18:09:27.108058 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:27.108208 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} executeQuery: Read 15 rows, 1.39 KiB in 0.001281 sec., 11709.6018735363 rows/sec., 1.06 MiB/sec. 2024.03.21 18:09:27.108333 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} DynamicQueryHandler: Done processing query 2024.03.21 18:09:27.108356 [ 3 ] {6c4a3fe6-b977-4c0d-8d91-6110e2405bd6} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:09:27.108372 [ 3 ] {} HTTP-Session: 03f2d880-92f4-451d-a259-f4866d931dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.108531 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:27.108578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:27.108597 [ 3 ] {} HTTP-Session: 97d38577-71f5-42b7-896c-45a9369d3440 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:27.108614 [ 3 ] {} HTTP-Session: 97d38577-71f5-42b7-896c-45a9369d3440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.108628 [ 3 ] {} HTTP-Session: 97d38577-71f5-42b7-896c-45a9369d3440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.108659 [ 3 ] {} HTTP-Session: 97d38577-71f5-42b7-896c-45a9369d3440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:27.108726 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:27.108768 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:27.108892 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:27.109155 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:27.109193 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:27.109492 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.21 18:09:27.109804 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:27.109957 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} executeQuery: Read 5 rows, 410.00 B in 0.001249 sec., 4003.20256204964 rows/sec., 320.57 KiB/sec. 2024.03.21 18:09:27.110078 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} DynamicQueryHandler: Done processing query 2024.03.21 18:09:27.110102 [ 3 ] {2ba9bc38-eb33-46a2-91d2-772744b4aac5} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:27.110117 [ 3 ] {} HTTP-Session: 97d38577-71f5-42b7-896c-45a9369d3440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.110271 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:27.110320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:27.110338 [ 3 ] {} HTTP-Session: eef19ea9-db34-4b5d-a8ce-dccc43055dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:27.110354 [ 3 ] {} HTTP-Session: eef19ea9-db34-4b5d-a8ce-dccc43055dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.110368 [ 3 ] {} HTTP-Session: eef19ea9-db34-4b5d-a8ce-dccc43055dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:27.110399 [ 3 ] {} HTTP-Session: eef19ea9-db34-4b5d-a8ce-dccc43055dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:27.110488 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:27.110535 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:27.110696 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:27.110994 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:27.111032 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:27.111418 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.21 18:09:27.111752 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:27.111908 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} executeQuery: Read 5 rows, 6.91 KiB in 0.001462 sec., 3419.9726402188785 rows/sec., 4.62 MiB/sec. 2024.03.21 18:09:27.112025 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} DynamicQueryHandler: Done processing query 2024.03.21 18:09:27.112049 [ 3 ] {442a709a-6692-4c7c-a6a3-3b34c291d2f8} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:27.112064 [ 3 ] {} HTTP-Session: eef19ea9-db34-4b5d-a8ce-dccc43055dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:30.317783 [ 59 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:09:30.317890 [ 59 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:09:32.105895 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:32.106009 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:32.106034 [ 3 ] {} HTTP-Session: 905c4583-1a19-401b-a572-3c5ece5f5e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:32.106059 [ 3 ] {} HTTP-Session: 905c4583-1a19-401b-a572-3c5ece5f5e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.106074 [ 3 ] {} HTTP-Session: 905c4583-1a19-401b-a572-3c5ece5f5e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.106125 [ 3 ] {} HTTP-Session: 905c4583-1a19-401b-a572-3c5ece5f5e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:32.106254 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:32.106321 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:32.106515 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:32.106959 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:32.107009 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:32.107408 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.21 18:09:32.107753 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:32.107923 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} executeQuery: Read 49 rows, 3.97 KiB in 0.00173 sec., 28323.699421965317 rows/sec., 2.24 MiB/sec. 2024.03.21 18:09:32.108087 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} DynamicQueryHandler: Done processing query 2024.03.21 18:09:32.108114 [ 3 ] {6dc6148f-28d0-46a3-9d18-478eace92b07} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:32.108131 [ 3 ] {} HTTP-Session: 905c4583-1a19-401b-a572-3c5ece5f5e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.108305 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:32.108361 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:32.108381 [ 3 ] {} HTTP-Session: fded0d8d-5535-4d25-bc68-193b2684040f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:32.108400 [ 3 ] {} HTTP-Session: fded0d8d-5535-4d25-bc68-193b2684040f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.108414 [ 3 ] {} HTTP-Session: fded0d8d-5535-4d25-bc68-193b2684040f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.108451 [ 3 ] {} HTTP-Session: fded0d8d-5535-4d25-bc68-193b2684040f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:32.108566 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:32.108612 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:32.108752 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:32.109181 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:32.109222 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:32.109558 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.21 18:09:32.109868 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:32.110028 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} executeQuery: Read 147 rows, 14.73 KiB in 0.001525 sec., 96393.44262295081 rows/sec., 9.43 MiB/sec. 2024.03.21 18:09:32.110235 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} DynamicQueryHandler: Done processing query 2024.03.21 18:09:32.110301 [ 3 ] {a5f5624a-bb7b-42c9-a630-2344c76bae9c} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:09:32.110351 [ 3 ] {} HTTP-Session: fded0d8d-5535-4d25-bc68-193b2684040f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.110546 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:32.110598 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:32.110618 [ 3 ] {} HTTP-Session: a1b84505-980c-435e-99e8-533e13c54fb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:32.110636 [ 3 ] {} HTTP-Session: a1b84505-980c-435e-99e8-533e13c54fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.110649 [ 3 ] {} HTTP-Session: a1b84505-980c-435e-99e8-533e13c54fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.110683 [ 3 ] {} HTTP-Session: a1b84505-980c-435e-99e8-533e13c54fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:32.110773 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:32.110816 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:32.110963 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:32.111295 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:32.111334 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:32.111641 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.21 18:09:32.111941 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:32.112105 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} executeQuery: Read 49 rows, 3.92 KiB in 0.001364 sec., 35923.75366568915 rows/sec., 2.81 MiB/sec. 2024.03.21 18:09:32.112243 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} DynamicQueryHandler: Done processing query 2024.03.21 18:09:32.112279 [ 3 ] {720ac6aa-2441-4a69-ad13-354c69aa8449} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:09:32.112310 [ 3 ] {} HTTP-Session: a1b84505-980c-435e-99e8-533e13c54fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.112555 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:32.112604 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:32.112624 [ 3 ] {} HTTP-Session: 633361e8-ec99-4063-86ee-f44cb3988d3b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:32.112640 [ 3 ] {} HTTP-Session: 633361e8-ec99-4063-86ee-f44cb3988d3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.112653 [ 3 ] {} HTTP-Session: 633361e8-ec99-4063-86ee-f44cb3988d3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:32.112685 [ 3 ] {} HTTP-Session: 633361e8-ec99-4063-86ee-f44cb3988d3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:32.113027 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:32.113075 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:32.113239 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:32.113775 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:32.113811 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:32.114240 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.21 18:09:32.114580 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:32.114743 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} executeQuery: Read 49 rows, 67.71 KiB in 0.00199 sec., 24623.115577889446 rows/sec., 33.23 MiB/sec. 2024.03.21 18:09:32.114906 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} DynamicQueryHandler: Done processing query 2024.03.21 18:09:32.114937 [ 3 ] {8b306d63-aa35-4f6c-b33f-a6648f9eb08e} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:09:32.114969 [ 3 ] {} HTTP-Session: 633361e8-ec99-4063-86ee-f44cb3988d3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.105609 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:37.105741 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:37.105765 [ 3 ] {} HTTP-Session: a6c347ec-f5dd-474f-b7f9-e195c5140cf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:37.105791 [ 3 ] {} HTTP-Session: a6c347ec-f5dd-474f-b7f9-e195c5140cf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.105807 [ 3 ] {} HTTP-Session: a6c347ec-f5dd-474f-b7f9-e195c5140cf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.105857 [ 3 ] {} HTTP-Session: a6c347ec-f5dd-474f-b7f9-e195c5140cf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:37.105974 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:37.106041 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:37.106241 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:37.106664 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:37.106717 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:37.107102 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.21 18:09:37.107445 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:37.107602 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} executeQuery: Read 5 rows, 415.00 B in 0.00168 sec., 2976.190476190476 rows/sec., 241.23 KiB/sec. 2024.03.21 18:09:37.107802 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} DynamicQueryHandler: Done processing query 2024.03.21 18:09:37.107829 [ 3 ] {79f5d4cd-1c2e-43b3-9331-da692aed9e91} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:37.107846 [ 3 ] {} HTTP-Session: a6c347ec-f5dd-474f-b7f9-e195c5140cf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.107981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:37.108039 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:37.108059 [ 3 ] {} HTTP-Session: 3cfa0f77-38d3-4b03-b6fa-152607d4614e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:37.108078 [ 3 ] {} HTTP-Session: 3cfa0f77-38d3-4b03-b6fa-152607d4614e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.108092 [ 3 ] {} HTTP-Session: 3cfa0f77-38d3-4b03-b6fa-152607d4614e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.108127 [ 3 ] {} HTTP-Session: 3cfa0f77-38d3-4b03-b6fa-152607d4614e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:37.108215 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:37.108260 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:37.108404 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:37.108724 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:37.108763 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:37.109069 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.21 18:09:37.109373 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:37.109534 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} executeQuery: Read 51 rows, 4.20 KiB in 0.001357 sec., 37582.90346352248 rows/sec., 3.02 MiB/sec. 2024.03.21 18:09:37.109562 [ 56 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.21 18:09:37.109694 [ 56 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:37.109709 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} DynamicQueryHandler: Done processing query 2024.03.21 18:09:37.109750 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:37.109757 [ 3 ] {c04e2c70-7df9-4d58-8eca-9147049a7af6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:37.109811 [ 3 ] {} HTTP-Session: 3cfa0f77-38d3-4b03-b6fa-152607d4614e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.109998 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 4940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:37.110008 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:09:37.110055 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:37.110116 [ 3 ] {} HTTP-Session: b29275cc-5715-4209-8f75-eb9e8f811643 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:37.110153 [ 3 ] {} HTTP-Session: b29275cc-5715-4209-8f75-eb9e8f811643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.110168 [ 3 ] {} HTTP-Session: b29275cc-5715-4209-8f75-eb9e8f811643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.110246 [ 3 ] {} HTTP-Session: b29275cc-5715-4209-8f75-eb9e8f811643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:37.110489 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:37.110520 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:37.110563 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:37.110593 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 203 rows starting from the beginning of the part 2024.03.21 18:09:37.110904 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:09:37.111221 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 147 rows starting from the beginning of the part 2024.03.21 18:09:37.111567 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:09:37.111827 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 147 rows starting from the beginning of the part 2024.03.21 18:09:37.111894 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:37.112117 [ 186 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 51 rows starting from the beginning of the part 2024.03.21 18:09:37.112883 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:37.112948 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:37.113749 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.21 18:09:37.114715 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:37.114929 [ 199 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.005040211 sec., 114677.73868990802 rows/sec., 10.81 MiB/sec. 2024.03.21 18:09:37.115074 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} executeQuery: Read 29 rows, 2.30 KiB in 0.004711 sec., 6155.805561451921 rows/sec., 487.97 KiB/sec. 2024.03.21 18:09:37.115087 [ 56 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.21 18:09:37.115237 [ 56 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:37.115312 [ 199 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.21 18:09:37.115386 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:37.115458 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} DynamicQueryHandler: Done processing query 2024.03.21 18:09:37.115548 [ 3 ] {ca07269a-4aad-440e-a582-e1904fe6f889} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:37.115613 [ 3 ] {} HTTP-Session: b29275cc-5715-4209-8f75-eb9e8f811643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.115903 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:37.115907 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:09:37.116052 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:37.116125 [ 3 ] {} HTTP-Session: 5ada394f-6056-4955-8de6-185b984124e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:37.116204 [ 3 ] {} HTTP-Session: 5ada394f-6056-4955-8de6-185b984124e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.116293 [ 3 ] {} HTTP-Session: 5ada394f-6056-4955-8de6-185b984124e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.116421 [ 3 ] {} HTTP-Session: 5ada394f-6056-4955-8de6-185b984124e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:37.116512 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:37.116613 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 104 rows starting from the beginning of the part 2024.03.21 18:09:37.116695 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:37.116719 [ 199 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:37.116962 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:09:37.117046 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:37.117240 [ 199 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_61_12} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.21 18:09:37.117503 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:37.117828 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:37.117899 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.21 18:09:37.118216 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:37.118575 [ 186 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 29 rows starting from the beginning of the part 2024.03.21 18:09:37.119062 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:37.119903 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:37.119973 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:37.121131 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.21 18:09:37.121186 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 241 rows, containing 4 columns (4 merged, 0 gathered) in 0.005617411 sec., 42902.32635639443 rows/sec., 3.35 MiB/sec. 2024.03.21 18:09:37.121405 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.21 18:09:37.121874 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:37.122213 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} executeQuery: Read 36 rows, 2.60 KiB in 0.005652 sec., 6369.426751592357 rows/sec., 460.29 KiB/sec. 2024.03.21 18:09:37.122362 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:37.122518 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} DynamicQueryHandler: Done processing query 2024.03.21 18:09:37.122555 [ 3 ] {4d4ee52d-13a5-4432-b37e-8928c736f4be} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:09:37.122554 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_61_12} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.21 18:09:37.122589 [ 3 ] {} HTTP-Session: 5ada394f-6056-4955-8de6-185b984124e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.122703 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:09:37.122756 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:37.122812 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:37.122832 [ 3 ] {} HTTP-Session: 5db5ddce-8dc2-4a30-905d-22cdbfc5add4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:37.122849 [ 3 ] {} HTTP-Session: 5db5ddce-8dc2-4a30-905d-22cdbfc5add4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.122863 [ 3 ] {} HTTP-Session: 5db5ddce-8dc2-4a30-905d-22cdbfc5add4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:37.122897 [ 3 ] {} HTTP-Session: 5db5ddce-8dc2-4a30-905d-22cdbfc5add4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:37.123005 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:37.123055 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:37.123240 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:37.123619 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:37.123656 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:37.124052 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.21 18:09:37.124398 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:37.124556 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} executeQuery: Read 5 rows, 6.91 KiB in 0.001608 sec., 3109.452736318408 rows/sec., 4.20 MiB/sec. 2024.03.21 18:09:37.124770 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} DynamicQueryHandler: Done processing query 2024.03.21 18:09:37.124817 [ 3 ] {29f3b565-edab-456f-82e1-7a20dda9f8b6} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:37.124875 [ 3 ] {} HTTP-Session: 5db5ddce-8dc2-4a30-905d-22cdbfc5add4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.106213 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:42.106334 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:42.106360 [ 3 ] {} HTTP-Session: 5d2c690d-8652-4732-a212-7edf6b0a20e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:42.106386 [ 3 ] {} HTTP-Session: 5d2c690d-8652-4732-a212-7edf6b0a20e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.106400 [ 3 ] {} HTTP-Session: 5d2c690d-8652-4732-a212-7edf6b0a20e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.106452 [ 3 ] {} HTTP-Session: 5d2c690d-8652-4732-a212-7edf6b0a20e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:42.106583 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:42.106649 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:42.106844 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:42.107310 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:42.107366 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:42.107756 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.21 18:09:42.108090 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:42.108256 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} executeQuery: Read 49 rows, 3.97 KiB in 0.001734 sec., 28258.36216839677 rows/sec., 2.24 MiB/sec. 2024.03.21 18:09:42.108275 [ 54 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.21 18:09:42.108386 [ 54 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:42.108432 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:42.108483 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} DynamicQueryHandler: Done processing query 2024.03.21 18:09:42.108541 [ 3 ] {0c196169-9df7-4ef4-b872-472be12ba520} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:42.108592 [ 3 ] {} HTTP-Session: 5d2c690d-8652-4732-a212-7edf6b0a20e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.108709 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:09:42.108847 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:42.108975 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:42.109030 [ 3 ] {} HTTP-Session: 4fb73673-cf19-4e7d-bce8-6bbd61e87059 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:42.109045 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:42.109066 [ 3 ] {} HTTP-Session: 4fb73673-cf19-4e7d-bce8-6bbd61e87059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.109103 [ 3 ] {} HTTP-Session: 4fb73673-cf19-4e7d-bce8-6bbd61e87059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.109124 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 54 rows starting from the beginning of the part 2024.03.21 18:09:42.109168 [ 3 ] {} HTTP-Session: 4fb73673-cf19-4e7d-bce8-6bbd61e87059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:42.109385 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:42.109508 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:42.109634 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:42.109650 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:42.110022 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:42.110443 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:42.110732 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:42.111330 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:42.112269 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:42.112333 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:42.113136 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.21 18:09:42.113288 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 211 rows, containing 4 columns (4 merged, 0 gathered) in 0.004755715 sec., 44367.67131756213 rows/sec., 3.51 MiB/sec. 2024.03.21 18:09:42.113562 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.21 18:09:42.113878 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:42.114318 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} executeQuery: Read 147 rows, 14.73 KiB in 0.005032 sec., 29213.03656597774 rows/sec., 2.86 MiB/sec. 2024.03.21 18:09:42.114532 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:42.114618 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} DynamicQueryHandler: Done processing query 2024.03.21 18:09:42.114661 [ 3 ] {d5888fb9-0487-4412-b249-0592c1c9d6ea} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:09:42.114678 [ 189 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_61_12} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.21 18:09:42.114687 [ 3 ] {} HTTP-Session: 4fb73673-cf19-4e7d-bce8-6bbd61e87059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.114797 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:09:42.114857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:42.114914 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:42.114933 [ 3 ] {} HTTP-Session: 3beb59e0-2cac-413a-aec4-495b33f26aa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:42.114950 [ 3 ] {} HTTP-Session: 3beb59e0-2cac-413a-aec4-495b33f26aa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.114964 [ 3 ] {} HTTP-Session: 3beb59e0-2cac-413a-aec4-495b33f26aa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.115000 [ 3 ] {} HTTP-Session: 3beb59e0-2cac-413a-aec4-495b33f26aa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:42.115098 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:42.115142 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:42.115294 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:42.115632 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:42.115670 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:42.115989 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.21 18:09:42.116296 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:42.116449 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} executeQuery: Read 49 rows, 3.92 KiB in 0.001394 sec., 35150.6456241033 rows/sec., 2.75 MiB/sec. 2024.03.21 18:09:42.116578 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} DynamicQueryHandler: Done processing query 2024.03.21 18:09:42.116601 [ 3 ] {9221a31e-3468-43d3-9248-f7f0ff94eb24} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:09:42.116616 [ 3 ] {} HTTP-Session: 3beb59e0-2cac-413a-aec4-495b33f26aa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.116816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:42.116865 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:42.116884 [ 3 ] {} HTTP-Session: 99ecca01-5ccc-4359-aaf3-1ab18d9d01be Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:42.116900 [ 3 ] {} HTTP-Session: 99ecca01-5ccc-4359-aaf3-1ab18d9d01be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.116914 [ 3 ] {} HTTP-Session: 99ecca01-5ccc-4359-aaf3-1ab18d9d01be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.116945 [ 3 ] {} HTTP-Session: 99ecca01-5ccc-4359-aaf3-1ab18d9d01be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:42.117289 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:42.117336 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:42.117502 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:42.118089 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:42.118126 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:42.118572 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.21 18:09:42.118913 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:42.119081 [ 54 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.21 18:09:42.119090 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} executeQuery: Read 49 rows, 67.71 KiB in 0.002072 sec., 23648.648648648646 rows/sec., 31.91 MiB/sec. 2024.03.21 18:09:42.119143 [ 54 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:42.119218 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:42.119344 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} DynamicQueryHandler: Done processing query 2024.03.21 18:09:42.119381 [ 3 ] {614aa576-0f8b-48da-8c2f-d9623f4b0dd9} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:09:42.119385 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:09:42.119397 [ 3 ] {} HTTP-Session: 99ecca01-5ccc-4359-aaf3-1ab18d9d01be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:42.119533 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:09:42.119569 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1595 rows starting from the beginning of the part 2024.03.21 18:09:42.119640 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:42.119815 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:42.119999 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:42.120079 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 5 rows starting from the beginning of the part 2024.03.21 18:09:42.120171 [ 199 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 49 rows starting from the beginning of the part 2024.03.21 18:09:42.125769 [ 196 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1752 rows, containing 6 columns (6 merged, 0 gathered) in 0.006442646 sec., 271937.95841025567 rows/sec., 366.97 MiB/sec. 2024.03.21 18:09:42.126851 [ 196 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.21 18:09:42.127327 [ 196 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:42.127425 [ 196 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_61_12} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.21 18:09:42.127533 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.09 MiB. 2024.03.21 18:09:43.000159 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 195.56 MiB, peak 208.63 MiB, free memory in arenas 0.00 B, will set to 198.41 MiB (RSS), difference: 2.85 MiB 2024.03.21 18:09:45.317948 [ 52 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:09:45.318016 [ 52 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:09:46.001737 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001221082 sec. 2024.03.21 18:09:47.103401 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:47.103516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:47.103542 [ 3 ] {} HTTP-Session: e8be0aa4-5645-430d-bce0-51b2ce8a1bcc Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:47.103568 [ 3 ] {} HTTP-Session: e8be0aa4-5645-430d-bce0-51b2ce8a1bcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.103583 [ 3 ] {} HTTP-Session: e8be0aa4-5645-430d-bce0-51b2ce8a1bcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.103633 [ 3 ] {} HTTP-Session: e8be0aa4-5645-430d-bce0-51b2ce8a1bcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:47.103751 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:47.103815 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:47.104010 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:47.104443 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:47.104495 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:47.104880 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.21 18:09:47.105228 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:47.105385 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} executeQuery: Read 5 rows, 415.00 B in 0.001687 sec., 2963.841138114997 rows/sec., 240.23 KiB/sec. 2024.03.21 18:09:47.105576 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} DynamicQueryHandler: Done processing query 2024.03.21 18:09:47.105606 [ 3 ] {e1362eb9-8ce1-403b-92da-a142c977bd20} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:47.105622 [ 3 ] {} HTTP-Session: e8be0aa4-5645-430d-bce0-51b2ce8a1bcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.105754 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:47.105813 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:47.105832 [ 3 ] {} HTTP-Session: 314a7aa5-0c0e-4ee8-af7a-b6316f728be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:47.105851 [ 3 ] {} HTTP-Session: 314a7aa5-0c0e-4ee8-af7a-b6316f728be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.105865 [ 3 ] {} HTTP-Session: 314a7aa5-0c0e-4ee8-af7a-b6316f728be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.105900 [ 3 ] {} HTTP-Session: 314a7aa5-0c0e-4ee8-af7a-b6316f728be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:47.105980 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:47.106023 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:47.106155 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:47.106476 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:47.106516 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:47.106830 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.21 18:09:47.107159 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:47.107312 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} executeQuery: Read 15 rows, 1.39 KiB in 0.001364 sec., 10997.067448680353 rows/sec., 1015.94 KiB/sec. 2024.03.21 18:09:47.107437 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} DynamicQueryHandler: Done processing query 2024.03.21 18:09:47.107460 [ 3 ] {153bcac4-f5aa-4bda-8bea-249c37f0d937} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:09:47.107475 [ 3 ] {} HTTP-Session: 314a7aa5-0c0e-4ee8-af7a-b6316f728be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.107587 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:47.107635 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:47.107653 [ 3 ] {} HTTP-Session: 850929cf-da6b-4deb-b7bf-e0451ed5d803 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:47.107670 [ 3 ] {} HTTP-Session: 850929cf-da6b-4deb-b7bf-e0451ed5d803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.107683 [ 3 ] {} HTTP-Session: 850929cf-da6b-4deb-b7bf-e0451ed5d803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.107713 [ 3 ] {} HTTP-Session: 850929cf-da6b-4deb-b7bf-e0451ed5d803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:47.107776 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:47.107814 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:47.107931 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:47.108207 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:47.108243 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:47.108604 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.21 18:09:47.108927 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:47.109087 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} executeQuery: Read 5 rows, 410.00 B in 0.001303 sec., 3837.2985418265544 rows/sec., 307.28 KiB/sec. 2024.03.21 18:09:47.109213 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} DynamicQueryHandler: Done processing query 2024.03.21 18:09:47.109237 [ 3 ] {4acf0bc0-0253-4e37-ad7d-88def10974ae} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:47.109252 [ 3 ] {} HTTP-Session: 850929cf-da6b-4deb-b7bf-e0451ed5d803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.109407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:47.109457 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:47.109476 [ 3 ] {} HTTP-Session: 55e23520-4eb0-4d7b-a060-98d5516a2078 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:47.109492 [ 3 ] {} HTTP-Session: 55e23520-4eb0-4d7b-a060-98d5516a2078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.109506 [ 3 ] {} HTTP-Session: 55e23520-4eb0-4d7b-a060-98d5516a2078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:47.109537 [ 3 ] {} HTTP-Session: 55e23520-4eb0-4d7b-a060-98d5516a2078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:47.109627 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:47.109672 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:47.109835 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:47.110168 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:47.110231 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:47.110640 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.21 18:09:47.110991 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:47.111149 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} executeQuery: Read 5 rows, 6.91 KiB in 0.001563 sec., 3198.976327575176 rows/sec., 4.32 MiB/sec. 2024.03.21 18:09:47.111282 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} DynamicQueryHandler: Done processing query 2024.03.21 18:09:47.111305 [ 3 ] {535e96c3-d325-443a-9e82-65b2e2d7a079} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:47.111321 [ 3 ] {} HTTP-Session: 55e23520-4eb0-4d7b-a060-98d5516a2078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.106144 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:52.106274 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:52.106300 [ 3 ] {} HTTP-Session: bb74e596-9a39-4a59-9fa2-4b9c46dcf210 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:52.106351 [ 3 ] {} HTTP-Session: bb74e596-9a39-4a59-9fa2-4b9c46dcf210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.106367 [ 3 ] {} HTTP-Session: bb74e596-9a39-4a59-9fa2-4b9c46dcf210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.106417 [ 3 ] {} HTTP-Session: bb74e596-9a39-4a59-9fa2-4b9c46dcf210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:52.106549 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:52.106613 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:52.106807 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:52.107237 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:52.107282 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:52.107682 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.21 18:09:52.108031 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:52.108201 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} executeQuery: Read 49 rows, 3.97 KiB in 0.001715 sec., 28571.428571428572 rows/sec., 2.26 MiB/sec. 2024.03.21 18:09:52.108440 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} DynamicQueryHandler: Done processing query 2024.03.21 18:09:52.108494 [ 3 ] {1b5a8264-4fdc-4010-8521-f13ae5793444} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:52.108548 [ 3 ] {} HTTP-Session: bb74e596-9a39-4a59-9fa2-4b9c46dcf210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.108736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:52.108797 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:52.108818 [ 3 ] {} HTTP-Session: cd2a08b5-eebf-4f87-bb21-31bff7cecca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:52.108838 [ 3 ] {} HTTP-Session: cd2a08b5-eebf-4f87-bb21-31bff7cecca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.108852 [ 3 ] {} HTTP-Session: cd2a08b5-eebf-4f87-bb21-31bff7cecca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.108889 [ 3 ] {} HTTP-Session: cd2a08b5-eebf-4f87-bb21-31bff7cecca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:52.109009 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:52.109055 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:52.109206 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:52.109590 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:52.109629 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:52.109959 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.21 18:09:52.110274 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:52.110433 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} executeQuery: Read 147 rows, 14.73 KiB in 0.001487 sec., 98856.75857431069 rows/sec., 9.68 MiB/sec. 2024.03.21 18:09:52.110569 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} DynamicQueryHandler: Done processing query 2024.03.21 18:09:52.110594 [ 3 ] {957921e0-0a95-4896-9561-888bff96ce60} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:09:52.110609 [ 3 ] {} HTTP-Session: cd2a08b5-eebf-4f87-bb21-31bff7cecca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.110786 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:52.110839 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:52.110857 [ 3 ] {} HTTP-Session: 8366aad3-cc65-46c7-8a6f-d303217086ac Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:52.110875 [ 3 ] {} HTTP-Session: 8366aad3-cc65-46c7-8a6f-d303217086ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.110888 [ 3 ] {} HTTP-Session: 8366aad3-cc65-46c7-8a6f-d303217086ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.110920 [ 3 ] {} HTTP-Session: 8366aad3-cc65-46c7-8a6f-d303217086ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:52.111003 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:52.111045 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:52.111174 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:52.111483 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:52.111521 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:52.111836 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.21 18:09:52.112149 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:52.112306 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} executeQuery: Read 49 rows, 3.92 KiB in 0.001338 sec., 36621.823617339316 rows/sec., 2.86 MiB/sec. 2024.03.21 18:09:52.112435 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} DynamicQueryHandler: Done processing query 2024.03.21 18:09:52.112459 [ 3 ] {c8f92101-3996-42be-a8e4-24cb82702e90} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:09:52.112475 [ 3 ] {} HTTP-Session: 8366aad3-cc65-46c7-8a6f-d303217086ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.112631 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:52.112680 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:52.112699 [ 3 ] {} HTTP-Session: b99e48c3-d3e6-42ee-87e3-25de5f27010d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:52.112716 [ 3 ] {} HTTP-Session: b99e48c3-d3e6-42ee-87e3-25de5f27010d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.112730 [ 3 ] {} HTTP-Session: b99e48c3-d3e6-42ee-87e3-25de5f27010d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:52.112761 [ 3 ] {} HTTP-Session: b99e48c3-d3e6-42ee-87e3-25de5f27010d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:52.113106 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:52.113154 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:52.113317 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:52.113843 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:52.113881 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:52.114330 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.21 18:09:52.114675 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:52.114833 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} executeQuery: Read 49 rows, 67.71 KiB in 0.002003 sec., 24463.305042436346 rows/sec., 33.01 MiB/sec. 2024.03.21 18:09:52.114962 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} DynamicQueryHandler: Done processing query 2024.03.21 18:09:52.114986 [ 3 ] {b49fe7f4-eb10-4653-b962-b8426dcaaa31} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:09:52.115002 [ 3 ] {} HTTP-Session: b99e48c3-d3e6-42ee-87e3-25de5f27010d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.104087 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:57.104215 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:57.104240 [ 3 ] {} HTTP-Session: d4432dc1-1b06-4a30-95ed-a0c6c9b50ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:57.104269 [ 3 ] {} HTTP-Session: d4432dc1-1b06-4a30-95ed-a0c6c9b50ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.104287 [ 3 ] {} HTTP-Session: d4432dc1-1b06-4a30-95ed-a0c6c9b50ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.104342 [ 3 ] {} HTTP-Session: d4432dc1-1b06-4a30-95ed-a0c6c9b50ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:57.104473 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:57.104545 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:09:57.104765 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:57.105226 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:57.105279 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:57.105680 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.21 18:09:57.106024 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:57.106173 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} executeQuery: Read 5 rows, 415.00 B in 0.001763 sec., 2836.0748723766305 rows/sec., 229.88 KiB/sec. 2024.03.21 18:09:57.106395 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} DynamicQueryHandler: Done processing query 2024.03.21 18:09:57.106455 [ 3 ] {3e4769da-19f9-4e99-be02-f0e7999e1dd6} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:57.106511 [ 3 ] {} HTTP-Session: d4432dc1-1b06-4a30-95ed-a0c6c9b50ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.106690 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:57.106753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:57.106773 [ 3 ] {} HTTP-Session: 64491180-5c85-4d34-982c-52a3620f1de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:57.106792 [ 3 ] {} HTTP-Session: 64491180-5c85-4d34-982c-52a3620f1de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.106806 [ 3 ] {} HTTP-Session: 64491180-5c85-4d34-982c-52a3620f1de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.106842 [ 3 ] {} HTTP-Session: 64491180-5c85-4d34-982c-52a3620f1de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:57.106920 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:57.106965 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:09:57.107115 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:57.107401 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:57.107437 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:57.107743 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.21 18:09:57.108049 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:57.108182 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} executeQuery: Read 4 rows, 334.00 B in 0.001293 sec., 3093.580819798917 rows/sec., 252.26 KiB/sec. 2024.03.21 18:09:57.108335 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} DynamicQueryHandler: Done processing query 2024.03.21 18:09:57.108360 [ 3 ] {a0765a84-6c54-44b6-8f24-b8dd39b964dd} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:57.108376 [ 3 ] {} HTTP-Session: 64491180-5c85-4d34-982c-52a3620f1de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.108510 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:57.108563 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:57.108583 [ 3 ] {} HTTP-Session: b2db486e-002c-44d5-aed1-b162f50b2f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:57.108600 [ 3 ] {} HTTP-Session: b2db486e-002c-44d5-aed1-b162f50b2f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.108614 [ 3 ] {} HTTP-Session: b2db486e-002c-44d5-aed1-b162f50b2f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.108646 [ 3 ] {} HTTP-Session: b2db486e-002c-44d5-aed1-b162f50b2f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:57.108718 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:57.108758 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:09:57.108879 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:57.109157 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:57.109193 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:57.109494 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.21 18:09:57.109800 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:57.109930 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} executeQuery: Read 17 rows, 1.56 KiB in 0.001242 sec., 13687.600644122384 rows/sec., 1.23 MiB/sec. 2024.03.21 18:09:57.110117 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} DynamicQueryHandler: Done processing query 2024.03.21 18:09:57.110141 [ 3 ] {97d30643-00ea-4b6d-8306-6f6a116c6b85} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:09:57.110184 [ 3 ] {} HTTP-Session: b2db486e-002c-44d5-aed1-b162f50b2f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.110376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:57.110430 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:57.110449 [ 3 ] {} HTTP-Session: 9183972e-9cc2-4481-9681-7c9dac6ed758 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:57.110467 [ 3 ] {} HTTP-Session: 9183972e-9cc2-4481-9681-7c9dac6ed758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.110481 [ 3 ] {} HTTP-Session: 9183972e-9cc2-4481-9681-7c9dac6ed758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.110514 [ 3 ] {} HTTP-Session: 9183972e-9cc2-4481-9681-7c9dac6ed758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:57.110582 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:57.110625 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:09:57.110770 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:57.111031 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:57.111067 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:57.111370 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.21 18:09:57.111678 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:57.111802 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} executeQuery: Read 4 rows, 286.00 B in 0.001245 sec., 3212.85140562249 rows/sec., 224.33 KiB/sec. 2024.03.21 18:09:57.111918 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} DynamicQueryHandler: Done processing query 2024.03.21 18:09:57.111943 [ 3 ] {cdc8af08-6aca-45f5-9beb-21d87ecaecd1} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:57.111958 [ 3 ] {} HTTP-Session: 9183972e-9cc2-4481-9681-7c9dac6ed758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.112088 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:57.112138 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:57.112157 [ 3 ] {} HTTP-Session: 1055ca89-81c8-464f-8742-4a50126cdd44 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:57.112174 [ 3 ] {} HTTP-Session: 1055ca89-81c8-464f-8742-4a50126cdd44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.112188 [ 3 ] {} HTTP-Session: 1055ca89-81c8-464f-8742-4a50126cdd44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.112218 [ 3 ] {} HTTP-Session: 1055ca89-81c8-464f-8742-4a50126cdd44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:57.112286 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:57.112326 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:09:57.112448 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:57.112742 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:57.112777 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:57.113073 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.21 18:09:57.113370 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:57.113497 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} executeQuery: Read 9 rows, 744.00 B in 0.001238 sec., 7269.789983844911 rows/sec., 586.88 KiB/sec. 2024.03.21 18:09:57.113624 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} DynamicQueryHandler: Done processing query 2024.03.21 18:09:57.113654 [ 3 ] {6c04bf77-6697-4b15-b95d-4b610bc11fc1} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:57.113686 [ 3 ] {} HTTP-Session: 1055ca89-81c8-464f-8742-4a50126cdd44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.113836 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:57.113882 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:57.113901 [ 3 ] {} HTTP-Session: dfc551f4-9b7c-4fc7-8dc6-2b8de4235fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:57.113917 [ 3 ] {} HTTP-Session: dfc551f4-9b7c-4fc7-8dc6-2b8de4235fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.113931 [ 3 ] {} HTTP-Session: dfc551f4-9b7c-4fc7-8dc6-2b8de4235fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.113961 [ 3 ] {} HTTP-Session: dfc551f4-9b7c-4fc7-8dc6-2b8de4235fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:57.114024 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:57.114067 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:09:57.114207 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:57.114464 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:57.114499 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:57.114862 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.21 18:09:57.115202 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:57.115338 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} executeQuery: Read 2 rows, 144.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 105.10 KiB/sec. 2024.03.21 18:09:57.115466 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} DynamicQueryHandler: Done processing query 2024.03.21 18:09:57.115490 [ 3 ] {57d2123a-b180-42d1-9244-d46854fcae8b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:09:57.115506 [ 3 ] {} HTTP-Session: dfc551f4-9b7c-4fc7-8dc6-2b8de4235fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.115629 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:09:57.115678 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:09:57.115697 [ 3 ] {} HTTP-Session: 801807a3-b714-4625-ae49-92e8f8cbf51c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:09:57.115713 [ 3 ] {} HTTP-Session: 801807a3-b714-4625-ae49-92e8f8cbf51c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.115727 [ 3 ] {} HTTP-Session: 801807a3-b714-4625-ae49-92e8f8cbf51c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:09:57.115757 [ 3 ] {} HTTP-Session: 801807a3-b714-4625-ae49-92e8f8cbf51c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:09:57.115850 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:09:57.115894 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:09:57.116047 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:09:57.116341 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:09:57.116376 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.03.21 18:09:57.116765 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.21 18:09:57.117101 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:09:57.117227 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} executeQuery: Read 5 rows, 6.91 KiB in 0.001426 sec., 3506.311360448808 rows/sec., 4.73 MiB/sec. 2024.03.21 18:09:57.117361 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} DynamicQueryHandler: Done processing query 2024.03.21 18:09:57.117394 [ 3 ] {d4b08395-38f2-448d-8d3c-19fcc8a0e0db} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:09:57.117425 [ 3 ] {} HTTP-Session: 801807a3-b714-4625-ae49-92e8f8cbf51c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:00.318066 [ 46 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:10:00.318160 [ 46 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:10:02.105619 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:02.105731 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:02.105757 [ 3 ] {} HTTP-Session: 5baa2395-b3fd-4126-b645-9e4dbd827fac Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:02.105782 [ 3 ] {} HTTP-Session: 5baa2395-b3fd-4126-b645-9e4dbd827fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.105797 [ 3 ] {} HTTP-Session: 5baa2395-b3fd-4126-b645-9e4dbd827fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.105845 [ 3 ] {} HTTP-Session: 5baa2395-b3fd-4126-b645-9e4dbd827fac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:02.105977 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:02.106043 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:02.106242 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:02.106696 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:02.106749 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.03.21 18:10:02.107134 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.21 18:10:02.107485 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:02.107648 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} executeQuery: Read 49 rows, 3.97 KiB in 0.001735 sec., 28242.07492795389 rows/sec., 2.24 MiB/sec. 2024.03.21 18:10:02.107872 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} DynamicQueryHandler: Done processing query 2024.03.21 18:10:02.107918 [ 3 ] {c0dd2673-0c57-4dc0-97c5-60a4849e5449} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:02.107979 [ 3 ] {} HTTP-Session: 5baa2395-b3fd-4126-b645-9e4dbd827fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.108178 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 23732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:02.108234 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:02.108255 [ 3 ] {} HTTP-Session: 7d055489-7800-4e47-b52c-e9520352ce2d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:02.108274 [ 3 ] {} HTTP-Session: 7d055489-7800-4e47-b52c-e9520352ce2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.108288 [ 3 ] {} HTTP-Session: 7d055489-7800-4e47-b52c-e9520352ce2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.108325 [ 3 ] {} HTTP-Session: 7d055489-7800-4e47-b52c-e9520352ce2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:02.108445 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:02.108490 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:02.108649 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:02.109043 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:02.109084 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.03.21 18:10:02.109414 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.21 18:10:02.109734 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:02.109890 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} executeQuery: Read 147 rows, 14.73 KiB in 0.001512 sec., 97222.22222222222 rows/sec., 9.52 MiB/sec. 2024.03.21 18:10:02.109906 [ 45 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.21 18:10:02.110001 [ 45 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:02.110040 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.03.21 18:10:02.110065 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} DynamicQueryHandler: Done processing query 2024.03.21 18:10:02.110117 [ 3 ] {1f055375-766f-474e-8009-8229f2903bd9} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.21 18:10:02.110167 [ 3 ] {} HTTP-Session: 7d055489-7800-4e47-b52c-e9520352ce2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.110274 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:10:02.110382 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:02.110497 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:02.110542 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:02.110555 [ 3 ] {} HTTP-Session: bf9b742c-44f0-4f76-8675-8e2a81101397 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:02.110604 [ 3 ] {} HTTP-Session: bf9b742c-44f0-4f76-8675-8e2a81101397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.110605 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 203 rows starting from the beginning of the part 2024.03.21 18:10:02.110630 [ 3 ] {} HTTP-Session: bf9b742c-44f0-4f76-8675-8e2a81101397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.110729 [ 3 ] {} HTTP-Session: bf9b742c-44f0-4f76-8675-8e2a81101397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:02.110852 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 147 rows starting from the beginning of the part 2024.03.21 18:10:02.111012 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:02.111155 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:10:02.111176 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:02.111440 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 147 rows starting from the beginning of the part 2024.03.21 18:10:02.111780 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 17 rows starting from the beginning of the part 2024.03.21 18:10:02.112191 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 147 rows starting from the beginning of the part 2024.03.21 18:10:02.112219 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:02.113123 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:02.113184 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.03.21 18:10:02.114002 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.21 18:10:02.114752 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:02.114763 [ 192 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.004628183 sec., 146061.64017282808 rows/sec., 14.04 MiB/sec. 2024.03.21 18:10:02.114993 [ 45 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.21 18:10:02.115068 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} executeQuery: Read 49 rows, 3.92 KiB in 0.004147 sec., 11815.770436460092 rows/sec., 946.18 KiB/sec. 2024.03.21 18:10:02.115081 [ 45 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:02.115103 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.21 18:10:02.115172 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.03.21 18:10:02.115540 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} DynamicQueryHandler: Done processing query 2024.03.21 18:10:02.115602 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:10:02.115633 [ 3 ] {d86ea6db-eee3-44e9-a987-f7cc8fb2bae3} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:02.115704 [ 3 ] {} HTTP-Session: bf9b742c-44f0-4f76-8675-8e2a81101397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.116136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 52435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:02.116193 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:02.116298 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:02.116302 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 104 rows starting from the beginning of the part 2024.03.21 18:10:02.116362 [ 3 ] {} HTTP-Session: ddbee222-29e7-4709-a40e-5ba9354290da Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:02.116428 [ 3 ] {} HTTP-Session: ddbee222-29e7-4709-a40e-5ba9354290da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.116525 [ 3 ] {} HTTP-Session: ddbee222-29e7-4709-a40e-5ba9354290da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:02.116695 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 49 rows starting from the beginning of the part 2024.03.21 18:10:02.116730 [ 3 ] {} HTTP-Session: ddbee222-29e7-4709-a40e-5ba9354290da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:02.117015 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:02.117057 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:02.117347 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 49 rows starting from the beginning of the part 2024.03.21 18:10:02.117386 [ 190 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_66_13} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.21 18:10:02.117399 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:02.117681 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:02.117825 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 9 rows starting from the beginning of the part 2024.03.21 18:10:02.117889 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.21 18:10:02.118192 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 49 rows starting from the beginning of the part 2024.03.21 18:10:02.118770 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:02.119533 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:02.119580 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.03.21 18:10:02.119856 [ 190 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 265 rows, containing 4 columns (4 merged, 0 gathered) in 0.004506311 sec., 58806.416157251464 rows/sec., 4.60 MiB/sec. 2024.03.21 18:10:02.120070 [ 190 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.21 18:10:02.120510 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.21 18:10:02.120923 [ 190 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:02.121079 [ 190 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_66_13} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.21 18:10:02.121217 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:02.121251 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.21 18:10:02.121446 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} executeQuery: Read 49 rows, 67.71 KiB in 0.004559 sec., 10747.97104628208 rows/sec., 14.50 MiB/sec. 2024.03.21 18:10:02.121616 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} DynamicQueryHandler: Done processing query 2024.03.21 18:10:02.121641 [ 3 ] {77128074-6622-4f00-b12b-6f93f37a1dcf} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.21 18:10:02.121657 [ 3 ] {} HTTP-Session: ddbee222-29e7-4709-a40e-5ba9354290da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.105777 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:07.105904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:07.105930 [ 3 ] {} HTTP-Session: 91c24a07-61d1-4b78-90ac-c8a5fb16dc72 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:07.105955 [ 3 ] {} HTTP-Session: 91c24a07-61d1-4b78-90ac-c8a5fb16dc72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.105970 [ 3 ] {} HTTP-Session: 91c24a07-61d1-4b78-90ac-c8a5fb16dc72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.106020 [ 3 ] {} HTTP-Session: 91c24a07-61d1-4b78-90ac-c8a5fb16dc72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:07.106136 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:07.106200 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:07.106393 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:07.106816 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.106867 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.107259 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.21 18:10:07.107619 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.107777 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} executeQuery: Read 5 rows, 415.00 B in 0.001691 sec., 2956.830277942046 rows/sec., 239.66 KiB/sec. 2024.03.21 18:10:07.107849 [ 41 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.21 18:10:07.107946 [ 41 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.107980 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.107991 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} DynamicQueryHandler: Done processing query 2024.03.21 18:10:07.108036 [ 3 ] {8b19f0c8-0e64-4bc9-a411-f72314e851e2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:07.108084 [ 3 ] {} HTTP-Session: 91c24a07-61d1-4b78-90ac-c8a5fb16dc72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.108271 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:10:07.108317 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:07.108452 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:07.108534 [ 3 ] {} HTTP-Session: f121407e-16de-485f-9315-51447f072662 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:07.108610 [ 3 ] {} HTTP-Session: f121407e-16de-485f-9315-51447f072662 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.108660 [ 3 ] {} HTTP-Session: f121407e-16de-485f-9315-51447f072662 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.108848 [ 3 ] {} HTTP-Session: f121407e-16de-485f-9315-51447f072662 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:07.109073 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:07.109207 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:07.109256 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 54 rows starting from the beginning of the part 2024.03.21 18:10:07.109428 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:10:07.109769 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:07.110138 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 49 rows starting from the beginning of the part 2024.03.21 18:10:07.110506 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:07.110757 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:07.110797 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 49 rows starting from the beginning of the part 2024.03.21 18:10:07.111119 [ 192 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:07.111811 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.111887 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.112676 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.21 18:10:07.113770 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.113824 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 4 columns (4 merged, 0 gathered) in 0.005739922 sec., 29094.472015473384 rows/sec., 2.30 MiB/sec. 2024.03.21 18:10:07.114006 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} executeQuery: Read 2 rows, 167.00 B in 0.00496 sec., 403.2258064516129 rows/sec., 32.88 KiB/sec. 2024.03.21 18:10:07.114081 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.21 18:10:07.114300 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} DynamicQueryHandler: Done processing query 2024.03.21 18:10:07.114337 [ 3 ] {5daa7953-491c-486e-8607-3d5aba9f42c2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:07.114369 [ 3 ] {} HTTP-Session: f121407e-16de-485f-9315-51447f072662 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.114533 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:07.114595 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:07.114619 [ 3 ] {} HTTP-Session: 8f8d572a-0d64-441c-a072-d35f2dedd471 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:07.114641 [ 3 ] {} HTTP-Session: 8f8d572a-0d64-441c-a072-d35f2dedd471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.114655 [ 3 ] {} HTTP-Session: 8f8d572a-0d64-441c-a072-d35f2dedd471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.114693 [ 3 ] {} HTTP-Session: 8f8d572a-0d64-441c-a072-d35f2dedd471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:07.114745 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.114803 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:07.114850 [ 195 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_66_13} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.21 18:10:07.114856 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:07.114960 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:10:07.115052 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:07.115389 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.115425 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.115754 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.21 18:10:07.116060 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.116212 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} executeQuery: Read 52 rows, 4.29 KiB in 0.001459 sec., 35640.84989718986 rows/sec., 2.87 MiB/sec. 2024.03.21 18:10:07.116339 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} DynamicQueryHandler: Done processing query 2024.03.21 18:10:07.116364 [ 3 ] {1759fd3b-ba9f-4fac-91fd-83a39e6a5c90} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:07.116380 [ 3 ] {} HTTP-Session: 8f8d572a-0d64-441c-a072-d35f2dedd471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.116519 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:07.116571 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:07.116590 [ 3 ] {} HTTP-Session: 7e9e12fe-dc33-4ad0-8f95-505dc539637a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:07.116607 [ 3 ] {} HTTP-Session: 7e9e12fe-dc33-4ad0-8f95-505dc539637a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.116621 [ 3 ] {} HTTP-Session: 7e9e12fe-dc33-4ad0-8f95-505dc539637a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.116654 [ 3 ] {} HTTP-Session: 7e9e12fe-dc33-4ad0-8f95-505dc539637a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:07.116722 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:07.116763 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:10:07.116890 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:07.117161 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.117199 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.117495 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.21 18:10:07.117805 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.117955 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} executeQuery: Read 2 rows, 143.00 B in 0.001254 sec., 1594.896331738437 rows/sec., 111.36 KiB/sec. 2024.03.21 18:10:07.118205 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} DynamicQueryHandler: Done processing query 2024.03.21 18:10:07.118243 [ 3 ] {b4b39b39-cd1e-485b-bd80-c4cba9554574} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:07.118261 [ 3 ] {} HTTP-Session: 7e9e12fe-dc33-4ad0-8f95-505dc539637a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.118376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:07.118427 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:07.118445 [ 3 ] {} HTTP-Session: 674f2ac4-acd3-4b72-8b17-9511ac28527c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:07.118462 [ 3 ] {} HTTP-Session: 674f2ac4-acd3-4b72-8b17-9511ac28527c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.118475 [ 3 ] {} HTTP-Session: 674f2ac4-acd3-4b72-8b17-9511ac28527c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.118505 [ 3 ] {} HTTP-Session: 674f2ac4-acd3-4b72-8b17-9511ac28527c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:07.118582 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:07.118625 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:07.118774 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:07.119083 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.119119 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.119432 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.21 18:10:07.119743 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.119886 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} executeQuery: Read 31 rows, 2.46 KiB in 0.001334 sec., 23238.380809595204 rows/sec., 1.80 MiB/sec. 2024.03.21 18:10:07.120009 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} DynamicQueryHandler: Done processing query 2024.03.21 18:10:07.120033 [ 3 ] {fb52e6a0-b7f6-4c2f-a634-86cc8859fc22} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:07.120050 [ 3 ] {} HTTP-Session: 674f2ac4-acd3-4b72-8b17-9511ac28527c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.120176 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:07.120225 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:07.120243 [ 3 ] {} HTTP-Session: 258bda33-68e7-475c-8d05-99bc3cb16f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:07.120259 [ 3 ] {} HTTP-Session: 258bda33-68e7-475c-8d05-99bc3cb16f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.120272 [ 3 ] {} HTTP-Session: 258bda33-68e7-475c-8d05-99bc3cb16f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.120302 [ 3 ] {} HTTP-Session: 258bda33-68e7-475c-8d05-99bc3cb16f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:07.120383 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:07.120427 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:10:07.120572 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:07.120893 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.120929 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.121310 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.21 18:10:07.121662 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.121813 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} executeQuery: Read 37 rows, 2.67 KiB in 0.001459 sec., 25359.835503769704 rows/sec., 1.79 MiB/sec. 2024.03.21 18:10:07.121939 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} DynamicQueryHandler: Done processing query 2024.03.21 18:10:07.121964 [ 3 ] {443c9551-08fe-4821-8c17-ec898d975db6} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:10:07.121980 [ 3 ] {} HTTP-Session: 258bda33-68e7-475c-8d05-99bc3cb16f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.122099 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:07.122149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:07.122167 [ 3 ] {} HTTP-Session: 196afa1d-7e06-4ef5-acd8-9c4b9d0e6f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:07.122183 [ 3 ] {} HTTP-Session: 196afa1d-7e06-4ef5-acd8-9c4b9d0e6f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.122197 [ 3 ] {} HTTP-Session: 196afa1d-7e06-4ef5-acd8-9c4b9d0e6f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.122228 [ 3 ] {} HTTP-Session: 196afa1d-7e06-4ef5-acd8-9c4b9d0e6f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:07.122321 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:07.122366 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:07.122525 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:07.122862 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.122910 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.123308 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.21 18:10:07.123677 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.123836 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} executeQuery: Read 5 rows, 6.91 KiB in 0.001561 sec., 3203.0749519538754 rows/sec., 4.32 MiB/sec. 2024.03.21 18:10:07.123849 [ 41 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.21 18:10:07.123937 [ 41 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:07.123988 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:07.124059 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} DynamicQueryHandler: Done processing query 2024.03.21 18:10:07.124121 [ 3 ] {bacc048d-0886-4d6a-96a5-032d108e3103} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:07.124199 [ 3 ] {} HTTP-Session: 196afa1d-7e06-4ef5-acd8-9c4b9d0e6f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:07.124313 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:10:07.124740 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:07.124780 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1752 rows starting from the beginning of the part 2024.03.21 18:10:07.124876 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:07.124973 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 49 rows starting from the beginning of the part 2024.03.21 18:10:07.125083 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:07.125162 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 49 rows starting from the beginning of the part 2024.03.21 18:10:07.125234 [ 197 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:07.129734 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1865 rows, containing 6 columns (6 merged, 0 gathered) in 0.005653762 sec., 329868.85546296433 rows/sec., 445.14 MiB/sec. 2024.03.21 18:10:07.130951 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.21 18:10:07.131448 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:07.131546 [ 200 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_66_13} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.21 18:10:07.131658 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.17 MiB. 2024.03.21 18:10:12.108247 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 8801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.108392 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.108424 [ 3 ] {} HTTP-Session: e984be7d-2052-424c-a12b-a99529b77fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.108453 [ 3 ] {} HTTP-Session: e984be7d-2052-424c-a12b-a99529b77fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.108472 [ 3 ] {} HTTP-Session: e984be7d-2052-424c-a12b-a99529b77fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.108529 [ 3 ] {} HTTP-Session: e984be7d-2052-424c-a12b-a99529b77fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.108683 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.108757 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:12.108964 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.109480 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.109533 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.109939 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.21 18:10:12.110273 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.110441 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} executeQuery: Read 61 rows, 4.94 KiB in 0.00183 sec., 33333.333333333336 rows/sec., 2.64 MiB/sec. 2024.03.21 18:10:12.110614 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.110642 [ 3 ] {6348af3f-b9dd-4a9f-bf6f-704f71d48ca7} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:12.110659 [ 3 ] {} HTTP-Session: e984be7d-2052-424c-a12b-a99529b77fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.110794 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.110855 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.110875 [ 3 ] {} HTTP-Session: 72b54c14-a72c-4d8c-9e3b-aaa224fa6d0b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.110893 [ 3 ] {} HTTP-Session: 72b54c14-a72c-4d8c-9e3b-aaa224fa6d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.110907 [ 3 ] {} HTTP-Session: 72b54c14-a72c-4d8c-9e3b-aaa224fa6d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.110943 [ 3 ] {} HTTP-Session: 72b54c14-a72c-4d8c-9e3b-aaa224fa6d0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.111018 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.111063 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.21 18:10:12.111198 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.111508 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.111548 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.111864 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.21 18:10:12.112183 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} oximeter.fields_ipaddr (bd64fcb7-706f-471b-9ef1-41d8021813cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.112340 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} executeQuery: Read 2 rows, 167.00 B in 0.001345 sec., 1486.988847583643 rows/sec., 121.25 KiB/sec. 2024.03.21 18:10:12.112465 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.112492 [ 3 ] {a02bf1b6-dfc8-4a9e-b1bf-af761f1a1ef8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:12.112509 [ 3 ] {} HTTP-Session: 72b54c14-a72c-4d8c-9e3b-aaa224fa6d0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.112688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 29296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.112740 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.112762 [ 3 ] {} HTTP-Session: 2c278fe6-0bcc-40b6-ba29-20ca6eb14ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.112780 [ 3 ] {} HTTP-Session: 2c278fe6-0bcc-40b6-ba29-20ca6eb14ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.112796 [ 3 ] {} HTTP-Session: 2c278fe6-0bcc-40b6-ba29-20ca6eb14ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.112828 [ 3 ] {} HTTP-Session: 2c278fe6-0bcc-40b6-ba29-20ca6eb14ccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.112945 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.112986 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:12.113112 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.113591 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.113630 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.113957 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.21 18:10:12.114266 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.114417 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} executeQuery: Read 184 rows, 18.06 KiB in 0.001533 sec., 120026.09262883235 rows/sec., 11.50 MiB/sec. 2024.03.21 18:10:12.114548 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.114572 [ 3 ] {793efed6-ae89-4e21-a719-56757163cfff} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.03.21 18:10:12.114588 [ 3 ] {} HTTP-Session: 2c278fe6-0bcc-40b6-ba29-20ca6eb14ccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.114736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.114787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.114806 [ 3 ] {} HTTP-Session: ded7edaf-7e65-4390-b4ad-fe79358b0b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.114823 [ 3 ] {} HTTP-Session: ded7edaf-7e65-4390-b4ad-fe79358b0b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.114837 [ 3 ] {} HTTP-Session: ded7edaf-7e65-4390-b4ad-fe79358b0b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.114867 [ 3 ] {} HTTP-Session: ded7edaf-7e65-4390-b4ad-fe79358b0b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.114932 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.114973 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.21 18:10:12.115102 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.115376 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.115414 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.115728 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.21 18:10:12.116043 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} oximeter.fields_u16 (ba17ed4d-c283-44e5-8f13-8cfbcd3c961c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.116198 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. 2024.03.21 18:10:12.116323 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.116346 [ 3 ] {b75ba298-7fd9-4f3e-82ed-007f06bf31f3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:12.116362 [ 3 ] {} HTTP-Session: ded7edaf-7e65-4390-b4ad-fe79358b0b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.116499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 12436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.116549 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.116568 [ 3 ] {} HTTP-Session: b7d2fbc2-50bf-447f-807a-fc5b0fbdd055 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.116586 [ 3 ] {} HTTP-Session: b7d2fbc2-50bf-447f-807a-fc5b0fbdd055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.116600 [ 3 ] {} HTTP-Session: b7d2fbc2-50bf-447f-807a-fc5b0fbdd055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.116630 [ 3 ] {} HTTP-Session: b7d2fbc2-50bf-447f-807a-fc5b0fbdd055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.116731 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.116773 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:12.116900 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.117223 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.117260 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.117576 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.21 18:10:12.117896 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.118053 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} executeQuery: Read 73 rows, 5.86 KiB in 0.001373 sec., 53168.244719592134 rows/sec., 4.17 MiB/sec. 2024.03.21 18:10:12.118177 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.118202 [ 3 ] {1ad86986-f741-4d23-934b-f7fa5902d054} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.21 18:10:12.118219 [ 3 ] {} HTTP-Session: b7d2fbc2-50bf-447f-807a-fc5b0fbdd055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.118378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.118428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.118447 [ 3 ] {} HTTP-Session: 94f2ad5b-22e6-47da-80d4-09a8121d0dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.118464 [ 3 ] {} HTTP-Session: 94f2ad5b-22e6-47da-80d4-09a8121d0dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.118478 [ 3 ] {} HTTP-Session: 94f2ad5b-22e6-47da-80d4-09a8121d0dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.118508 [ 3 ] {} HTTP-Session: 94f2ad5b-22e6-47da-80d4-09a8121d0dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.118570 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.118615 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:10:12.118763 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.119041 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.119080 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.119447 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.21 18:10:12.119787 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.119952 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} executeQuery: Read 1 rows, 72.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 50.40 KiB/sec. 2024.03.21 18:10:12.120216 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.120265 [ 3 ] {c2c018e1-9b3d-4303-abfd-4c7158a53f35} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:12.120283 [ 3 ] {} HTTP-Session: 94f2ad5b-22e6-47da-80d4-09a8121d0dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.120468 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 65258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.120518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.120538 [ 3 ] {} HTTP-Session: 44dca325-85ed-4746-acb9-6a11581869e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.120555 [ 3 ] {} HTTP-Session: 44dca325-85ed-4746-acb9-6a11581869e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.120569 [ 3 ] {} HTTP-Session: 44dca325-85ed-4746-acb9-6a11581869e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.120600 [ 3 ] {} HTTP-Session: 44dca325-85ed-4746-acb9-6a11581869e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.120989 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.121039 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:12.121224 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.121872 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.121909 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.122354 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.21 18:10:12.122715 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.122865 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} executeQuery: Read 61 rows, 84.29 KiB in 0.002198 sec., 27752.50227479527 rows/sec., 37.45 MiB/sec. 2024.03.21 18:10:12.122997 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.123022 [ 3 ] {7ba78f43-2dff-4e17-89f0-e1c34527403d} MemoryTracker: Peak memory usage (for query): 4.53 MiB. 2024.03.21 18:10:12.123038 [ 3 ] {} HTTP-Session: 44dca325-85ed-4746-acb9-6a11581869e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.123173 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:12.123222 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:12.123242 [ 3 ] {} HTTP-Session: 45936cf0-3427-46b8-aa3f-924655799ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:12.123258 [ 3 ] {} HTTP-Session: 45936cf0-3427-46b8-aa3f-924655799ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.123274 [ 3 ] {} HTTP-Session: 45936cf0-3427-46b8-aa3f-924655799ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:12.123305 [ 3 ] {} HTTP-Session: 45936cf0-3427-46b8-aa3f-924655799ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:12.123375 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:12.123418 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.21 18:10:12.123545 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:12.123809 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:12.123847 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:12.124212 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.21 18:10:12.124535 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:12.124695 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} executeQuery: Read 15 rows, 1.09 KiB in 0.001338 sec., 11210.762331838565 rows/sec., 813.07 KiB/sec. 2024.03.21 18:10:12.124932 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} DynamicQueryHandler: Done processing query 2024.03.21 18:10:12.124956 [ 3 ] {cf009393-ad08-4c1e-8e40-6cf99fa91cbc} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.21 18:10:12.124972 [ 3 ] {} HTTP-Session: 45936cf0-3427-46b8-aa3f-924655799ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:15.318218 [ 32 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:10:15.318275 [ 32 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:10:17.104025 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:17.104149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:17.104174 [ 3 ] {} HTTP-Session: 059a0c2e-f30c-41ed-901c-fd0e392b2394 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:17.104199 [ 3 ] {} HTTP-Session: 059a0c2e-f30c-41ed-901c-fd0e392b2394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.104213 [ 3 ] {} HTTP-Session: 059a0c2e-f30c-41ed-901c-fd0e392b2394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.104262 [ 3 ] {} HTTP-Session: 059a0c2e-f30c-41ed-901c-fd0e392b2394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:17.104378 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:17.104443 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:17.104632 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:17.105061 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:17.105112 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:17.105495 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.21 18:10:17.105838 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:17.106007 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} executeQuery: Read 5 rows, 415.00 B in 0.001677 sec., 2981.514609421586 rows/sec., 241.67 KiB/sec. 2024.03.21 18:10:17.106219 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} DynamicQueryHandler: Done processing query 2024.03.21 18:10:17.106258 [ 3 ] {900a4eb0-6504-4422-a1b0-aa6dab442fb4} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:17.106313 [ 3 ] {} HTTP-Session: 059a0c2e-f30c-41ed-901c-fd0e392b2394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.106490 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:17.106548 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:17.106569 [ 3 ] {} HTTP-Session: f48bdbf9-a7c9-4476-8a52-a278ca89a9a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:17.106587 [ 3 ] {} HTTP-Session: f48bdbf9-a7c9-4476-8a52-a278ca89a9a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.106601 [ 3 ] {} HTTP-Session: f48bdbf9-a7c9-4476-8a52-a278ca89a9a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.106637 [ 3 ] {} HTTP-Session: f48bdbf9-a7c9-4476-8a52-a278ca89a9a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:17.106724 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:17.106767 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:17.106913 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:17.107252 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:17.107291 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:17.107605 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.21 18:10:17.107932 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:17.108090 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} executeQuery: Read 15 rows, 1.39 KiB in 0.001401 sec., 10706.638115631693 rows/sec., 989.11 KiB/sec. 2024.03.21 18:10:17.108291 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} DynamicQueryHandler: Done processing query 2024.03.21 18:10:17.108328 [ 3 ] {8183486c-76c0-4888-a2e1-333e8b207fdf} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:10:17.108386 [ 3 ] {} HTTP-Session: f48bdbf9-a7c9-4476-8a52-a278ca89a9a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.108583 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:17.108638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:17.108656 [ 3 ] {} HTTP-Session: 113789f1-935b-4cfb-b3c4-ca4b97b887e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:17.108674 [ 3 ] {} HTTP-Session: 113789f1-935b-4cfb-b3c4-ca4b97b887e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.108688 [ 3 ] {} HTTP-Session: 113789f1-935b-4cfb-b3c4-ca4b97b887e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.108721 [ 3 ] {} HTTP-Session: 113789f1-935b-4cfb-b3c4-ca4b97b887e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:17.108790 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:17.108832 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:17.108972 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:17.109249 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:17.109284 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:17.109571 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.21 18:10:17.109935 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:17.110090 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} executeQuery: Read 5 rows, 410.00 B in 0.001314 sec., 3805.17503805175 rows/sec., 304.71 KiB/sec. 2024.03.21 18:10:17.110267 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} DynamicQueryHandler: Done processing query 2024.03.21 18:10:17.110312 [ 3 ] {4cf98f91-41df-4410-9038-64c6e803541d} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:17.110364 [ 3 ] {} HTTP-Session: 113789f1-935b-4cfb-b3c4-ca4b97b887e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.110564 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:17.110616 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:17.110635 [ 3 ] {} HTTP-Session: 4fedb1e4-7171-4572-9b33-3de6cf2dc96c Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:17.110653 [ 3 ] {} HTTP-Session: 4fedb1e4-7171-4572-9b33-3de6cf2dc96c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.110667 [ 3 ] {} HTTP-Session: 4fedb1e4-7171-4572-9b33-3de6cf2dc96c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:17.110699 [ 3 ] {} HTTP-Session: 4fedb1e4-7171-4572-9b33-3de6cf2dc96c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:17.110798 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:17.110846 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:17.111028 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:17.111357 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:17.111395 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:17.111795 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.21 18:10:17.112143 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:17.112299 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} executeQuery: Read 5 rows, 6.91 KiB in 0.001543 sec., 3240.440699935191 rows/sec., 4.37 MiB/sec. 2024.03.21 18:10:17.112494 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} DynamicQueryHandler: Done processing query 2024.03.21 18:10:17.112524 [ 3 ] {764d045a-9e4a-4d30-8f4b-e1fc355436fc} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:17.112583 [ 3 ] {} HTTP-Session: 4fedb1e4-7171-4572-9b33-3de6cf2dc96c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.106902 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 9088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:22.107032 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:22.107058 [ 3 ] {} HTTP-Session: 2b666d31-8b8b-4cc3-8e5b-00707d96a5fc Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:22.107083 [ 3 ] {} HTTP-Session: 2b666d31-8b8b-4cc3-8e5b-00707d96a5fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.107098 [ 3 ] {} HTTP-Session: 2b666d31-8b8b-4cc3-8e5b-00707d96a5fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.107148 [ 3 ] {} HTTP-Session: 2b666d31-8b8b-4cc3-8e5b-00707d96a5fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:22.107286 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:22.107351 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:22.107549 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:22.108025 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:22.108076 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:22.108470 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.21 18:10:22.108826 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:22.108975 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} executeQuery: Read 63 rows, 5.11 KiB in 0.001759 sec., 35815.8044343377 rows/sec., 2.83 MiB/sec. 2024.03.21 18:10:22.109142 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} DynamicQueryHandler: Done processing query 2024.03.21 18:10:22.109170 [ 3 ] {48f28f6c-d505-4ba8-a119-1d4301cbb102} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:22.109187 [ 3 ] {} HTTP-Session: 2b666d31-8b8b-4cc3-8e5b-00707d96a5fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.109378 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 30096, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:22.109437 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:22.109456 [ 3 ] {} HTTP-Session: 6c8aab03-cd4e-4ca8-af56-03d788865b5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:22.109475 [ 3 ] {} HTTP-Session: 6c8aab03-cd4e-4ca8-af56-03d788865b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.109489 [ 3 ] {} HTTP-Session: 6c8aab03-cd4e-4ca8-af56-03d788865b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.109524 [ 3 ] {} HTTP-Session: 6c8aab03-cd4e-4ca8-af56-03d788865b5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:22.109652 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:22.109698 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:22.109831 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:22.110275 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:22.110312 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:22.110642 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.21 18:10:22.110953 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:22.111082 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} executeQuery: Read 189 rows, 18.55 KiB in 0.001501 sec., 125916.05596269155 rows/sec., 12.07 MiB/sec. 2024.03.21 18:10:22.111292 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} DynamicQueryHandler: Done processing query 2024.03.21 18:10:22.111344 [ 3 ] {961ee6e2-f80e-49d3-b712-1633f207008b} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.03.21 18:10:22.111399 [ 3 ] {} HTTP-Session: 6c8aab03-cd4e-4ca8-af56-03d788865b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.111604 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 10727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:22.111663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:22.111684 [ 3 ] {} HTTP-Session: d474ab35-cfed-4970-b570-62b7f5e610a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:22.111701 [ 3 ] {} HTTP-Session: d474ab35-cfed-4970-b570-62b7f5e610a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.111716 [ 3 ] {} HTTP-Session: d474ab35-cfed-4970-b570-62b7f5e610a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.111752 [ 3 ] {} HTTP-Session: d474ab35-cfed-4970-b570-62b7f5e610a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:22.111858 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:22.111903 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:22.112049 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:22.112433 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:22.112470 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:22.112783 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.21 18:10:22.113099 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:22.113227 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} executeQuery: Read 63 rows, 5.04 KiB in 0.001423 sec., 44272.66338721012 rows/sec., 3.46 MiB/sec. 2024.03.21 18:10:22.113357 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} DynamicQueryHandler: Done processing query 2024.03.21 18:10:22.113381 [ 3 ] {ff3e9450-7796-4003-b8a7-f19f180c99d3} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:22.113397 [ 3 ] {} HTTP-Session: d474ab35-cfed-4970-b570-62b7f5e610a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.113598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 67395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:22.113649 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:22.113669 [ 3 ] {} HTTP-Session: dbc96690-8654-4b02-8ab3-7bd5503fc0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:22.113686 [ 3 ] {} HTTP-Session: dbc96690-8654-4b02-8ab3-7bd5503fc0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.113701 [ 3 ] {} HTTP-Session: dbc96690-8654-4b02-8ab3-7bd5503fc0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:22.113733 [ 3 ] {} HTTP-Session: dbc96690-8654-4b02-8ab3-7bd5503fc0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:22.114137 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:22.114187 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:22.114348 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:22.115076 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:22.115111 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:22.115596 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.21 18:10:22.115961 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:22.116091 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} executeQuery: Read 63 rows, 87.06 KiB in 0.002293 sec., 27474.923680767555 rows/sec., 37.08 MiB/sec. 2024.03.21 18:10:22.116235 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} DynamicQueryHandler: Done processing query 2024.03.21 18:10:22.116261 [ 3 ] {f3c90146-c2b6-4807-b4c4-2d7679dca8cf} MemoryTracker: Peak memory usage (for query): 4.60 MiB. 2024.03.21 18:10:22.116276 [ 3 ] {} HTTP-Session: dbc96690-8654-4b02-8ab3-7bd5503fc0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:25.645089 [ 65 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2024.03.21 18:10:25.645154 [ 65 ] {} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:25.645180 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:25.645327 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:10:25.645627 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:25.645689 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 642 rows starting from the beginning of the part 2024.03.21 18:10:25.645864 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:10:25.646112 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::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.03.21 18:10:25.646396 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 37 rows starting from the beginning of the part 2024.03.21 18:10:25.646528 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2024.03.21 18:10:25.647685 [ 198 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 5 columns (5 merged, 0 gathered) in 0.002432774 sec., 295136.33407788805 rows/sec., 20.81 MiB/sec. 2024.03.21 18:10:25.647872 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2024.03.21 18:10:25.648263 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:25.648340 [ 193 ] {17eabfc4-ac37-4fde-90e9-0eb33bb01d95::all_1_23_5} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2024.03.21 18:10:25.648414 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.03.21 18:10:27.104611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:27.104744 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:27.104774 [ 3 ] {} HTTP-Session: 3f71d466-36c0-43e7-93de-ac8c07bd770a Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:27.104803 [ 3 ] {} HTTP-Session: 3f71d466-36c0-43e7-93de-ac8c07bd770a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.104821 [ 3 ] {} HTTP-Session: 3f71d466-36c0-43e7-93de-ac8c07bd770a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.104878 [ 3 ] {} HTTP-Session: 3f71d466-36c0-43e7-93de-ac8c07bd770a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:27.105011 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:27.105088 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:27.105312 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:27.105729 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:27.105777 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:27.106166 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.21 18:10:27.106491 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:27.106654 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} executeQuery: Read 5 rows, 415.00 B in 0.0017 sec., 2941.1764705882356 rows/sec., 238.40 KiB/sec. 2024.03.21 18:10:27.106805 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} DynamicQueryHandler: Done processing query 2024.03.21 18:10:27.106833 [ 3 ] {4c5b5c24-f660-488d-9bd1-f85ffabacb2c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:27.106849 [ 3 ] {} HTTP-Session: 3f71d466-36c0-43e7-93de-ac8c07bd770a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.106985 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:27.107037 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:27.107057 [ 3 ] {} HTTP-Session: ba67a26d-feea-4085-8896-25e2f46b6614 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:27.107075 [ 3 ] {} HTTP-Session: ba67a26d-feea-4085-8896-25e2f46b6614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.107089 [ 3 ] {} HTTP-Session: ba67a26d-feea-4085-8896-25e2f46b6614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.107124 [ 3 ] {} HTTP-Session: ba67a26d-feea-4085-8896-25e2f46b6614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:27.107203 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:27.107246 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:27.107378 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:27.107687 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:27.107726 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:27.108029 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.21 18:10:27.108329 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:27.108482 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} executeQuery: Read 15 rows, 1.39 KiB in 0.00131 sec., 11450.381679389313 rows/sec., 1.03 MiB/sec. 2024.03.21 18:10:27.108499 [ 65 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.21 18:10:27.108608 [ 65 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:27.108645 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:27.108652 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} DynamicQueryHandler: Done processing query 2024.03.21 18:10:27.108697 [ 3 ] {928e46c6-e921-445f-87de-3ca9dd09c271} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:10:27.108757 [ 3 ] {} HTTP-Session: ba67a26d-feea-4085-8896-25e2f46b6614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.108911 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:10:27.108995 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:27.109155 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:27.109249 [ 3 ] {} HTTP-Session: d508dce0-1054-45d9-aad2-885599d8b091 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:27.109347 [ 3 ] {} HTTP-Session: d508dce0-1054-45d9-aad2-885599d8b091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.109425 [ 3 ] {} HTTP-Session: d508dce0-1054-45d9-aad2-885599d8b091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.109561 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:27.109569 [ 3 ] {} HTTP-Session: d508dce0-1054-45d9-aad2-885599d8b091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:27.109666 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 203 rows starting from the beginning of the part 2024.03.21 18:10:27.109847 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:27.110058 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:27.110069 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 52 rows starting from the beginning of the part 2024.03.21 18:10:27.110417 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 184 rows starting from the beginning of the part 2024.03.21 18:10:27.110796 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:10:27.111373 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 189 rows starting from the beginning of the part 2024.03.21 18:10:27.111829 [ 191 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:10:27.111888 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:27.112780 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:27.112824 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. 2024.03.21 18:10:27.113265 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.21 18:10:27.113780 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:27.113825 [ 193 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 4 columns (4 merged, 0 gathered) in 0.005073271 sec., 129699.35964390627 rows/sec., 12.14 MiB/sec. 2024.03.21 18:10:27.114017 [ 65 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.21 18:10:27.114057 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} executeQuery: Read 5 rows, 410.00 B in 0.004342 sec., 1151.5430677107322 rows/sec., 92.21 KiB/sec. 2024.03.21 18:10:27.114087 [ 65 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:27.114131 [ 193 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.21 18:10:27.114180 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.27 GiB. 2024.03.21 18:10:27.114692 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:10:27.114894 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} DynamicQueryHandler: Done processing query 2024.03.21 18:10:27.115019 [ 3 ] {e8f73719-2eec-4525-b797-a68566e26908} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:27.115158 [ 3 ] {} HTTP-Session: d508dce0-1054-45d9-aad2-885599d8b091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.115338 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:27.115404 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 104 rows starting from the beginning of the part 2024.03.21 18:10:27.115732 [ 193 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:27.115759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:27.115811 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part 2024.03.21 18:10:27.116175 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 73 rows starting from the beginning of the part 2024.03.21 18:10:27.116219 [ 193 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_71_14} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.21 18:10:27.116550 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:27.116644 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.03.21 18:10:27.116840 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 63 rows starting from the beginning of the part 2024.03.21 18:10:27.116902 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:27.117064 [ 3 ] {} HTTP-Session: d3b81917-b775-4256-a223-99b42578b69e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:27.117279 [ 3 ] {} HTTP-Session: d3b81917-b775-4256-a223-99b42578b69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.117340 [ 198 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:27.117437 [ 3 ] {} HTTP-Session: d3b81917-b775-4256-a223-99b42578b69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:27.117881 [ 3 ] {} HTTP-Session: d3b81917-b775-4256-a223-99b42578b69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:27.118331 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:27.118578 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:27.119353 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:27.120375 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:27.120443 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.26 GiB. 2024.03.21 18:10:27.120934 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 4 columns (4 merged, 0 gathered) in 0.006566168 sec., 42795.127995506664 rows/sec., 3.35 MiB/sec. 2024.03.21 18:10:27.121213 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.21 18:10:27.121533 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.21 18:10:27.122154 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:27.122324 [ 188 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_71_14} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.21 18:10:27.122374 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:27.122507 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.21 18:10:27.122668 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} executeQuery: Read 5 rows, 6.91 KiB in 0.004561 sec., 1096.2508221881167 rows/sec., 1.48 MiB/sec. 2024.03.21 18:10:27.122878 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} DynamicQueryHandler: Done processing query 2024.03.21 18:10:27.122915 [ 3 ] {97047a0d-ab68-4fae-b614-55bf2f421e2d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:27.122949 [ 3 ] {} HTTP-Session: d3b81917-b775-4256-a223-99b42578b69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:30.318554 [ 88 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:10:30.318674 [ 88 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:10:32.108186 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 9661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:32.108356 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:32.108401 [ 3 ] {} HTTP-Session: 79670554-bf2b-4ab0-a14b-31614c02a49e Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:32.108444 [ 3 ] {} HTTP-Session: 79670554-bf2b-4ab0-a14b-31614c02a49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.108473 [ 3 ] {} HTTP-Session: 79670554-bf2b-4ab0-a14b-31614c02a49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.108556 [ 3 ] {} HTTP-Session: 79670554-bf2b-4ab0-a14b-31614c02a49e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:32.108722 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:32.108790 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:32.108992 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:32.109542 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:32.109593 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:32.110006 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.21 18:10:32.110356 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:32.110514 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} executeQuery: Read 67 rows, 5.43 KiB in 0.001865 sec., 35924.932975871314 rows/sec., 2.84 MiB/sec. 2024.03.21 18:10:32.110566 [ 113 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.21 18:10:32.110683 [ 113 ] {} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:32.110706 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:32.110749 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} DynamicQueryHandler: Done processing query 2024.03.21 18:10:32.110815 [ 3 ] {31d333f4-d72b-4e41-a813-d43deb28f26a} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:32.110893 [ 3 ] {} HTTP-Session: 79670554-bf2b-4ab0-a14b-31614c02a49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.111007 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::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.03.21 18:10:32.111259 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 31935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:32.111458 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:32.111566 [ 3 ] {} HTTP-Session: 219b683b-cf08-4759-97b1-89ad541f3c30 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:32.111660 [ 3 ] {} HTTP-Session: 219b683b-cf08-4759-97b1-89ad541f3c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.111687 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:32.111742 [ 3 ] {} HTTP-Session: 219b683b-cf08-4759-97b1-89ad541f3c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.111790 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 54 rows starting from the beginning of the part 2024.03.21 18:10:32.111908 [ 3 ] {} HTTP-Session: 219b683b-cf08-4759-97b1-89ad541f3c30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:32.112070 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 61 rows starting from the beginning of the part 2024.03.21 18:10:32.112384 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:32.112390 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:32.112635 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:32.112695 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 63 rows starting from the beginning of the part 2024.03.21 18:10:32.112985 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:32.113276 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 67 rows starting from the beginning of the part 2024.03.21 18:10:32.113891 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:32.114988 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:32.115062 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:32.115989 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 4 columns (4 merged, 0 gathered) in 0.005212584 sec., 48920.07495706544 rows/sec., 3.87 MiB/sec. 2024.03.21 18:10:32.116003 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.03.21 18:10:32.116173 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.21 18:10:32.116764 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:32.117033 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:32.117044 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} executeQuery: Read 201 rows, 19.66 KiB in 0.004921 sec., 40845.35663483032 rows/sec., 3.90 MiB/sec. 2024.03.21 18:10:32.117255 [ 193 ] {85d7432c-f59c-4a3e-8511-9465d0aef5e1::all_1_71_14} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.21 18:10:32.117363 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} DynamicQueryHandler: Done processing query 2024.03.21 18:10:32.117418 [ 3 ] {c18a5bba-5634-4aa9-8f21-c857fe9598b6} MemoryTracker: Peak memory usage (for query): 4.38 MiB. 2024.03.21 18:10:32.117421 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.21 18:10:32.117447 [ 3 ] {} HTTP-Session: 219b683b-cf08-4759-97b1-89ad541f3c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.117635 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 12932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:32.117687 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:32.117706 [ 3 ] {} HTTP-Session: 15eeb050-306f-4fe0-ac27-9db728858295 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:32.117724 [ 3 ] {} HTTP-Session: 15eeb050-306f-4fe0-ac27-9db728858295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.117739 [ 3 ] {} HTTP-Session: 15eeb050-306f-4fe0-ac27-9db728858295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.117774 [ 3 ] {} HTTP-Session: 15eeb050-306f-4fe0-ac27-9db728858295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:32.117880 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:32.117924 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:32.118073 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:32.118433 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:32.118472 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:32.118800 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.03.21 18:10:32.119123 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:32.119272 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} executeQuery: Read 76 rows, 6.09 KiB in 0.001447 sec., 52522.4602626123 rows/sec., 4.11 MiB/sec. 2024.03.21 18:10:32.119405 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} DynamicQueryHandler: Done processing query 2024.03.21 18:10:32.119429 [ 3 ] {c8af3ecf-c080-4f19-ad1f-97f73965ec2c} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.21 18:10:32.119445 [ 3 ] {} HTTP-Session: 15eeb050-306f-4fe0-ac27-9db728858295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.119656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 71668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:32.119706 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:32.119726 [ 3 ] {} HTTP-Session: e5fff32a-9497-4fde-9c23-f6848240a1eb Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:32.119743 [ 3 ] {} HTTP-Session: e5fff32a-9497-4fde-9c23-f6848240a1eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.119756 [ 3 ] {} HTTP-Session: e5fff32a-9497-4fde-9c23-f6848240a1eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.119787 [ 3 ] {} HTTP-Session: e5fff32a-9497-4fde-9c23-f6848240a1eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:32.120206 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:32.120254 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:32.120418 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:32.121173 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:32.121211 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:32.121688 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.21 18:10:32.122041 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:32.122195 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} executeQuery: Read 67 rows, 92.58 KiB in 0.002328 sec., 28780.068728522336 rows/sec., 38.84 MiB/sec. 2024.03.21 18:10:32.122217 [ 113 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.21 18:10:32.122295 [ 113 ] {} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:32.122353 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:32.122428 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} DynamicQueryHandler: Done processing query 2024.03.21 18:10:32.122487 [ 3 ] {6746b646-84bf-4aeb-bdfd-e7b6718a8257} MemoryTracker: Peak memory usage (for query): 4.60 MiB. 2024.03.21 18:10:32.122544 [ 3 ] {} HTTP-Session: e5fff32a-9497-4fde-9c23-f6848240a1eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.122623 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::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.03.21 18:10:32.122752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 1450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:32.122871 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:32.122932 [ 3 ] {} HTTP-Session: 7d979de6-fdf2-46b7-8f67-7b438272cdf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:32.122989 [ 3 ] {} HTTP-Session: 7d979de6-fdf2-46b7-8f67-7b438272cdf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.123033 [ 3 ] {} HTTP-Session: 7d979de6-fdf2-46b7-8f67-7b438272cdf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.123122 [ 3 ] {} HTTP-Session: 7d979de6-fdf2-46b7-8f67-7b438272cdf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:32.123231 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:32.123289 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:32.123352 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1865 rows starting from the beginning of the part 2024.03.21 18:10:32.123377 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.21 18:10:32.123883 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 61 rows starting from the beginning of the part 2024.03.21 18:10:32.124250 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:32.124446 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:32.124646 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 63 rows starting from the beginning of the part 2024.03.21 18:10:32.124898 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:32.125254 [ 198 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 67 rows starting from the beginning of the part 2024.03.21 18:10:32.125804 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:32.125885 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:32.126707 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.21 18:10:32.127078 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} oximeter.measurements_i64 (d11c69ee-80f0-4881-ab04-d04440430932): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:32.127235 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} executeQuery: Read 9 rows, 651.00 B in 0.003996 sec., 2252.252252252252 rows/sec., 159.09 KiB/sec. 2024.03.21 18:10:32.127474 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} DynamicQueryHandler: Done processing query 2024.03.21 18:10:32.127499 [ 3 ] {c8c92275-5f2b-47de-a38c-2f61d08b9af6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.21 18:10:32.127515 [ 3 ] {} HTTP-Session: 7d979de6-fdf2-46b7-8f67-7b438272cdf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:32.131863 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2066 rows, containing 6 columns (6 merged, 0 gathered) in 0.009420178 sec., 219316.45028363584 rows/sec., 295.96 MiB/sec. 2024.03.21 18:10:32.133063 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.21 18:10:32.133504 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:32.133591 [ 193 ] {3a1653fa-69b0-4cbf-ab4e-f4f29dd85566::all_1_71_14} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.21 18:10:32.133689 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.68 MiB. 2024.03.21 18:10:33.000161 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 200.12 MiB, peak 213.82 MiB, free memory in arenas 0.00 B, will set to 202.12 MiB (RSS), difference: 2.00 MiB 2024.03.21 18:10:37.105995 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:37.106123 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:37.106150 [ 3 ] {} HTTP-Session: 9610c8f3-c6e8-484e-8906-57bff149eeef Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:37.106175 [ 3 ] {} HTTP-Session: 9610c8f3-c6e8-484e-8906-57bff149eeef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.106189 [ 3 ] {} HTTP-Session: 9610c8f3-c6e8-484e-8906-57bff149eeef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.106239 [ 3 ] {} HTTP-Session: 9610c8f3-c6e8-484e-8906-57bff149eeef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:37.106356 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:37.106420 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:37.106608 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:37.107035 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:37.107083 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:37.107478 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.03.21 18:10:37.107823 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:37.107992 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} executeQuery: Read 5 rows, 415.00 B in 0.001685 sec., 2967.3590504451035 rows/sec., 240.52 KiB/sec. 2024.03.21 18:10:37.108157 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} DynamicQueryHandler: Done processing query 2024.03.21 18:10:37.108185 [ 3 ] {e2e3ca5a-aceb-4e69-a3b8-8cb8e7962690} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:37.108202 [ 3 ] {} HTTP-Session: 9610c8f3-c6e8-484e-8906-57bff149eeef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.108342 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:37.108399 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:37.108419 [ 3 ] {} HTTP-Session: bcd1c220-70ba-42ff-802d-2e63b112e5d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:37.108437 [ 3 ] {} HTTP-Session: bcd1c220-70ba-42ff-802d-2e63b112e5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.108451 [ 3 ] {} HTTP-Session: bcd1c220-70ba-42ff-802d-2e63b112e5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.108486 [ 3 ] {} HTTP-Session: bcd1c220-70ba-42ff-802d-2e63b112e5d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:37.108577 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:37.108621 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:37.108755 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:37.109151 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:37.109192 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:37.109529 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.03.21 18:10:37.109849 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:37.110014 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} executeQuery: Read 51 rows, 4.20 KiB in 0.001468 sec., 34741.14441416894 rows/sec., 2.79 MiB/sec. 2024.03.21 18:10:37.110210 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} DynamicQueryHandler: Done processing query 2024.03.21 18:10:37.110251 [ 3 ] {8a53d3da-4183-4736-baac-dc3cd169a5b2} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:37.110269 [ 3 ] {} HTTP-Session: bcd1c220-70ba-42ff-802d-2e63b112e5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.110506 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 4940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:37.110656 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:37.110731 [ 3 ] {} HTTP-Session: 7035a8c3-deb4-40cf-93bb-18784e84f833 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:37.110769 [ 3 ] {} HTTP-Session: 7035a8c3-deb4-40cf-93bb-18784e84f833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.110804 [ 3 ] {} HTTP-Session: 7035a8c3-deb4-40cf-93bb-18784e84f833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.110851 [ 3 ] {} HTTP-Session: 7035a8c3-deb4-40cf-93bb-18784e84f833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:37.110933 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:37.110975 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:37.111119 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:37.111430 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:37.111468 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:37.111786 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.03.21 18:10:37.112100 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:37.112241 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} executeQuery: Read 29 rows, 2.30 KiB in 0.001341 sec., 21625.65249813572 rows/sec., 1.67 MiB/sec. 2024.03.21 18:10:37.112388 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} DynamicQueryHandler: Done processing query 2024.03.21 18:10:37.112422 [ 3 ] {6ffb9f7b-1526-43fa-a82f-d3a73aec1df0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:37.112453 [ 3 ] {} HTTP-Session: 7035a8c3-deb4-40cf-93bb-18784e84f833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.112590 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 7033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:37.112640 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:37.112659 [ 3 ] {} HTTP-Session: 91697bcd-6fa6-4638-8f8c-af42bc97510b Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:37.112675 [ 3 ] {} HTTP-Session: 91697bcd-6fa6-4638-8f8c-af42bc97510b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.112688 [ 3 ] {} HTTP-Session: 91697bcd-6fa6-4638-8f8c-af42bc97510b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.112720 [ 3 ] {} HTTP-Session: 91697bcd-6fa6-4638-8f8c-af42bc97510b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:37.112799 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:37.112845 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.21 18:10:37.112989 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:37.113308 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:37.113345 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:37.113732 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.21 18:10:37.114078 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} oximeter.measurements_cumulativeu64 (17eabfc4-ac37-4fde-90e9-0eb33bb01d95): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:37.114242 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} executeQuery: Read 36 rows, 2.60 KiB in 0.001471 sec., 24473.147518694765 rows/sec., 1.73 MiB/sec. 2024.03.21 18:10:37.114491 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} DynamicQueryHandler: Done processing query 2024.03.21 18:10:37.114529 [ 3 ] {c23304ee-3c75-4b53-92a5-ee0316c10c09} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:10:37.114547 [ 3 ] {} HTTP-Session: 91697bcd-6fa6-4638-8f8c-af42bc97510b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.114665 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:37.114715 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:37.114735 [ 3 ] {} HTTP-Session: 461644ca-a5ad-417b-bbe1-3e5629646520 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:37.114753 [ 3 ] {} HTTP-Session: 461644ca-a5ad-417b-bbe1-3e5629646520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.114766 [ 3 ] {} HTTP-Session: 461644ca-a5ad-417b-bbe1-3e5629646520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:37.114797 [ 3 ] {} HTTP-Session: 461644ca-a5ad-417b-bbe1-3e5629646520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:37.114892 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:37.114942 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:37.115123 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:37.115463 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:37.115500 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:37.115913 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2024.03.21 18:10:37.116251 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:37.116401 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} executeQuery: Read 5 rows, 6.91 KiB in 0.001555 sec., 3215.434083601286 rows/sec., 4.34 MiB/sec. 2024.03.21 18:10:37.116532 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} DynamicQueryHandler: Done processing query 2024.03.21 18:10:37.116556 [ 3 ] {cb81f5aa-5edf-4c73-8d7c-095d4b780f5a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:37.116572 [ 3 ] {} HTTP-Session: 461644ca-a5ad-417b-bbe1-3e5629646520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.108203 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 9948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:42.108331 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:42.108356 [ 3 ] {} HTTP-Session: b0314356-8171-49b6-92e6-83aa7c421ccd Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:42.108381 [ 3 ] {} HTTP-Session: b0314356-8171-49b6-92e6-83aa7c421ccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.108395 [ 3 ] {} HTTP-Session: b0314356-8171-49b6-92e6-83aa7c421ccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.108443 [ 3 ] {} HTTP-Session: b0314356-8171-49b6-92e6-83aa7c421ccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:42.108579 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:42.108641 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:42.108836 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:42.109315 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:42.109356 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:42.109756 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.03.21 18:10:42.110103 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:42.110245 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} executeQuery: Read 69 rows, 5.59 KiB in 0.001737 sec., 39723.66148531951 rows/sec., 3.14 MiB/sec. 2024.03.21 18:10:42.110410 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} DynamicQueryHandler: Done processing query 2024.03.21 18:10:42.110437 [ 3 ] {7993b3e3-2de1-46fb-a9d7-85b86ea49285} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:42.110453 [ 3 ] {} HTTP-Session: b0314356-8171-49b6-92e6-83aa7c421ccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.110699 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 32848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:42.110756 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:42.110776 [ 3 ] {} HTTP-Session: b2146e09-64ed-41ae-ab68-40191bff0c02 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:42.110795 [ 3 ] {} HTTP-Session: b2146e09-64ed-41ae-ab68-40191bff0c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.110808 [ 3 ] {} HTTP-Session: b2146e09-64ed-41ae-ab68-40191bff0c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.110842 [ 3 ] {} HTTP-Session: b2146e09-64ed-41ae-ab68-40191bff0c02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:42.110976 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:42.111020 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:42.111149 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:42.111620 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:42.111656 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:42.111988 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.03.21 18:10:42.112294 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:42.112423 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} executeQuery: Read 207 rows, 20.21 KiB in 0.001519 sec., 136273.86438446346 rows/sec., 12.99 MiB/sec. 2024.03.21 18:10:42.112607 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} DynamicQueryHandler: Done processing query 2024.03.21 18:10:42.112649 [ 3 ] {f22018f1-2a66-4fc7-98ee-f80ba87b9ea6} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.03.21 18:10:42.112712 [ 3 ] {} HTTP-Session: b2146e09-64ed-41ae-ab68-40191bff0c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.112923 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 11743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:42.112988 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:42.113008 [ 3 ] {} HTTP-Session: b8ee74fa-c359-4153-9f27-710664d20ff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:42.113025 [ 3 ] {} HTTP-Session: b8ee74fa-c359-4153-9f27-710664d20ff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.113039 [ 3 ] {} HTTP-Session: b8ee74fa-c359-4153-9f27-710664d20ff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.113071 [ 3 ] {} HTTP-Session: b8ee74fa-c359-4153-9f27-710664d20ff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:42.113186 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:42.113227 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:42.113367 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:42.113687 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:42.113724 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:42.114044 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.03.21 18:10:42.114358 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:42.114485 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} executeQuery: Read 69 rows, 5.53 KiB in 0.001365 sec., 50549.45054945055 rows/sec., 3.95 MiB/sec. 2024.03.21 18:10:42.114609 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} DynamicQueryHandler: Done processing query 2024.03.21 18:10:42.114633 [ 3 ] {bbcacc28-57de-4fd4-b320-9578466d2292} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:42.114648 [ 3 ] {} HTTP-Session: b8ee74fa-c359-4153-9f27-710664d20ff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.114867 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 73805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:42.114917 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:42.114935 [ 3 ] {} HTTP-Session: f8e5dd33-d23d-41ed-9344-4db780f513ff Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:42.114953 [ 3 ] {} HTTP-Session: f8e5dd33-d23d-41ed-9344-4db780f513ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.114967 [ 3 ] {} HTTP-Session: f8e5dd33-d23d-41ed-9344-4db780f513ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:42.114996 [ 3 ] {} HTTP-Session: f8e5dd33-d23d-41ed-9344-4db780f513ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:42.115412 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:42.115458 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:42.115617 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:42.116409 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:42.116445 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:42.116919 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2024.03.21 18:10:42.117274 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:42.117406 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} executeQuery: Read 69 rows, 95.35 KiB in 0.002342 sec., 29461.99829205807 rows/sec., 39.76 MiB/sec. 2024.03.21 18:10:42.117617 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} DynamicQueryHandler: Done processing query 2024.03.21 18:10:42.117685 [ 3 ] {8baf5d43-c6c4-4430-9c78-0a89f30200c6} MemoryTracker: Peak memory usage (for query): 4.61 MiB. 2024.03.21 18:10:42.117747 [ 3 ] {} HTTP-Session: f8e5dd33-d23d-41ed-9344-4db780f513ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:45.318727 [ 103 ] {} DNSResolver: Updating DNS cache 2024.03.21 18:10:45.318798 [ 103 ] {} DNSResolver: Updated DNS cache 2024.03.21 18:10:47.104397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:47.104522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:47.104553 [ 3 ] {} HTTP-Session: 0c2d08d1-d723-480c-a5a6-177ef81480ce Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:47.104582 [ 3 ] {} HTTP-Session: 0c2d08d1-d723-480c-a5a6-177ef81480ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.104601 [ 3 ] {} HTTP-Session: 0c2d08d1-d723-480c-a5a6-177ef81480ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.104657 [ 3 ] {} HTTP-Session: 0c2d08d1-d723-480c-a5a6-177ef81480ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:47.104790 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:47.104863 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:47.105098 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:47.105684 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:47.105733 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:47.106137 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.03.21 18:10:47.106474 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:47.106633 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} executeQuery: Read 5 rows, 415.00 B in 0.001905 sec., 2624.6719160104985 rows/sec., 212.74 KiB/sec. 2024.03.21 18:10:47.106820 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} DynamicQueryHandler: Done processing query 2024.03.21 18:10:47.106856 [ 3 ] {4563c3d7-4f89-492c-b78c-fcfb8053644d} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:47.106888 [ 3 ] {} HTTP-Session: 0c2d08d1-d723-480c-a5a6-177ef81480ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.107038 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 2352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:47.107098 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:47.107119 [ 3 ] {} HTTP-Session: 53c36d25-1958-47c9-aa89-1ec1daec88fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:47.107138 [ 3 ] {} HTTP-Session: 53c36d25-1958-47c9-aa89-1ec1daec88fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.107152 [ 3 ] {} HTTP-Session: 53c36d25-1958-47c9-aa89-1ec1daec88fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.107188 [ 3 ] {} HTTP-Session: 53c36d25-1958-47c9-aa89-1ec1daec88fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:47.107269 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:47.107314 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:47.107450 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:47.107779 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:47.107819 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:47.108141 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.03.21 18:10:47.108461 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:47.108619 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} executeQuery: Read 15 rows, 1.39 KiB in 0.001381 sec., 10861.694424330195 rows/sec., 1003.43 KiB/sec. 2024.03.21 18:10:47.108812 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} DynamicQueryHandler: Done processing query 2024.03.21 18:10:47.108837 [ 3 ] {df7ee58a-2c94-4075-a00e-1289289418ef} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.21 18:10:47.108883 [ 3 ] {} HTTP-Session: 53c36d25-1958-47c9-aa89-1ec1daec88fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.109081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:47.109149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:47.109169 [ 3 ] {} HTTP-Session: 04de9fd1-a4ec-4506-bf08-cfa4c5f44684 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:47.109187 [ 3 ] {} HTTP-Session: 04de9fd1-a4ec-4506-bf08-cfa4c5f44684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.109202 [ 3 ] {} HTTP-Session: 04de9fd1-a4ec-4506-bf08-cfa4c5f44684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.109234 [ 3 ] {} HTTP-Session: 04de9fd1-a4ec-4506-bf08-cfa4c5f44684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:47.109306 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:47.109349 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:47.109496 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:47.109792 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:47.109830 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:47.110133 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.03.21 18:10:47.110425 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:47.110559 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} executeQuery: Read 5 rows, 410.00 B in 0.001315 sec., 3802.2813688212927 rows/sec., 304.48 KiB/sec. 2024.03.21 18:10:47.110675 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} DynamicQueryHandler: Done processing query 2024.03.21 18:10:47.110698 [ 3 ] {58d6fbda-16c1-466b-980b-207a824ad303} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.21 18:10:47.110712 [ 3 ] {} HTTP-Session: 04de9fd1-a4ec-4506-bf08-cfa4c5f44684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.110859 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 5411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:47.110907 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:47.110925 [ 3 ] {} HTTP-Session: 8b64b769-382c-4f5c-adbc-64702b743215 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:47.111006 [ 3 ] {} HTTP-Session: 8b64b769-382c-4f5c-adbc-64702b743215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.111020 [ 3 ] {} HTTP-Session: 8b64b769-382c-4f5c-adbc-64702b743215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:47.111050 [ 3 ] {} HTTP-Session: 8b64b769-382c-4f5c-adbc-64702b743215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:47.111141 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:47.111187 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:47.111345 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:47.111683 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:47.111720 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:47.112128 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2024.03.21 18:10:47.112465 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:47.112613 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} executeQuery: Read 5 rows, 6.91 KiB in 0.001518 sec., 3293.8076416337285 rows/sec., 4.44 MiB/sec. 2024.03.21 18:10:47.112749 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} DynamicQueryHandler: Done processing query 2024.03.21 18:10:47.112773 [ 3 ] {eadaef41-d4ca-4891-858e-d364aae4a0f4} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.21 18:10:47.112789 [ 3 ] {} HTTP-Session: 8b64b769-382c-4f5c-adbc-64702b743215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.108005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 9948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:52.108203 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:52.108249 [ 3 ] {} HTTP-Session: 64d68a1d-082f-46a9-a52e-c99bfc18a6bd Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:52.108293 [ 3 ] {} HTTP-Session: 64d68a1d-082f-46a9-a52e-c99bfc18a6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.108322 [ 3 ] {} HTTP-Session: 64d68a1d-082f-46a9-a52e-c99bfc18a6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.108390 [ 3 ] {} HTTP-Session: 64d68a1d-082f-46a9-a52e-c99bfc18a6bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:52.108533 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:52.108599 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.21 18:10:52.108802 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:52.109347 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:52.109397 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:52.109809 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.03.21 18:10:52.110168 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} oximeter.fields_i64 (85d7432c-f59c-4a3e-8511-9465d0aef5e1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:52.110335 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} executeQuery: Read 69 rows, 5.59 KiB in 0.001874 sec., 36819.6371398079 rows/sec., 2.91 MiB/sec. 2024.03.21 18:10:52.110531 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} DynamicQueryHandler: Done processing query 2024.03.21 18:10:52.110558 [ 3 ] {676d717b-08c0-47f8-9b54-514e44d5749c} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:52.110574 [ 3 ] {} HTTP-Session: 64d68a1d-082f-46a9-a52e-c99bfc18a6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.110759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 32848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:52.110816 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:52.110836 [ 3 ] {} HTTP-Session: b8dde477-192b-4cdc-b396-8d447e0629b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:52.110854 [ 3 ] {} HTTP-Session: b8dde477-192b-4cdc-b396-8d447e0629b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.110868 [ 3 ] {} HTTP-Session: b8dde477-192b-4cdc-b396-8d447e0629b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.110903 [ 3 ] {} HTTP-Session: b8dde477-192b-4cdc-b396-8d447e0629b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:52.111030 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:52.111075 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.21 18:10:52.111214 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:52.111671 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:52.111711 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:52.112043 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.03.21 18:10:52.112353 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:52.112511 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} executeQuery: Read 207 rows, 20.21 KiB in 0.001552 sec., 133376.28865979382 rows/sec., 12.72 MiB/sec. 2024.03.21 18:10:52.112527 [ 97 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.03.21 18:10:52.112637 [ 97 ] {} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:52.112674 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:52.112694 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} DynamicQueryHandler: Done processing query 2024.03.21 18:10:52.112739 [ 3 ] {0d9aa2d6-3730-46c0-a5d2-f2834fe85b15} MemoryTracker: Peak memory usage (for query): 4.42 MiB. 2024.03.21 18:10:52.112793 [ 3 ] {} HTTP-Session: b8dde477-192b-4cdc-b396-8d447e0629b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.112890 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:10:52.113046 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 11743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:52.113110 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:52.113149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:52.113161 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 245 rows starting from the beginning of the part 2024.03.21 18:10:52.113191 [ 3 ] {} HTTP-Session: f971c339-351f-4364-820e-9db327cfa305 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:52.113232 [ 3 ] {} HTTP-Session: f971c339-351f-4364-820e-9db327cfa305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.113273 [ 3 ] {} HTTP-Session: f971c339-351f-4364-820e-9db327cfa305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.113396 [ 3 ] {} HTTP-Session: f971c339-351f-4364-820e-9db327cfa305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:52.113409 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 201 rows starting from the beginning of the part 2024.03.21 18:10:52.113601 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 51 rows starting from the beginning of the part 2024.03.21 18:10:52.113740 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:52.113957 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 207 rows starting from the beginning of the part 2024.03.21 18:10:52.114057 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.21 18:10:52.114321 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::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.03.21 18:10:52.114680 [ 189 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 207 rows starting from the beginning of the part 2024.03.21 18:10:52.115263 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:52.116031 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:52.116104 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:52.117003 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2024.03.21 18:10:52.117685 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:52.117687 [ 196 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 4 columns (4 merged, 0 gathered) in 0.004898048 sec., 189054.90513772017 rows/sec., 17.72 MiB/sec. 2024.03.21 18:10:52.117912 [ 97 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2024.03.21 18:10:52.117929 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} executeQuery: Read 69 rows, 5.53 KiB in 0.004399 sec., 15685.383041600364 rows/sec., 1.23 MiB/sec. 2024.03.21 18:10:52.117986 [ 97 ] {} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:52.118076 [ 199 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.03.21 18:10:52.118094 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:52.118353 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} DynamicQueryHandler: Done processing query 2024.03.21 18:10:52.118421 [ 3 ] {ffba432a-4302-4589-bbe9-29194f16d9d6} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.21 18:10:52.118498 [ 3 ] {} HTTP-Session: f971c339-351f-4364-820e-9db327cfa305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.118643 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:10:52.118899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51246, User-Agent: (none), Length: 73805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.21 18:10:52.119058 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.21 18:10:52.119145 [ 3 ] {} HTTP-Session: 43175b9a-f483-407e-b497-3fb739777884 Authenticating user 'default' from [fd00:1122:3344:101::d]:51246 2024.03.21 18:10:52.119162 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.21 18:10:52.119185 [ 3 ] {} HTTP-Session: 43175b9a-f483-407e-b497-3fb739777884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.119237 [ 3 ] {} HTTP-Session: 43175b9a-f483-407e-b497-3fb739777884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.21 18:10:52.119261 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 121 rows starting from the beginning of the part 2024.03.21 18:10:52.119354 [ 3 ] {} HTTP-Session: 43175b9a-f483-407e-b497-3fb739777884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.21 18:10:52.119376 [ 199 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:52.119740 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 76 rows starting from the beginning of the part 2024.03.21 18:10:52.119753 [ 199 ] {20e5961e-fa10-4f47-b83a-0e56d981f0c8::all_1_76_15} oximeter.fields_string (20e5961e-fa10-4f47-b83a-0e56d981f0c8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.03.21 18:10:52.119947 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::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.03.21 18:10:52.120103 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.03.21 18:10:52.120134 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} executeQuery: (from [fd00:1122:3344:101::d]:51246) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.21 18:10:52.120297 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.21 18:10:52.120450 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 69 rows starting from the beginning of the part 2024.03.21 18:10:52.120808 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 5 rows starting from the beginning of the part 2024.03.21 18:10:52.121080 [ 196 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 69 rows starting from the beginning of the part 2024.03.21 18:10:52.121661 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} ParallelParsingInputFormat: Parallel parsing is used 2024.03.21 18:10:52.122988 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.21 18:10:52.123032 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.03.21 18:10:52.123507 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 369 rows, containing 4 columns (4 merged, 0 gathered) in 0.005193453 sec., 71050.99439621385 rows/sec., 5.55 MiB/sec. 2024.03.21 18:10:52.123670 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2024.03.21 18:10:52.123934 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2024.03.21 18:10:52.124237 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:52.124342 [ 199 ] {4f5e232a-6ec3-4755-a8ab-7f22943df9a1::all_1_76_15} oximeter.fields_uuid (4f5e232a-6ec3-4755-a8ab-7f22943df9a1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2024.03.21 18:10:52.124420 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} oximeter.measurements_histogramf64 (3a1653fa-69b0-4cbf-ab4e-f4f29dd85566): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.21 18:10:52.124442 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.03.21 18:10:52.124603 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} executeQuery: Read 69 rows, 95.35 KiB in 0.005019 sec., 13747.758517632994 rows/sec., 18.55 MiB/sec. 2024.03.21 18:10:52.124759 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} DynamicQueryHandler: Done processing query 2024.03.21 18:10:52.124783 [ 3 ] {e3c88532-0ccc-4de0-83a6-55f998b41270} MemoryTracker: Peak memory usage (for query): 4.61 MiB. 2024.03.21 18:10:52.124799 [ 3 ] {} HTTP-Session: 43175b9a-f483-407e-b497-3fb739777884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db