[ May 30 04:09:51 Enabled. ] [ May 30 04:09:51 Rereading configuration. ] [ May 30 04:09:52 Rereading configuration. ] [ May 30 04:09:56 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + single_node=true + command=() + true + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 30 04:09:56 Method "start" exited with status 0. ] Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2024.05.30 04:09:57.567713 [ 1 ] {} Application: Will watch for the process with pid 23729 2024.05.30 04:09:57.568122 [ 1 ] {} Application: Forked a child process to watch 2024.05.30 04:09:57.861189 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 23729 2024.05.30 04:09:57.862286 [ 1 ] {} Application: starting up 2024.05.30 04:09:57.863385 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.05.30 04:09:57.984114 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.05.30 04:09:58.073657 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.05.30 04:09:58.073728 [ 1 ] {} Application: Initializing DateLUT. 2024.05.30 04:09:58.073748 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.05.30 04:09:58.073833 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.05.30 04:09:58.074300 [ 1 ] {} Application: Initializing interserver credentials. 2024.05.30 04:09:58.076476 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.30 04:09:58.077113 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.30 04:09:58.078281 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2024.05.30 04:09:58.078315 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2024.05.30 04:09:58.078333 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.05.30 04:09:58.078635 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.30 04:09:58.079846 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.05.30 04:09:58.086180 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.30 04:09:58.087030 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.30 04:09:58.088548 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.30 04:09:58.088621 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.30 04:09:58.090370 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.30 04:09:58.090730 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.30 04:09:58.096044 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.30 04:09:58.096677 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.05.30 04:09:58.098585 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.05.30 04:09:58.099021 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.05.30 04:09:58.099577 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.05.30 04:09:58.099950 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.05.30 04:09:58.101557 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.05.30 04:09:58.101595 [ 1 ] {} Application: Loading metadata from /data/ 2024.05.30 04:09:58.101676 [ 128 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:09:58.101812 [ 128 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:09:58.135825 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.05.30 04:09:58.135860 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000178493 sec 2024.05.30 04:09:58.135903 [ 1 ] {} ReferentialDeps: No tables 2024.05.30 04:09:58.135915 [ 1 ] {} LoadingDeps: No tables 2024.05.30 04:09:58.137215 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.05.30 04:09:58.138525 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.05.30 04:09:58.138619 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.05.30 04:09:58.138658 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.05.30 04:09:58.138673 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.05.30 04:09:58.138687 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.05.30 04:09:58.138723 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.05.30 04:09:58.138737 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.05.30 04:09:58.138751 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.05.30 04:09:58.138796 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.05.30 04:09:58.138811 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.05.30 04:09:58.138824 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.05.30 04:09:58.138844 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.05.30 04:09:58.138882 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.05.30 04:09:58.138895 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.05.30 04:09:58.138914 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.05.30 04:09:58.138949 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.05.30 04:09:58.138964 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.05.30 04:09:58.182607 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.05.30 04:09:58.187870 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.05.30 04:09:58.187917 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.9812e-05 sec 2024.05.30 04:09:58.187933 [ 1 ] {} ReferentialDeps: No tables 2024.05.30 04:09:58.187957 [ 1 ] {} LoadingDeps: No tables 2024.05.30 04:09:58.187992 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.05.30 04:09:58.188244 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.05.30 04:09:58.188297 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.05.30 04:09:58.188316 [ 1 ] {} Application: Loaded metadata. 2024.05.30 04:09:58.188341 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2024.05.30 04:09:58.188357 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.05.30 04:09:58.262305 [ 1 ] {} MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) 2024.05.30 04:09:58.512191 [ 1 ] {} MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) 2024.05.30 04:09:58.512261 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.05.30 04:09:58.613990 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.30 04:09:58.614190 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB 2024.05.30 04:09:58.615310 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7111e-05 sec. 2024.05.30 04:09:58.615721 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.05.30 04:09:58.615818 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.05.30 04:09:58.615888 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.05.30 04:09:58.615918 [ 1 ] {} Application: Ready for connections. 2024.05.30 04:09:58.616958 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.617157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.617193 [ 3 ] {} HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.617289 [ 3 ] {} HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.617316 [ 3 ] {} HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.617404 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.05.30 04:09:58.617440 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.05.30 04:09:58.617464 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.05.30 04:09:58.617537 [ 3 ] {} HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.618848 [ 3 ] {2316ffab-cc36-4bb7-903f-a206f369aa46} executeQuery: (from [fd00:1122:3344:101::d]:47581) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.30 04:09:58.669201 [ 3 ] {2316ffab-cc36-4bb7-903f-a206f369aa46} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47581) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.30 04:09:58.670134 [ 3 ] {2316ffab-cc36-4bb7-903f-a206f369aa46} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.30 04:09:58.672044 [ 3 ] {} HTTP-Session: bc4ce59f-e593-4856-b38e-eee721b43a0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.673949 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.674019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.674045 [ 3 ] {} HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.674072 [ 3 ] {} HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.674087 [ 3 ] {} HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.674135 [ 3 ] {} HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.675579 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} executeQuery: (from [fd00:1122:3344:101::d]:47581) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:09:58.675721 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.05.30 04:09:58.678276 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.05.30 04:09:58.681997 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:09:58.689411 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.689530 [ 3 ] {a0821ba5-7a93-4e6a-bf94-11712c726e7e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:09:58.689568 [ 3 ] {} HTTP-Session: 82b14df7-c895-4e27-a31a-11221072a2b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.689970 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.690030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.690054 [ 3 ] {} HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.690073 [ 3 ] {} HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.690090 [ 3 ] {} HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.690131 [ 3 ] {} HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.690258 [ 3 ] {6eb04fa9-f02e-43e9-bf9f-9a7a3d9d09a0} executeQuery: (from [fd00:1122:3344:101::d]:47581) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.30 04:09:58.690600 [ 3 ] {6eb04fa9-f02e-43e9-bf9f-9a7a3d9d09a0} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47581) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.30 04:09:58.690747 [ 3 ] {6eb04fa9-f02e-43e9-bf9f-9a7a3d9d09a0} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.30 04:09:58.690923 [ 3 ] {} HTTP-Session: eee2b318-ce61-4a9f-8d1c-85455ba3d044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.691216 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.691278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.691298 [ 3 ] {} HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.691318 [ 3 ] {} HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.691342 [ 3 ] {} HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.691374 [ 3 ] {} HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.691616 [ 3 ] {495c455d-2270-49da-b565-c20d7610925b} executeQuery: (from [fd00:1122:3344:101::d]:47581) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.05.30 04:09:58.691784 [ 3 ] {495c455d-2270-49da-b565-c20d7610925b} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.691808 [ 3 ] {} HTTP-Session: 26473355-92f3-48ab-aac2-9dd008e549f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.691909 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.691962 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.691985 [ 3 ] {} HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.692001 [ 3 ] {} HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.692019 [ 3 ] {} HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.692054 [ 3 ] {} HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.692151 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.05.30 04:09:58.692214 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.05.30 04:09:58.704094 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.05.30 04:09:58.704139 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.9711e-05 sec 2024.05.30 04:09:58.704157 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} ReferentialDeps: No tables 2024.05.30 04:09:58.704177 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} LoadingDeps: No tables 2024.05.30 04:09:58.704207 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} DatabaseAtomic (oximeter): Starting up tables. 2024.05.30 04:09:58.704362 [ 3 ] {cfe76fbe-a2ba-40c9-92e8-b57016703360} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.704390 [ 3 ] {} HTTP-Session: f200a20b-591a-4c8c-9345-590f38d49375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.704512 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.704632 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.704651 [ 3 ] {} HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.704671 [ 3 ] {} HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.704716 [ 3 ] {} HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.704748 [ 3 ] {} HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.704894 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} executeQuery: (from [fd00:1122:3344:101::d]:47581) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2024.05.30 04:09:58.704946 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.05.30 04:09:58.710402 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} StoragePolicy (default): Storage policy default created, total volumes 1 2024.05.30 04:09:58.712471 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} oximeter.version (6327a087-8987-4566-8890-38b8e71db229): Loading data parts 2024.05.30 04:09:58.712936 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} oximeter.version (6327a087-8987-4566-8890-38b8e71db229): There are no data parts 2024.05.30 04:09:58.717654 [ 3 ] {c8185905-4c76-44f3-969e-65a7ccc700af} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.717681 [ 3 ] {} HTTP-Session: 39947f7a-bbff-4fc8-b043-a9d7b4da4b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.717839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.717895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.717926 [ 3 ] {} HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.717944 [ 3 ] {} HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.717961 [ 3 ] {} HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.718001 [ 3 ] {} HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.718206 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} executeQuery: (from [fd00:1122:3344:101::d]:47581) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.718262 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.05.30 04:09:58.726226 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} oximeter.measurements_bool (a60e49b5-dd1d-45a3-b41a-ee00ccae0f69): Loading data parts 2024.05.30 04:09:58.726414 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} oximeter.measurements_bool (a60e49b5-dd1d-45a3-b41a-ee00ccae0f69): There are no data parts 2024.05.30 04:09:58.732474 [ 3 ] {a8ba3ebc-77df-4593-8483-417a5f188e6e} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.732508 [ 3 ] {} HTTP-Session: ca265e57-f41d-4252-8103-a316a7e7051b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.732708 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.732765 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.732792 [ 3 ] {} HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.732812 [ 3 ] {} HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.732831 [ 3 ] {} HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.732867 [ 3 ] {} HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.733055 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.733108 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.05.30 04:09:58.735219 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} oximeter.measurements_i8 (389fcff1-a1cb-465a-88d7-4e2e4c197489): Loading data parts 2024.05.30 04:09:58.735403 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} oximeter.measurements_i8 (389fcff1-a1cb-465a-88d7-4e2e4c197489): There are no data parts 2024.05.30 04:09:58.737984 [ 3 ] {248a779d-42b1-4314-b337-bcb46e09ddc4} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.738060 [ 3 ] {} HTTP-Session: 8edef2c1-32c6-460a-8472-484b61919a0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.738180 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.738249 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.738284 [ 3 ] {} HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.738304 [ 3 ] {} HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.738327 [ 3 ] {} HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.738374 [ 3 ] {} HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.738595 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.738717 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.05.30 04:09:58.740428 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} oximeter.measurements_u8 (8e856b69-2cb7-47b1-955a-6a69c2f2e75e): Loading data parts 2024.05.30 04:09:58.740629 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} oximeter.measurements_u8 (8e856b69-2cb7-47b1-955a-6a69c2f2e75e): There are no data parts 2024.05.30 04:09:58.749795 [ 3 ] {9f0a7aa1-a822-4f47-ba48-12d047de4cef} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.749830 [ 3 ] {} HTTP-Session: 72b5d9b7-c814-404a-9238-e0df8242abe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.749966 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.750036 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.750066 [ 3 ] {} HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.750090 [ 3 ] {} HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.750113 [ 3 ] {} HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.750159 [ 3 ] {} HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.750405 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.750467 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.05.30 04:09:58.752979 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} oximeter.measurements_i16 (9f8a970f-fd2a-47d1-9720-10a4ec193611): Loading data parts 2024.05.30 04:09:58.753187 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} oximeter.measurements_i16 (9f8a970f-fd2a-47d1-9720-10a4ec193611): There are no data parts 2024.05.30 04:09:58.755675 [ 3 ] {bad7406a-238b-405b-bcee-afdd6271a220} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.755782 [ 3 ] {} HTTP-Session: 9955ec78-8934-46c9-9a81-a1813c922f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.755914 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.755983 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.756016 [ 3 ] {} HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.756036 [ 3 ] {} HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.756058 [ 3 ] {} HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.756116 [ 3 ] {} HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.756343 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.756413 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.05.30 04:09:58.758208 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} oximeter.measurements_u16 (2ceaef6f-87e7-4dad-b4b0-4c7b562e4b32): Loading data parts 2024.05.30 04:09:58.758378 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} oximeter.measurements_u16 (2ceaef6f-87e7-4dad-b4b0-4c7b562e4b32): There are no data parts 2024.05.30 04:09:58.765535 [ 3 ] {1892bd6e-fb4a-43fd-bf7f-d24816b647a3} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.765578 [ 3 ] {} HTTP-Session: 5a2e0879-1b9c-4111-ba69-1ec73f64241e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.765706 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.765828 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.765853 [ 3 ] {} HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.765886 [ 3 ] {} HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.765899 [ 3 ] {} HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.765938 [ 3 ] {} HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.766156 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.766210 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.05.30 04:09:58.768402 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} oximeter.measurements_i32 (af81559c-742c-4026-983b-22b94c246d2a): Loading data parts 2024.05.30 04:09:58.768563 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} oximeter.measurements_i32 (af81559c-742c-4026-983b-22b94c246d2a): There are no data parts 2024.05.30 04:09:58.771171 [ 3 ] {b51584e8-d2ee-4789-9d9d-5a2b857cac30} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.771212 [ 3 ] {} HTTP-Session: 55302bab-8811-4a0c-acb3-d053d665c78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.771337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.771403 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.771473 [ 3 ] {} HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.771495 [ 3 ] {} HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.771520 [ 3 ] {} HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.771564 [ 3 ] {} HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.771835 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.771889 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.05.30 04:09:58.773550 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} oximeter.measurements_u32 (e42f4bfc-172c-495b-a855-e51d1908f30d): Loading data parts 2024.05.30 04:09:58.773730 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} oximeter.measurements_u32 (e42f4bfc-172c-495b-a855-e51d1908f30d): There are no data parts 2024.05.30 04:09:58.783069 [ 3 ] {3a0a2911-c9af-4663-ae6f-13f756f39295} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.783102 [ 3 ] {} HTTP-Session: b6352195-c016-485a-9d66-a3c8711a48c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.783228 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.783284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.783309 [ 3 ] {} HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.783329 [ 3 ] {} HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.783345 [ 3 ] {} HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.783381 [ 3 ] {} HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.783567 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.783622 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.05.30 04:09:58.786173 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Loading data parts 2024.05.30 04:09:58.786343 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): There are no data parts 2024.05.30 04:09:58.788901 [ 3 ] {5adb074c-89b6-4537-bc52-541e496e3dcf} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.788986 [ 3 ] {} HTTP-Session: ccdeaf5f-2e92-4b71-983b-b2ea7dcb3c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.789106 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.789178 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.789199 [ 3 ] {} HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.789223 [ 3 ] {} HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.789238 [ 3 ] {} HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.789283 [ 3 ] {} HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.789479 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.789538 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.05.30 04:09:58.791490 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Loading data parts 2024.05.30 04:09:58.791729 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): There are no data parts 2024.05.30 04:09:58.798626 [ 3 ] {0ebd396f-2248-4d31-a47b-9e19f44cbd4e} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.798666 [ 3 ] {} HTTP-Session: 833a4745-f2f7-4908-87b5-9ed3c90cbb3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.798810 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.798929 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.798960 [ 3 ] {} HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.798987 [ 3 ] {} HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.799002 [ 3 ] {} HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.799044 [ 3 ] {} HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.799238 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.799304 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.05.30 04:09:58.801602 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} oximeter.measurements_f32 (456effc1-fee4-466f-8707-27deeb290e31): Loading data parts 2024.05.30 04:09:58.801797 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} oximeter.measurements_f32 (456effc1-fee4-466f-8707-27deeb290e31): There are no data parts 2024.05.30 04:09:58.804387 [ 3 ] {e8726575-cead-40fa-ad04-d1f7f31af81c} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.804423 [ 3 ] {} HTTP-Session: e87eac76-96f4-4d81-860c-39ce76995ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.804555 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.804633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.804658 [ 3 ] {} HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.804684 [ 3 ] {} HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.804708 [ 3 ] {} HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.804752 [ 3 ] {} HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.805010 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.805079 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.05.30 04:09:58.806831 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} oximeter.measurements_f64 (b1b117e8-f9dd-41af-8d2b-0a4d9c4d5d24): Loading data parts 2024.05.30 04:09:58.807092 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} oximeter.measurements_f64 (b1b117e8-f9dd-41af-8d2b-0a4d9c4d5d24): There are no data parts 2024.05.30 04:09:58.816231 [ 3 ] {ebbbd880-e791-454c-87e2-e85a52c34a49} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.816274 [ 3 ] {} HTTP-Session: 546c1d74-0066-45ae-b664-dadc6b22f25f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.816416 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.816486 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.816510 [ 3 ] {} HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.816539 [ 3 ] {} HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.816557 [ 3 ] {} HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.816603 [ 3 ] {} HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.816834 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.816891 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.05.30 04:09:58.819339 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} oximeter.measurements_string (0268e2bb-4d04-41ee-9219-2918b2cddd26): Loading data parts 2024.05.30 04:09:58.819521 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} oximeter.measurements_string (0268e2bb-4d04-41ee-9219-2918b2cddd26): There are no data parts 2024.05.30 04:09:58.822106 [ 3 ] {3aa248c9-4d23-48bf-bfed-cca459b9446e} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.822143 [ 3 ] {} HTTP-Session: 5eaaed31-d4fd-4342-9eda-f31377f5ce97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.822296 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.822371 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.822395 [ 3 ] {} HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.822426 [ 3 ] {} HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.822457 [ 3 ] {} HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.822502 [ 3 ] {} HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.822741 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.822829 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.05.30 04:09:58.824646 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} oximeter.measurements_bytes (a64e3e93-ad98-495e-89e3-3d5d99c4efc8): Loading data parts 2024.05.30 04:09:58.824830 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} oximeter.measurements_bytes (a64e3e93-ad98-495e-89e3-3d5d99c4efc8): There are no data parts 2024.05.30 04:09:58.832098 [ 3 ] {ad2199b7-d966-4c9e-a3da-eb8ebaf7831b} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.832131 [ 3 ] {} HTTP-Session: fb1cc4b0-024f-4cde-8c0b-20fb99841c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.832296 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.832376 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.832407 [ 3 ] {} HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.832428 [ 3 ] {} HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.832456 [ 3 ] {} HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.832497 [ 3 ] {} HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.832760 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.832833 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.05.30 04:09:58.835171 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} oximeter.measurements_cumulativei64 (82e976ec-ecee-4884-bbfb-2682e5a35005): Loading data parts 2024.05.30 04:09:58.835353 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} oximeter.measurements_cumulativei64 (82e976ec-ecee-4884-bbfb-2682e5a35005): There are no data parts 2024.05.30 04:09:58.849823 [ 3 ] {fed0c60c-c922-4407-bca3-2c3d358cc18b} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.849880 [ 3 ] {} HTTP-Session: e5d13e20-0e77-47b1-901c-c69e85aaedde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.850020 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.850164 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.850186 [ 3 ] {} HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.850215 [ 3 ] {} HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.850231 [ 3 ] {} HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.850275 [ 3 ] {} HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.850476 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.850545 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.05.30 04:09:58.862624 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Loading data parts 2024.05.30 04:09:58.862812 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): There are no data parts 2024.05.30 04:09:58.866440 [ 3 ] {6e1a12ef-5140-4d71-b988-bbe4a7a819fd} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.866469 [ 3 ] {} HTTP-Session: f374e624-3fb0-4200-8699-0df0655aa9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.866606 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.866669 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.866691 [ 3 ] {} HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.866719 [ 3 ] {} HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.866743 [ 3 ] {} HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.866775 [ 3 ] {} HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.866987 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.867061 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.05.30 04:09:58.878077 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} oximeter.measurements_cumulativef32 (8f63f738-ea28-4813-b742-3326747a6dd4): Loading data parts 2024.05.30 04:09:58.878335 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} oximeter.measurements_cumulativef32 (8f63f738-ea28-4813-b742-3326747a6dd4): There are no data parts 2024.05.30 04:09:58.890442 [ 3 ] {dcebc2ec-7c8b-4b16-8002-7a863b568edb} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.890543 [ 3 ] {} HTTP-Session: 9aa9cdc2-f8a8-4b00-8dc7-a85c1154fb9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.890680 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.890758 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.890794 [ 3 ] {} HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.890827 [ 3 ] {} HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.890840 [ 3 ] {} HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.890889 [ 3 ] {} HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.891122 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.891262 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.05.30 04:09:58.904934 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} oximeter.measurements_cumulativef64 (e9b58c98-cc0b-415d-8bce-a6325607b1ff): Loading data parts 2024.05.30 04:09:58.905307 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} oximeter.measurements_cumulativef64 (e9b58c98-cc0b-415d-8bce-a6325607b1ff): There are no data parts 2024.05.30 04:09:58.909175 [ 3 ] {8e0c95d5-3abd-4d41-ad3f-3362f8f17c1c} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.909202 [ 3 ] {} HTTP-Session: fe211503-6c62-4e41-a580-2dbbccddae4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.909466 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.909534 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.909553 [ 3 ] {} HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.909579 [ 3 ] {} HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.909604 [ 3 ] {} HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.909640 [ 3 ] {} HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.909853 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.909930 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.05.30 04:09:58.920669 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} oximeter.measurements_histogrami8 (9d37dc88-5807-4af1-ad18-65370fbe01ba): Loading data parts 2024.05.30 04:09:58.920838 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} oximeter.measurements_histogrami8 (9d37dc88-5807-4af1-ad18-65370fbe01ba): There are no data parts 2024.05.30 04:09:58.934684 [ 3 ] {9f97458d-d01c-4c53-80a0-f761a6f88387} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.934715 [ 3 ] {} HTTP-Session: d71a0aad-0c37-4edc-abe9-f343e719725b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.934875 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.934940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.934970 [ 3 ] {} HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.934990 [ 3 ] {} HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.935012 [ 3 ] {} HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.935050 [ 3 ] {} HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.935289 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.935471 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.05.30 04:09:58.938255 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} oximeter.measurements_histogramu8 (bcaf7905-11ab-4b5f-92f6-ec614a5f73fc): Loading data parts 2024.05.30 04:09:58.938503 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} oximeter.measurements_histogramu8 (bcaf7905-11ab-4b5f-92f6-ec614a5f73fc): There are no data parts 2024.05.30 04:09:58.948829 [ 3 ] {be4b1f9e-64f7-4897-b2af-d7cff76591f6} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.948864 [ 3 ] {} HTTP-Session: cb3a48cd-ff8d-4a43-a06a-9ad591eddccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.948983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.949040 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.949065 [ 3 ] {} HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.949087 [ 3 ] {} HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.949100 [ 3 ] {} HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.949136 [ 3 ] {} HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.949323 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.949448 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.05.30 04:09:58.964650 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} oximeter.measurements_histogrami16 (dffc70f2-dde4-4491-a5dd-23dcb89c9918): Loading data parts 2024.05.30 04:09:58.964903 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} oximeter.measurements_histogrami16 (dffc70f2-dde4-4491-a5dd-23dcb89c9918): There are no data parts 2024.05.30 04:09:58.968218 [ 3 ] {b156cdce-237d-49fe-94d1-99f57dead841} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.968254 [ 3 ] {} HTTP-Session: b70f421b-346c-44e0-bcdb-c5893eca2201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.968376 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.968430 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.968516 [ 3 ] {} HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.968536 [ 3 ] {} HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.968555 [ 3 ] {} HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.968585 [ 3 ] {} HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.968773 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.968829 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.05.30 04:09:58.978133 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} oximeter.measurements_histogramu16 (d0d44fac-4787-4030-9316-280fc7ec9600): Loading data parts 2024.05.30 04:09:58.978349 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} oximeter.measurements_histogramu16 (d0d44fac-4787-4030-9316-280fc7ec9600): There are no data parts 2024.05.30 04:09:58.993623 [ 3 ] {4bb73d3b-f0f4-4439-88b5-cc8a479e4552} DynamicQueryHandler: Done processing query 2024.05.30 04:09:58.993716 [ 3 ] {} HTTP-Session: 620c6cf3-e6a1-417a-943f-f75991adbec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.993843 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:58.993904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:58.993932 [ 3 ] {} HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:58.993947 [ 3 ] {} HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.993965 [ 3 ] {} HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:58.994007 [ 3 ] {} HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:58.994188 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:58.994245 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.05.30 04:09:59.001464 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 160.09 MiB, peak 161.15 MiB, free memory in arenas 0.00 B, will set to 170.92 MiB (RSS), difference: 10.83 MiB 2024.05.30 04:09:59.006425 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} oximeter.measurements_histogrami32 (7ac3d3d9-3c20-4003-adbb-7c4dbd532291): Loading data parts 2024.05.30 04:09:59.006754 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} oximeter.measurements_histogrami32 (7ac3d3d9-3c20-4003-adbb-7c4dbd532291): There are no data parts 2024.05.30 04:09:59.010026 [ 3 ] {866c76c0-9c7e-4075-887e-f32ab1143f34} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.010238 [ 3 ] {} HTTP-Session: a01b6471-629c-4662-8f9d-babc51b1ec64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.010393 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.010489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.010510 [ 3 ] {} HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.010527 [ 3 ] {} HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.010548 [ 3 ] {} HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.010665 [ 3 ] {} HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.010869 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:59.010931 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.05.30 04:09:59.022901 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} oximeter.measurements_histogramu32 (210f8631-43f5-4647-b0ae-bbe207231e55): Loading data parts 2024.05.30 04:09:59.023058 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} oximeter.measurements_histogramu32 (210f8631-43f5-4647-b0ae-bbe207231e55): There are no data parts 2024.05.30 04:09:59.026412 [ 3 ] {7bc7f663-10ab-4100-a6c6-b62849c52ac6} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.026439 [ 3 ] {} HTTP-Session: c6fbaa62-5ae2-442d-9519-6514ec2f965b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.026628 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.026766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.026792 [ 3 ] {} HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.026808 [ 3 ] {} HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.026827 [ 3 ] {} HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.026862 [ 3 ] {} HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.027112 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:59.027186 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.05.30 04:09:59.035938 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} oximeter.measurements_histogrami64 (5522a1c8-859d-4ef5-b51d-fabc6b6fc4cc): Loading data parts 2024.05.30 04:09:59.036142 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} oximeter.measurements_histogrami64 (5522a1c8-859d-4ef5-b51d-fabc6b6fc4cc): There are no data parts 2024.05.30 04:09:59.039137 [ 3 ] {7a778efe-78cc-49ed-b4cb-af91c04fbbf8} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.039191 [ 3 ] {} HTTP-Session: 353111f2-33b9-4cf2-b0ad-38dd591d501e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.039334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.039409 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.039439 [ 3 ] {} HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.039468 [ 3 ] {} HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.039484 [ 3 ] {} HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.039535 [ 3 ] {} HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.039813 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:59.039875 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.05.30 04:09:59.051354 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} oximeter.measurements_histogramu64 (20131409-534e-4def-830e-ccf7a27ed107): Loading data parts 2024.05.30 04:09:59.051580 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} oximeter.measurements_histogramu64 (20131409-534e-4def-830e-ccf7a27ed107): There are no data parts 2024.05.30 04:09:59.063521 [ 3 ] {b415000a-e6bb-4ebd-9356-a300efffc38e} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.063552 [ 3 ] {} HTTP-Session: 00111b56-ee12-4fb9-b9fa-7f13c7859abb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.063692 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.063750 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.063839 [ 3 ] {} HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.063862 [ 3 ] {} HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.063883 [ 3 ] {} HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.063914 [ 3 ] {} HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.064103 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:59.064162 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.05.30 04:09:59.078414 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} oximeter.measurements_histogramf32 (29346c52-87f2-4381-96ff-59527df44133): Loading data parts 2024.05.30 04:09:59.078569 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} oximeter.measurements_histogramf32 (29346c52-87f2-4381-96ff-59527df44133): There are no data parts 2024.05.30 04:09:59.082027 [ 3 ] {3e510b3a-e062-4b72-8e65-e0914973c290} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.082062 [ 3 ] {} HTTP-Session: b1eafd74-0ee0-4abd-ab5c-190b7a067281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.082169 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.082226 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.082254 [ 3 ] {} HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.082270 [ 3 ] {} HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.082291 [ 3 ] {} HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.082329 [ 3 ] {} HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.082507 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.30 04:09:59.082564 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.05.30 04:09:59.092592 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Loading data parts 2024.05.30 04:09:59.092787 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): There are no data parts 2024.05.30 04:09:59.095960 [ 3 ] {4347ccbe-d3e4-4435-96d4-14afc1fec2ec} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.096001 [ 3 ] {} HTTP-Session: 4bef4663-8efd-40ac-b173-ca3d13d8ceb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.096160 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.096226 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.096248 [ 3 ] {} HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.096274 [ 3 ] {} HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.096290 [ 3 ] {} HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.096333 [ 3 ] {} HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.096510 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} executeQuery: (from [fd00:1122:3344:101::d]:47581) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.096575 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.05.30 04:09:59.107504 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} oximeter.fields_bool (0a35d9ce-6dc0-4730-b1d6-9d41fd1f6905): Loading data parts 2024.05.30 04:09:59.107677 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} oximeter.fields_bool (0a35d9ce-6dc0-4730-b1d6-9d41fd1f6905): There are no data parts 2024.05.30 04:09:59.109791 [ 3 ] {8c8f9129-23c8-4eed-aa70-976c537dabbc} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.109841 [ 3 ] {} HTTP-Session: c4550e2b-266a-47f2-8cb2-6315788313d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.110017 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.110075 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.110101 [ 3 ] {} HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.110116 [ 3 ] {} HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.110135 [ 3 ] {} HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.110171 [ 3 ] {} HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.110304 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.110386 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.05.30 04:09:59.113087 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} oximeter.fields_i8 (e1e09505-da36-4bdb-a077-348104c93802): Loading data parts 2024.05.30 04:09:59.113233 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} oximeter.fields_i8 (e1e09505-da36-4bdb-a077-348104c93802): There are no data parts 2024.05.30 04:09:59.114515 [ 3 ] {861344bb-353c-4626-99ef-3adf9fc3d215} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.114540 [ 3 ] {} HTTP-Session: 56b6d7eb-c4ee-4f5f-94b9-5d460a4d25cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.114664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.114738 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.114760 [ 3 ] {} HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.114792 [ 3 ] {} HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.114815 [ 3 ] {} HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.114851 [ 3 ] {} HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.115061 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.115141 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.05.30 04:09:59.122750 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} oximeter.fields_u8 (2d2ecaf8-b65b-474c-91e4-b0c0714c4c8d): Loading data parts 2024.05.30 04:09:59.122906 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} oximeter.fields_u8 (2d2ecaf8-b65b-474c-91e4-b0c0714c4c8d): There are no data parts 2024.05.30 04:09:59.124715 [ 3 ] {aabd52cd-d507-4009-a61d-2543943490da} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.124739 [ 3 ] {} HTTP-Session: 94fa961a-690f-4bc4-98a1-5a9d255f27dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.124872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.124929 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.124947 [ 3 ] {} HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.124970 [ 3 ] {} HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.125056 [ 3 ] {} HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.125085 [ 3 ] {} HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.125223 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.125274 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.05.30 04:09:59.127904 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} oximeter.fields_i16 (bde34188-0a36-4d4e-a206-4bfc2074cb77): Loading data parts 2024.05.30 04:09:59.128185 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} oximeter.fields_i16 (bde34188-0a36-4d4e-a206-4bfc2074cb77): There are no data parts 2024.05.30 04:09:59.129474 [ 3 ] {7ae18aef-f784-4f5b-a372-3828cbdebf37} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.129498 [ 3 ] {} HTTP-Session: 97918005-2744-45c7-9f92-adc5c800cb00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.129604 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.129663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.129681 [ 3 ] {} HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.129702 [ 3 ] {} HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.129721 [ 3 ] {} HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.129749 [ 3 ] {} HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.129885 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.129929 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.05.30 04:09:59.139949 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Loading data parts 2024.05.30 04:09:59.140219 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): There are no data parts 2024.05.30 04:09:59.142840 [ 3 ] {f2e11219-e73c-4d8f-b2ee-cad31fc385d5} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.142874 [ 3 ] {} HTTP-Session: fc2ed42d-8f1f-4bc0-bceb-7314b314e56e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.143009 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.143129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.143155 [ 3 ] {} HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.143182 [ 3 ] {} HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.143195 [ 3 ] {} HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.143230 [ 3 ] {} HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.143374 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.143418 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.05.30 04:09:59.152405 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} oximeter.fields_i32 (3198717c-de2f-434c-bb53-3f7abef4c20d): Loading data parts 2024.05.30 04:09:59.152563 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} oximeter.fields_i32 (3198717c-de2f-434c-bb53-3f7abef4c20d): There are no data parts 2024.05.30 04:09:59.166250 [ 3 ] {4607cabf-98e6-47c3-9d39-05d50217103f} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.166299 [ 3 ] {} HTTP-Session: 6065fe9a-5942-4b20-a250-0e4d33f43d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.166424 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.166496 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.166535 [ 3 ] {} HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.166555 [ 3 ] {} HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.166584 [ 3 ] {} HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.166632 [ 3 ] {} HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.166813 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.166881 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.05.30 04:09:59.168987 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} oximeter.fields_u32 (850ede4d-1641-456e-99c2-5055f20a4c3f): Loading data parts 2024.05.30 04:09:59.169222 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} oximeter.fields_u32 (850ede4d-1641-456e-99c2-5055f20a4c3f): There are no data parts 2024.05.30 04:09:59.179708 [ 3 ] {1c2f49ed-6f42-41c5-bc4d-a0d0f94ef567} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.179737 [ 3 ] {} HTTP-Session: d4913bbf-5a48-49af-bbda-7a769e453603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.179871 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.179945 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.179982 [ 3 ] {} HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.180005 [ 3 ] {} HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.180036 [ 3 ] {} HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.180072 [ 3 ] {} HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.180294 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.180340 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.05.30 04:09:59.182703 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Loading data parts 2024.05.30 04:09:59.182917 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): There are no data parts 2024.05.30 04:09:59.196548 [ 3 ] {1d0f6644-a276-43ad-afb1-38ba89299551} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.196578 [ 3 ] {} HTTP-Session: f0f72b05-fcf1-4d2b-9907-97ae3d5c9f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.196755 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.196825 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.196871 [ 3 ] {} HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.196890 [ 3 ] {} HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.196914 [ 3 ] {} HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.196958 [ 3 ] {} HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.197125 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.197184 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.05.30 04:09:59.200948 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} oximeter.fields_u64 (cd515c19-a0b2-4ba0-b366-7015be705475): Loading data parts 2024.05.30 04:09:59.201084 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} oximeter.fields_u64 (cd515c19-a0b2-4ba0-b366-7015be705475): There are no data parts 2024.05.30 04:09:59.202478 [ 3 ] {ae6c4b95-9828-4219-ac42-6c0f527d2c94} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.202503 [ 3 ] {} HTTP-Session: 9b8ad789-6a0f-45bb-8b68-08461c60cbd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.202637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.202682 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.202700 [ 3 ] {} HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.202726 [ 3 ] {} HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.202739 [ 3 ] {} HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.202767 [ 3 ] {} HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.202905 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.202942 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.05.30 04:09:59.210679 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Loading data parts 2024.05.30 04:09:59.210826 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): There are no data parts 2024.05.30 04:09:59.212597 [ 3 ] {99b1e9a8-74c1-4e3c-b8bc-caefc58ddd1f} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.212622 [ 3 ] {} HTTP-Session: 335116e1-0cbd-4be6-965f-2134b706d2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.212727 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.212772 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.212791 [ 3 ] {} HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.212806 [ 3 ] {} HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.212819 [ 3 ] {} HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.212847 [ 3 ] {} HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.212979 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.213016 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.05.30 04:09:59.215678 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Loading data parts 2024.05.30 04:09:59.215818 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): There are no data parts 2024.05.30 04:09:59.217140 [ 3 ] {7c276cf2-cb99-4755-8dc5-fb9c005e00a1} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.217166 [ 3 ] {} HTTP-Session: 1b6b6331-c207-41c1-bd25-9fcfd3cfd61a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.217275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.217385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.217403 [ 3 ] {} HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.217419 [ 3 ] {} HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.217432 [ 3 ] {} HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.217460 [ 3 ] {} HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.217595 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} executeQuery: (from [fd00:1122:3344:101::d]:47581) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.30 04:09:59.217633 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.05.30 04:09:59.227278 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Loading data parts 2024.05.30 04:09:59.227481 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): There are no data parts 2024.05.30 04:09:59.229437 [ 3 ] {0bfb7d1c-5b50-4dcb-98f0-608d48812ba6} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.229462 [ 3 ] {} HTTP-Session: 28b92556-1f6b-45e7-b528-73955c785d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.229565 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.229610 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.229628 [ 3 ] {} HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.229644 [ 3 ] {} HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.229658 [ 3 ] {} HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.229685 [ 3 ] {} HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.229880 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} executeQuery: (from [fd00:1122:3344:101::d]:47581) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2024.05.30 04:09:59.229937 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.05.30 04:09:59.232776 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Loading data parts 2024.05.30 04:09:59.232920 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): There are no data parts 2024.05.30 04:09:59.234268 [ 3 ] {720436bc-c29a-4ffb-bca9-190680d4ec4c} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.234293 [ 3 ] {} HTTP-Session: 46dac406-4cd1-49ae-a9a4-cb79edd2e893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.234468 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47581, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:09:59.234512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:09:59.234530 [ 3 ] {} HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Authenticating user 'default' from [fd00:1122:3344:101::d]:47581 2024.05.30 04:09:59.234546 [ 3 ] {} HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.234559 [ 3 ] {} HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:09:59.234587 [ 3 ] {} HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:09:59.234745 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} executeQuery: (from [fd00:1122:3344:101::d]:47581) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.05.30 04:09:59.236528 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.05.30 04:09:59.240493 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} oximeter.version (6327a087-8987-4566-8890-38b8e71db229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:09:59.240529 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. 2024.05.30 04:09:59.245093 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:09:59.246236 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} oximeter.version (6327a087-8987-4566-8890-38b8e71db229): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:09:59.246593 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} executeQuery: Read 1 rows, 16.00 B in 0.011873 sec., 84.22471153036301 rows/sec., 1.32 KiB/sec. 2024.05.30 04:09:59.246748 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} DynamicQueryHandler: Done processing query 2024.05.30 04:09:59.246771 [ 3 ] {263279a5-1ccf-4906-9519-37fbdf39d196} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.30 04:09:59.246791 [ 3 ] {} HTTP-Session: 2c0e74de-54ec-401f-8e9d-801d3ba7112c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:00.003605 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 171.45 MiB, peak 176.59 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 2.26 MiB 2024.05.30 04:10:13.102148 [ 59 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:10:13.102221 [ 59 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:10:24.354074 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.354202 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.354229 [ 3 ] {} HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.354256 [ 3 ] {} HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.354274 [ 3 ] {} HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.354324 [ 3 ] {} HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.354512 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:24.354925 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:24.355073 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:24.360372 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.360402 [ 3 ] {66069bb3-841c-47a3-b090-c5b140c50e40} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:24.360417 [ 3 ] {} HTTP-Session: 83795236-6fcd-4a04-bad6-b1618a89a90c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.365361 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.365416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.365435 [ 3 ] {} HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.365452 [ 3 ] {} HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.365467 [ 3 ] {} HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.365500 [ 3 ] {} HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.365715 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:24.373575 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:24.373747 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:24.374918 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.374943 [ 3 ] {eafdf2ab-d107-4e71-bc20-eb55b19610d5} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:24.374957 [ 3 ] {} HTTP-Session: ef590252-1e71-427a-b22f-3709c5cbf819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.375299 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.375344 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.375362 [ 3 ] {} HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.375377 [ 3 ] {} HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.375390 [ 3 ] {} HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.375418 [ 3 ] {} HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.375529 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:24.375921 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:24.375970 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:24.376907 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.376930 [ 3 ] {f6e49126-f32b-4d73-82f9-dbde53411ae1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:24.376945 [ 3 ] {} HTTP-Session: 8154ac47-5c8c-4933-8536-2c5b7bf4cac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.377133 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.377177 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.377196 [ 3 ] {} HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.377211 [ 3 ] {} HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.377225 [ 3 ] {} HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.377253 [ 3 ] {} HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.377365 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:24.377656 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:24.377771 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:24.378600 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.378624 [ 3 ] {8a8575d6-80ab-4d0c-8758-4576c9878f65} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:24.378639 [ 3 ] {} HTTP-Session: 87605ae2-a4e0-446f-bfce-27a02f447805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.379409 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.379454 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.379472 [ 3 ] {} HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.379487 [ 3 ] {} HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.379500 [ 3 ] {} HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.379528 [ 3 ] {} HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.379629 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:24.379737 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:24.379914 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:24.380401 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:24.380438 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:24.381013 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:24.381301 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:24.381465 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} executeQuery: Read 4 rows, 521.00 B in 0.001847 sec., 2165.674066053059 rows/sec., 275.47 KiB/sec. 2024.05.30 04:10:24.381812 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.381835 [ 3 ] {89027631-08fc-4273-95db-fe1e74ebf749} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:10:24.381850 [ 3 ] {} HTTP-Session: 505d205c-9c42-4013-a8b9-de613ddd3aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.381944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.381989 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.382007 [ 3 ] {} HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.382022 [ 3 ] {} HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.382035 [ 3 ] {} HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.382075 [ 3 ] {} HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.382169 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:24.382209 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:24.382337 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:24.383227 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:24.383259 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:24.383535 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:24.383879 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:24.384019 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} executeQuery: Read 4 rows, 345.00 B in 0.00185 sec., 2162.162162162162 rows/sec., 182.12 KiB/sec. 2024.05.30 04:10:24.384247 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.384270 [ 3 ] {b7e341cc-21c6-4017-a3a3-0e7633ca78b5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:10:24.384284 [ 3 ] {} HTTP-Session: 1d9b3384-7af1-421e-a0af-02e0a2b9625c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.384400 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.384445 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.384463 [ 3 ] {} HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.384478 [ 3 ] {} HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.384491 [ 3 ] {} HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.384519 [ 3 ] {} HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.384609 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:24.384649 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:24.385325 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:24.385627 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:24.385661 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:24.386494 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:24.386862 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:24.387001 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} executeQuery: Read 8 rows, 658.00 B in 0.002359 sec., 3391.267486222976 rows/sec., 272.39 KiB/sec. 2024.05.30 04:10:24.387154 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.387177 [ 3 ] {0c88bd0c-52d4-4fb8-8d96-1c7d1f002a45} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:10:24.387191 [ 3 ] {} HTTP-Session: 490ec76e-1841-4e82-a5d8-54e175d7cad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.387296 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.387342 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.387359 [ 3 ] {} HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.387374 [ 3 ] {} HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.387387 [ 3 ] {} HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.387415 [ 3 ] {} HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.387505 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:24.387548 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:24.387677 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:24.388638 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:24.388681 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:24.389295 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:24.389620 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:24.389834 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} executeQuery: Read 8 rows, 624.00 B in 0.002296 sec., 3484.3205574912895 rows/sec., 265.41 KiB/sec. 2024.05.30 04:10:24.390099 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.390122 [ 3 ] {be0d1b2a-c210-4ab3-a3ad-879c70bb1d18} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:10:24.390138 [ 3 ] {} HTTP-Session: a514f395-f4a8-4bb9-89f2-7fddfa470b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.390251 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:24.390298 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:24.390317 [ 3 ] {} HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:24.390332 [ 3 ] {} HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.390344 [ 3 ] {} HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:24.390375 [ 3 ] {} HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:24.390471 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:24.390514 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:24.390653 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:24.390974 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:24.391009 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:24.391338 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:24.391636 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:24.391826 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} executeQuery: Read 8 rows, 516.00 B in 0.001332 sec., 6006.006006006006 rows/sec., 378.31 KiB/sec. 2024.05.30 04:10:24.391982 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} DynamicQueryHandler: Done processing query 2024.05.30 04:10:24.392005 [ 3 ] {68d00de1-6e63-4b45-9965-d5b20f5b1bfd} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.30 04:10:24.392020 [ 3 ] {} HTTP-Session: 5f7742c6-c5e1-4c03-abfd-48dc65c8622c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:28.102532 [ 100 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:10:28.102585 [ 100 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:10:29.353695 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.353825 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.353852 [ 3 ] {} HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.353877 [ 3 ] {} HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.353893 [ 3 ] {} HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.354008 [ 3 ] {} HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.354225 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.354631 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.354703 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.354930 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.357073 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.359551 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.05.30 04:10:29.363074 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.363133 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.363156 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.363276 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.363304 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.369422 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} executeQuery: Read 4 rows, 169.00 B in 0.015246 sec., 262.3638987275351 rows/sec., 10.83 KiB/sec. 2024.05.30 04:10:29.369708 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.369738 [ 3 ] {3cf729c5-fd80-4957-913f-fe4be4d3a827} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.369757 [ 3 ] {} HTTP-Session: 757fd0ae-6fd9-423c-b296-b5bf2057867b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.369990 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.370105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.370123 [ 3 ] {} HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.370138 [ 3 ] {} HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.370151 [ 3 ] {} HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.370183 [ 3 ] {} HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.370313 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.370534 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.370565 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.370756 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.370817 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.370945 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.05.30 04:10:29.370976 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.370998 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.371079 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.371116 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.371135 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.371983 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} executeQuery: Read 4 rows, 169.00 B in 0.00174 sec., 2298.8505747126437 rows/sec., 94.85 KiB/sec. 2024.05.30 04:10:29.372290 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.372313 [ 3 ] {31eb8db6-fbc0-421e-9fb9-faf2365d2c0e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.372328 [ 3 ] {} HTTP-Session: 659621d2-5a3b-4024-8d9c-efcd36b28dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.372634 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.372680 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.372698 [ 3 ] {} HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.372712 [ 3 ] {} HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.372725 [ 3 ] {} HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.372754 [ 3 ] {} HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.372872 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.373154 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.373184 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.373375 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.373437 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.373565 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.05.30 04:10:29.373596 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.373617 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.373632 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.373669 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.373688 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.374600 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} executeQuery: Read 4 rows, 169.00 B in 0.001754 sec., 2280.501710376283 rows/sec., 94.09 KiB/sec. 2024.05.30 04:10:29.374810 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.374832 [ 3 ] {b6d821cc-fff4-403e-9198-dcea52b1c1a1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.374847 [ 3 ] {} HTTP-Session: 7e0129ee-f9c0-44e7-97c4-3a62a4fea199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.375114 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.375159 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.375178 [ 3 ] {} HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.375193 [ 3 ] {} HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.375206 [ 3 ] {} HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.375235 [ 3 ] {} HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.375353 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.375572 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.375603 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.375798 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.375859 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.375986 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.05.30 04:10:29.376016 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.376105 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.376120 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.376158 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.376177 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.376901 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} executeQuery: Read 4 rows, 169.00 B in 0.001633 sec., 2449.479485609308 rows/sec., 101.06 KiB/sec. 2024.05.30 04:10:29.377199 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.377223 [ 3 ] {554d9475-51c9-4ff5-a6ac-80ef50aae77e} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.377238 [ 3 ] {} HTTP-Session: 290dad17-9784-48d0-acb4-728b61fad192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.377443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.377489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.377507 [ 3 ] {} HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.377522 [ 3 ] {} HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.377535 [ 3 ] {} HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.377565 [ 3 ] {} HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.377684 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.377905 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.377937 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.378203 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.378263 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.378390 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.05.30 04:10:29.378421 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.378443 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.378458 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.378496 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.378515 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.379328 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} executeQuery: Read 4 rows, 169.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 99.06 KiB/sec. 2024.05.30 04:10:29.379534 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.379558 [ 3 ] {f3bf3a2a-bd1a-4d74-b781-5789cc23df41} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.379573 [ 3 ] {} HTTP-Session: b28dc18d-56bb-4d45-b5a4-686c644700b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.379769 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.379814 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.379833 [ 3 ] {} HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.379848 [ 3 ] {} HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.379861 [ 3 ] {} HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.379891 [ 3 ] {} HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.380009 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.380297 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.380329 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.380531 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.380589 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.380715 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.05.30 04:10:29.380746 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.380767 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.380782 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.380819 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.380838 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.381700 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} executeQuery: Read 4 rows, 169.00 B in 0.001715 sec., 2332.3615160349855 rows/sec., 96.23 KiB/sec. 2024.05.30 04:10:29.381921 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.381943 [ 3 ] {e43ca31c-11f2-48da-a5de-a02b02070941} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.381959 [ 3 ] {} HTTP-Session: ed0fa655-bb69-4ce7-adaa-cf2ee2bd297a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.382219 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.382264 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.382283 [ 3 ] {} HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.382298 [ 3 ] {} HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.382310 [ 3 ] {} HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.382340 [ 3 ] {} HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.382461 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.382684 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.382716 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.382919 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.382978 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.383169 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.05.30 04:10:29.383200 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.383221 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.383236 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.383273 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.383292 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.384167 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} executeQuery: Read 4 rows, 169.00 B in 0.001734 sec., 2306.8050749711647 rows/sec., 95.18 KiB/sec. 2024.05.30 04:10:29.384378 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.384401 [ 3 ] {3763c304-7511-41df-a5f3-8de99a9486cd} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.384416 [ 3 ] {} HTTP-Session: d9a3da11-851d-404c-969d-394b0ff5433d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.384622 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.384667 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.384685 [ 3 ] {} HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.384700 [ 3 ] {} HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.384713 [ 3 ] {} HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.384741 [ 3 ] {} HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.384863 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.385154 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.385186 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.385398 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.385458 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.385585 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 11-element set) 2024.05.30 04:10:29.385615 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.385637 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.385652 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.385689 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.385709 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.386488 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} executeQuery: Read 4 rows, 169.00 B in 0.001649 sec., 2425.712553062462 rows/sec., 100.08 KiB/sec. 2024.05.30 04:10:29.386709 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.386732 [ 3 ] {ee946496-f18d-4781-814f-be3b3088442a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.386748 [ 3 ] {} HTTP-Session: 00fed310-6546-4ed1-a19c-7b0ac7bb53f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.386959 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.387012 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.387030 [ 3 ] {} HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.387046 [ 3 ] {} HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.387124 [ 3 ] {} HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.387153 [ 3 ] {} HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.387276 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.387503 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.387537 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.387748 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.387809 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.387933 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 12-element set) 2024.05.30 04:10:29.387964 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.387985 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.388001 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.388038 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.388057 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.388859 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} executeQuery: Read 4 rows, 169.00 B in 0.001673 sec., 2390.914524805738 rows/sec., 98.65 KiB/sec. 2024.05.30 04:10:29.389133 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.389159 [ 3 ] {eb1fc291-3b76-416a-b630-01a7c92f6af6} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.389174 [ 3 ] {} HTTP-Session: 428bfcbf-6d90-4c88-a953-fcf493ed8348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.389372 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.389418 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.389436 [ 3 ] {} HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.389451 [ 3 ] {} HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.389465 [ 3 ] {} HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.389493 [ 3 ] {} HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.389617 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.389845 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.389878 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.390162 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.390222 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.390349 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 13-element set) 2024.05.30 04:10:29.390380 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.390401 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.390416 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.390454 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.390474 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.391368 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} executeQuery: Read 4 rows, 169.00 B in 0.00178 sec., 2247.191011235955 rows/sec., 92.72 KiB/sec. 2024.05.30 04:10:29.391603 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.391626 [ 3 ] {ac434d4c-2e27-48fc-b094-1a653b2e2009} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.391642 [ 3 ] {} HTTP-Session: d9ba967c-0cad-4411-9828-d741c9a392d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.391838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.391884 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.391903 [ 3 ] {} HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.391918 [ 3 ] {} HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.391932 [ 3 ] {} HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.391960 [ 3 ] {} HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.392151 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.392385 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.392419 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.392640 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.392700 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.392826 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2024.05.30 04:10:29.392856 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.392878 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.392893 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.392931 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.392950 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.393788 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} executeQuery: Read 4 rows, 169.00 B in 0.001735 sec., 2305.4755043227665 rows/sec., 95.12 KiB/sec. 2024.05.30 04:10:29.393998 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.394021 [ 3 ] {30eaf454-e236-4f09-bd19-f9acd130b870} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.394036 [ 3 ] {} HTTP-Session: ce95a473-0460-4ffc-a20c-2755cd5ffe10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.394302 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.394348 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.394366 [ 3 ] {} HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.394381 [ 3 ] {} HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.394394 [ 3 ] {} HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.394424 [ 3 ] {} HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.394548 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.394782 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.394817 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.395040 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.395167 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.395291 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2024.05.30 04:10:29.395322 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.395343 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.395359 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.395396 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.395415 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.396167 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} executeQuery: Read 4 rows, 169.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 100.39 KiB/sec. 2024.05.30 04:10:29.396388 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.396411 [ 3 ] {fa5ece20-2d2a-495e-a047-aa3d3d2b0773} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.396426 [ 3 ] {} HTTP-Session: aaa6f1fe-303d-48ae-a056-102c6b1e2f0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.396615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.396661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.396679 [ 3 ] {} HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.396694 [ 3 ] {} HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.396707 [ 3 ] {} HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.396736 [ 3 ] {} HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.396860 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.397159 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.397194 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.397418 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.397478 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.397605 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2024.05.30 04:10:29.397636 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.397657 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.397672 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.397710 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.397730 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.398617 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} executeQuery: Read 4 rows, 169.00 B in 0.001789 sec., 2235.8859698155393 rows/sec., 92.25 KiB/sec. 2024.05.30 04:10:29.398831 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.398854 [ 3 ] {ac6b9922-7096-4945-90dd-4fbb42fa0301} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.398869 [ 3 ] {} HTTP-Session: a59a7488-5dfd-4ea1-8483-bb01c3781e78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.399063 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.399176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.399194 [ 3 ] {} HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.399209 [ 3 ] {} HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.399222 [ 3 ] {} HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.399251 [ 3 ] {} HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.399379 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:29.399615 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:29.399650 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:29.399879 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.399939 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:29.400067 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2024.05.30 04:10:29.400097 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:29.400184 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.30 04:10:29.400199 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:29.400237 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:29.400257 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.05.30 04:10:29.401187 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} executeQuery: Read 4 rows, 169.00 B in 0.001835 sec., 2179.8365122615805 rows/sec., 89.94 KiB/sec. 2024.05.30 04:10:29.401420 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.401443 [ 3 ] {ae3d9d7d-ff46-4779-90be-e712112a20eb} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.30 04:10:29.401457 [ 3 ] {} HTTP-Session: c8b1b882-5594-47fc-a2f4-a2ddea653936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.404331 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.404385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.404407 [ 3 ] {} HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.404426 [ 3 ] {} HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.404441 [ 3 ] {} HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.404477 [ 3 ] {} HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.404609 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:29.404660 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:29.404845 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:29.405257 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:29.405291 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:29.405723 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:10:29.406009 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:29.406225 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} executeQuery: Read 14 rows, 2.01 KiB in 0.001636 sec., 8557.457212713936 rows/sec., 1.20 MiB/sec. 2024.05.30 04:10:29.406380 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.406404 [ 3 ] {f4c72e68-a652-4db9-bafb-28f1167cca2c} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:10:29.406419 [ 3 ] {} HTTP-Session: a1a24040-f126-4017-9884-a3c2daf97dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.406521 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.406567 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.406585 [ 3 ] {} HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.406600 [ 3 ] {} HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.406613 [ 3 ] {} HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.406642 [ 3 ] {} HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.406743 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:29.406782 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:29.406898 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:29.407295 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:29.407326 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:29.407611 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:10:29.407889 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:29.408007 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} executeQuery: Read 30 rows, 2.40 KiB in 0.001308 sec., 22935.779816513765 rows/sec., 1.79 MiB/sec. 2024.05.30 04:10:29.408310 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.408334 [ 3 ] {19458393-e29a-4b06-8582-f3a5ba271381} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:29.408349 [ 3 ] {} HTTP-Session: 3e9a7867-4b30-4ed9-af90-cc3e051943b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.408483 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 6144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.408529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.408547 [ 3 ] {} HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.408563 [ 3 ] {} HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.408576 [ 3 ] {} HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.408606 [ 3 ] {} HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.408705 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:29.408747 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:29.408876 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:29.409226 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:29.409259 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:29.409538 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:10:29.409817 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:29.409931 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} executeQuery: Read 36 rows, 2.88 KiB in 0.00127 sec., 28346.456692913383 rows/sec., 2.21 MiB/sec. 2024.05.30 04:10:29.410076 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.410099 [ 3 ] {4602a8b5-14d1-41d2-8053-88667001b5b6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:29.410114 [ 3 ] {} HTTP-Session: a050867e-758c-4c2f-8557-82c8794593f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.410332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.410377 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.410395 [ 3 ] {} HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.410410 [ 3 ] {} HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.410423 [ 3 ] {} HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.410453 [ 3 ] {} HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.410563 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:29.410606 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:29.410743 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:29.411053 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:29.411087 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:29.411506 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:10:29.411815 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:29.411930 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} executeQuery: Read 60 rows, 4.31 KiB in 0.001432 sec., 41899.44134078213 rows/sec., 2.94 MiB/sec. 2024.05.30 04:10:29.412083 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.412106 [ 3 ] {8c2785d5-2f43-49c0-919b-9f8fccd8e6cd} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:10:29.412121 [ 3 ] {} HTTP-Session: d15ecc5e-5bad-46ab-b61d-9d586dac09dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.412312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:29.412358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:29.412375 [ 3 ] {} HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:29.412390 [ 3 ] {} HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.412403 [ 3 ] {} HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:29.412432 [ 3 ] {} HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:29.412529 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:29.412570 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:29.412687 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:29.412942 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:29.412976 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. 2024.05.30 04:10:29.413375 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:10:29.413665 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:29.413776 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} executeQuery: Read 30 rows, 2.04 KiB in 0.001291 sec., 23237.800154918667 rows/sec., 1.54 MiB/sec. 2024.05.30 04:10:29.413922 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} DynamicQueryHandler: Done processing query 2024.05.30 04:10:29.413945 [ 3 ] {fa2c12b0-4df9-403d-9743-29e5a5f917b5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:10:29.413960 [ 3 ] {} HTTP-Session: 6cc117c6-bacd-4d5f-bd06-2c5c4a1eab8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.374282 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:34.374463 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:34.374485 [ 3 ] {} HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:34.374506 [ 3 ] {} HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.374519 [ 3 ] {} HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.374565 [ 3 ] {} HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:34.374739 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:34.374799 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:34.374967 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:34.375456 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:34.375493 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:34.375823 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:10:34.376124 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:34.376257 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} executeQuery: Read 30 rows, 2.40 KiB in 0.001606 sec., 18679.950186799502 rows/sec., 1.46 MiB/sec. 2024.05.30 04:10:34.376604 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} DynamicQueryHandler: Done processing query 2024.05.30 04:10:34.376629 [ 3 ] {f02fc418-575d-436f-920b-0803781b380e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:34.376645 [ 3 ] {} HTTP-Session: 999f8124-8049-49af-9b1a-d88938e73666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.376803 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 6144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:34.376851 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:34.376869 [ 3 ] {} HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:34.376887 [ 3 ] {} HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.376900 [ 3 ] {} HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.376930 [ 3 ] {} HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:34.377036 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:34.377078 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:34.377212 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:34.377589 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:34.377622 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:34.377906 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:10:34.378187 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:34.378299 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} executeQuery: Read 36 rows, 2.88 KiB in 0.001311 sec., 27459.954233409608 rows/sec., 2.14 MiB/sec. 2024.05.30 04:10:34.378508 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} DynamicQueryHandler: Done processing query 2024.05.30 04:10:34.378553 [ 3 ] {7da921bc-8387-4d4a-94ab-c7b502e587ec} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:34.378568 [ 3 ] {} HTTP-Session: 023e2f47-0056-436a-afbe-2f41adc835d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.378742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:34.378787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:34.378806 [ 3 ] {} HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:34.378821 [ 3 ] {} HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.378833 [ 3 ] {} HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.378862 [ 3 ] {} HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:34.378974 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:34.379021 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:34.379175 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:34.379590 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:34.379664 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:34.380090 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:10:34.380556 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:34.380693 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} executeQuery: Read 60 rows, 4.31 KiB in 0.001734 sec., 34602.07612456747 rows/sec., 2.43 MiB/sec. 2024.05.30 04:10:34.380895 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} DynamicQueryHandler: Done processing query 2024.05.30 04:10:34.380926 [ 3 ] {89b2021b-bf2a-411c-bef5-4a0d44650f5c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:10:34.380949 [ 3 ] {} HTTP-Session: eeb0a900-2e8f-4765-a0ce-63932f1a7fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.381120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:34.381171 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:34.381190 [ 3 ] {} HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:34.381206 [ 3 ] {} HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.381226 [ 3 ] {} HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:34.381261 [ 3 ] {} HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:34.381375 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:34.381492 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:34.381711 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:34.382072 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:34.382110 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:34.382674 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:10:34.383142 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:34.383304 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} executeQuery: Read 30 rows, 2.04 KiB in 0.001956 sec., 15337.423312883437 rows/sec., 1.02 MiB/sec. 2024.05.30 04:10:34.383556 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} DynamicQueryHandler: Done processing query 2024.05.30 04:10:34.383587 [ 3 ] {735aab01-d0ca-4ed2-a954-e7138eeac73d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:10:34.383608 [ 3 ] {} HTTP-Session: 10d11862-4bf2-49e1-a6e5-c05c5b20b2a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.396101 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:39.396289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:39.396316 [ 3 ] {} HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:39.396341 [ 3 ] {} HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.396356 [ 3 ] {} HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.396407 [ 3 ] {} HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:39.396603 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:39.396667 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:39.396908 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:39.397377 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:39.397425 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:39.397785 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:10:39.398259 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:39.398448 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} executeQuery: Read 56 rows, 4.38 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.27 MiB/sec. 2024.05.30 04:10:39.398676 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} DynamicQueryHandler: Done processing query 2024.05.30 04:10:39.398710 [ 3 ] {2005c755-5156-41fc-98e2-3c2cf31c74f9} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:10:39.398733 [ 3 ] {} HTTP-Session: f52c4e43-ac67-40f0-9d69-a8367463d4cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.399005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:39.399062 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:39.399084 [ 3 ] {} HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:39.399105 [ 3 ] {} HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.399118 [ 3 ] {} HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.399153 [ 3 ] {} HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:39.399289 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:39.399339 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:39.399470 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:39.399796 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:39.399902 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:39.400212 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:10:39.400513 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:39.400674 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} executeQuery: Read 64 rows, 5.12 KiB in 0.001454 sec., 44016.506189821186 rows/sec., 3.44 MiB/sec. 2024.05.30 04:10:39.400986 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} DynamicQueryHandler: Done processing query 2024.05.30 04:10:39.401012 [ 3 ] {652ba6d4-6d3b-411d-8c3b-7b2da8f1b5fb} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:10:39.401029 [ 3 ] {} HTTP-Session: 3543df6f-ef96-42ad-9a87-b44eee625883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.401285 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 26751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:39.401334 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:39.401355 [ 3 ] {} HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:39.401373 [ 3 ] {} HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.401387 [ 3 ] {} HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.401418 [ 3 ] {} HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:39.401569 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:39.401624 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:39.401813 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:39.402252 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:39.402287 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:39.402726 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:10:39.403177 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:39.403326 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} executeQuery: Read 140 rows, 9.99 KiB in 0.001793 sec., 78081.42777467931 rows/sec., 5.44 MiB/sec. 2024.05.30 04:10:39.403504 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} DynamicQueryHandler: Done processing query 2024.05.30 04:10:39.403528 [ 3 ] {22bac045-7b07-4453-adf8-9ea9580cdf3f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:10:39.403545 [ 3 ] {} HTTP-Session: c3333ea3-ad59-4301-babb-a2014c9bfb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.403666 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 8191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:39.403717 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:39.403737 [ 3 ] {} HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:39.403754 [ 3 ] {} HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.403767 [ 3 ] {} HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:39.403796 [ 3 ] {} HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:39.403973 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:39.404018 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:39.404142 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:39.404467 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:39.404510 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:39.404947 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:10:39.405282 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:39.405438 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} executeQuery: Read 54 rows, 3.72 KiB in 0.001526 sec., 35386.631716906944 rows/sec., 2.38 MiB/sec. 2024.05.30 04:10:39.405593 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} DynamicQueryHandler: Done processing query 2024.05.30 04:10:39.405619 [ 3 ] {bdaf6a2b-7794-4a77-a270-6414c60d9816} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:10:39.405634 [ 3 ] {} HTTP-Session: 31a9d364-3d95-46ca-bdf4-cfcc3ba7ca12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:43.102832 [ 88 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:10:43.102887 [ 88 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:10:44.413407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:44.413586 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:44.413622 [ 3 ] {} HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:44.413655 [ 3 ] {} HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.413677 [ 3 ] {} HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.413739 [ 3 ] {} HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:44.413983 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:44.414065 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:44.414391 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:44.414898 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:44.414950 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:44.415456 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:10:44.415866 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:44.416022 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} executeQuery: Read 56 rows, 4.38 KiB in 0.002127 sec., 26328.161730136344 rows/sec., 2.01 MiB/sec. 2024.05.30 04:10:44.416228 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} DynamicQueryHandler: Done processing query 2024.05.30 04:10:44.416326 [ 3 ] {963d581a-3c41-4b65-ba6c-1e80b12f53e3} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:10:44.416343 [ 3 ] {} HTTP-Session: 7df89fe8-e64a-4090-b5d0-55e907683f2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.416523 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:44.416578 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:44.416597 [ 3 ] {} HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:44.416613 [ 3 ] {} HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.416626 [ 3 ] {} HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.416661 [ 3 ] {} HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:44.416784 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:44.416832 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:44.416961 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:44.417392 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:44.417430 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:44.417764 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:10:44.418078 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:44.418203 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} executeQuery: Read 64 rows, 5.12 KiB in 0.001492 sec., 42895.442359249326 rows/sec., 3.35 MiB/sec. 2024.05.30 04:10:44.418446 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} DynamicQueryHandler: Done processing query 2024.05.30 04:10:44.418473 [ 3 ] {3de07c4f-94d4-4434-8791-e7b54d771354} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:10:44.418490 [ 3 ] {} HTTP-Session: 47e13e21-faa0-4b8d-8ee2-1e13ff8e2068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.418758 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:44.418809 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:44.418827 [ 3 ] {} HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:44.418845 [ 3 ] {} HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.418859 [ 3 ] {} HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.418889 [ 3 ] {} HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:44.419033 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:44.419081 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:44.419215 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:44.419784 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:44.419826 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:44.420366 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:10:44.420720 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:44.420873 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001884 sec., 84925.69002123142 rows/sec., 5.91 MiB/sec. 2024.05.30 04:10:44.421061 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} DynamicQueryHandler: Done processing query 2024.05.30 04:10:44.421087 [ 3 ] {7fc0dae5-d8fe-4f9a-a8a8-81bd276656b1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:10:44.421103 [ 3 ] {} HTTP-Session: 74a117da-e568-4dcf-a292-b59869ae00f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.421246 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:44.421366 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:44.421386 [ 3 ] {} HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:44.421403 [ 3 ] {} HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.421416 [ 3 ] {} HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:44.421446 [ 3 ] {} HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:44.421580 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:44.421625 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:44.421752 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:44.422096 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:44.422132 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:44.422561 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:10:44.422901 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:44.423056 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001546 sec., 38809.831824062094 rows/sec., 2.62 MiB/sec. 2024.05.30 04:10:44.423255 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} DynamicQueryHandler: Done processing query 2024.05.30 04:10:44.423346 [ 3 ] {f16c0787-30c1-40bb-819c-61fb6b9a30e4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:44.423363 [ 3 ] {} HTTP-Session: e7b52050-4cf4-4d4e-8b47-48702f231073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.425093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.425206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.425234 [ 3 ] {} HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.425260 [ 3 ] {} HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.425278 [ 3 ] {} HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.425333 [ 3 ] {} HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.425599 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:49.426057 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:49.426098 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:49.426375 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:49.426452 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:49.426613 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2024.05.30 04:10:49.426819 [ 254 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:49.426825 [ 250 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:49.426980 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.05.30 04:10:49.427011 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:49.429134 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:49.429225 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.30 04:10:49.429284 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.429327 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.430981 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} executeQuery: Read 18 rows, 754.00 B in 0.005444 sec., 3306.3923585598823 rows/sec., 135.25 KiB/sec. 2024.05.30 04:10:49.431468 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.431506 [ 3 ] {a16efaeb-1e94-43c9-b95d-b1757a8cca2e} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.30 04:10:49.431533 [ 3 ] {} HTTP-Session: f66c9941-9071-4d61-8a6b-5211feb64598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.433000 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.433058 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.433078 [ 3 ] {} HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.433097 [ 3 ] {} HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.433111 [ 3 ] {} HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.433146 [ 3 ] {} HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.433320 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:49.433584 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:49.433623 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:49.433947 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:49.434011 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:49.434145 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2024.05.30 04:10:49.434246 [ 256 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:49.434263 [ 257 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:49.434369 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.05.30 04:10:49.434396 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:49.434471 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:49.434491 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.30 04:10:49.434528 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.434566 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.435661 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} executeQuery: Read 18 rows, 754.00 B in 0.002427 sec., 7416.563658838072 rows/sec., 303.39 KiB/sec. 2024.05.30 04:10:49.436036 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.436069 [ 3 ] {d6caf54b-2f40-4a4c-b4c9-c7a40e8a89bb} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.30 04:10:49.436086 [ 3 ] {} HTTP-Session: 94ec377e-8d5f-4e29-80a8-2e3cf217ddbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.436308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.436368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.436392 [ 3 ] {} HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.436413 [ 3 ] {} HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.436430 [ 3 ] {} HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.436469 [ 3 ] {} HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.436608 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:49.436926 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:49.436965 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:49.437213 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:49.437275 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:49.437406 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2024.05.30 04:10:49.437499 [ 250 ] {cd988bb4-0e22-4343-9b39-acce1275121c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:49.437512 [ 253 ] {cd988bb4-0e22-4343-9b39-acce1275121c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:49.437638 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.05.30 04:10:49.437675 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:49.437825 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:49.437846 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.30 04:10:49.437885 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.437925 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.439261 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} executeQuery: Read 18 rows, 754.00 B in 0.002679 sec., 6718.924972004479 rows/sec., 274.85 KiB/sec. 2024.05.30 04:10:49.439554 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.439578 [ 3 ] {cd988bb4-0e22-4343-9b39-acce1275121c} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.30 04:10:49.439593 [ 3 ] {} HTTP-Session: 8cbe3474-e6c7-40de-930f-2ffee1083e45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.439844 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.439891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.439908 [ 3 ] {} HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.439924 [ 3 ] {} HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.439937 [ 3 ] {} HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.439968 [ 3 ] {} HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.440102 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:49.440350 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:49.440389 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:49.440638 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:49.440769 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:49.440897 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2024.05.30 04:10:49.440999 [ 256 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:49.441003 [ 254 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:49.441119 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.05.30 04:10:49.441145 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:49.441218 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:49.441237 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 18 rows with 2 streams 2024.05.30 04:10:49.441273 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.441309 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:49.442584 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} executeQuery: Read 18 rows, 754.00 B in 0.002571 sec., 7001.166861143524 rows/sec., 286.40 KiB/sec. 2024.05.30 04:10:49.442945 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.442967 [ 3 ] {23d73b36-893c-4a01-8c0e-0d96b7a82e73} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.30 04:10:49.442983 [ 3 ] {} HTTP-Session: 7e1828cc-cfcd-4637-8170-794d5f77dfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.449620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.449666 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.449684 [ 3 ] {} HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.449699 [ 3 ] {} HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.449712 [ 3 ] {} HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.449812 [ 3 ] {} HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.449916 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.449960 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:49.450114 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.450474 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.450511 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.451023 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:10:49.451310 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.451472 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} executeQuery: Read 4 rows, 443.00 B in 0.001614 sec., 2478.3147459727384 rows/sec., 268.04 KiB/sec. 2024.05.30 04:10:49.451664 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.451687 [ 3 ] {e00c2d5d-6028-4577-8a45-937bf2e1980a} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:10:49.451702 [ 3 ] {} HTTP-Session: b98ae3de-a7e7-40b2-acff-5e21432cddcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.451868 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.451914 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.451931 [ 3 ] {} HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.451946 [ 3 ] {} HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.451959 [ 3 ] {} HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.451987 [ 3 ] {} HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.452080 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.452120 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:10:49.452235 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.453092 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.453124 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.453415 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:49.453696 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.453903 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} executeQuery: Read 20 rows, 1.62 KiB in 0.001825 sec., 10958.90410958904 rows/sec., 888.27 KiB/sec. 2024.05.30 04:10:49.454143 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.454167 [ 3 ] {45aebeea-954f-4a12-b46a-c12b3aef2c24} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:49.454181 [ 3 ] {} HTTP-Session: df02851c-9615-46b0-a00a-c9b286874344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.454356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.454402 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.454419 [ 3 ] {} HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.454435 [ 3 ] {} HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.454448 [ 3 ] {} HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.454477 [ 3 ] {} HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.454614 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.454655 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:49.454859 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.455255 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.455289 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.455581 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:10:49.455927 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.456064 [ 83 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.30 04:10:49.456075 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} executeQuery: Read 116 rows, 9.80 KiB in 0.001479 sec., 78431.37254901961 rows/sec., 6.47 MiB/sec. 2024.05.30 04:10:49.456142 [ 83 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.456206 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.456352 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.456381 [ 3 ] {75f019dd-1da7-49d8-b3a6-f79875b3b59a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:10:49.456398 [ 3 ] {} HTTP-Session: 43d4711d-858e-4302-9734-124e902b7b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.456568 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.456613 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.456631 [ 3 ] {} HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.456647 [ 3 ] {} HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.456660 [ 3 ] {} HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.456688 [ 3 ] {} HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.456879 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.456921 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:49.457050 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.457378 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.457412 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.457695 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:10:49.458047 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.458190 [ 83 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.30 04:10:49.458194 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} executeQuery: Read 91 rows, 7.29 KiB in 0.001377 sec., 66085.69353667393 rows/sec., 5.17 MiB/sec. 2024.05.30 04:10:49.458236 [ 83 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.458297 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.458498 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.458526 [ 3 ] {2f13037c-eaa2-457c-b621-4a656855fac3} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:10:49.458542 [ 3 ] {} HTTP-Session: cfa11bf8-5635-4a3c-bb3a-aad85a6b3121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.458732 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.458845 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.458863 [ 3 ] {} HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.458878 [ 3 ] {} HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.458891 [ 3 ] {} HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.458920 [ 3 ] {} HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.459055 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.459099 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:49.459246 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.459609 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.459643 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.460059 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:10:49.460366 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.460421 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.30 04:10:49.460424 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.30 04:10:49.460558 [ 83 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.30 04:10:49.460664 [ 83 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.460761 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} executeQuery: Read 160 rows, 11.41 KiB in 0.001767 sec., 90548.95302773062 rows/sec., 6.31 MiB/sec. 2024.05.30 04:10:49.460847 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.461538 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:10:49.461562 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:10:49.461626 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.30 04:10:49.461636 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2024.05.30 04:10:49.461641 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2024.05.30 04:10:49.461668 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.461761 [ 3 ] {e3aeedb8-0d4c-415c-93c8-25a573a7a94b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:10:49.461925 [ 3 ] {} HTTP-Session: 6138005a-9484-4a99-ad18-981e639c399c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.462313 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.462493 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2024.05.30 04:10:49.462555 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.462589 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2024.05.30 04:10:49.462687 [ 3 ] {} HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.462845 [ 3 ] {} HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.462937 [ 3 ] {} HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.463164 [ 3 ] {} HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.463350 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:10:49.463369 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::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.05.30 04:10:49.463505 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2024.05.30 04:10:49.463913 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.464180 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2024.05.30 04:10:49.464188 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:10:49.464255 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2024.05.30 04:10:49.464397 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2024.05.30 04:10:49.465256 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2024.05.30 04:10:49.465442 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2024.05.30 04:10:49.465859 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 91 rows starting from the beginning of the part 2024.05.30 04:10:49.466310 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2024.05.30 04:10:49.466639 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2024.05.30 04:10:49.466671 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.466781 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 116 rows starting from the beginning of the part 2024.05.30 04:10:49.467684 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part 2024.05.30 04:10:49.468345 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2024.05.30 04:10:49.469179 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2024.05.30 04:10:49.469695 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.469888 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.476525 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:49.479512 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.479582 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 4 columns (4 merged, 0 gathered) in 0.021083104 sec., 14181.972445803049 rows/sec., 1.11 MiB/sec. 2024.05.30 04:10:49.479756 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 4 columns (4 merged, 0 gathered) in 0.023381246 sec., 12488.641537752093 rows/sec., 1013.10 KiB/sec. 2024.05.30 04:10:49.480110 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.30 04:10:49.480331 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.30 04:10:49.480530 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} executeQuery: Read 20 rows, 27.64 KiB in 0.016956 sec., 1179.523472517103 rows/sec., 1.59 MiB/sec. 2024.05.30 04:10:49.481738 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.481815 [ 3 ] {ceae59cc-92ee-4fce-890a-862ac397941c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.30 04:10:49.482014 [ 3 ] {} HTTP-Session: 518fe676-6029-4fc1-9cfe-6928ac44df8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.482269 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.482339 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.482436 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.482456 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.482544 [ 3 ] {} HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.482572 [ 203 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_6_1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.30 04:10:49.482622 [ 3 ] {} HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.482672 [ 3 ] {} HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.482718 [ 195 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_6_1} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.30 04:10:49.482810 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.05.30 04:10:49.482831 [ 3 ] {} HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.483005 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.05.30 04:10:49.483109 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.483157 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.30 04:10:49.483338 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.483927 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 5 columns (5 merged, 0 gathered) in 0.022720834 sec., 25879.33171819309 rows/sec., 1.81 MiB/sec. 2024.05.30 04:10:49.484062 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.484114 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.484192 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.30 04:10:49.485074 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:10:49.485155 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.485276 [ 191 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_6_1} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.30 04:10:49.485466 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2024.05.30 04:10:49.485665 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.485845 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} executeQuery: Read 12 rows, 926.00 B in 0.002799 sec., 4287.245444801715 rows/sec., 323.08 KiB/sec. 2024.05.30 04:10:49.486188 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.486211 [ 3 ] {85a7a0a9-60a5-4b88-8b0e-1e5f9d131ee3} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.30 04:10:49.486226 [ 3 ] {} HTTP-Session: 83af8bc6-dfd9-46d0-bcd5-b0105c0073ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.486356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:49.486401 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:49.486418 [ 3 ] {} HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:49.486434 [ 3 ] {} HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.486447 [ 3 ] {} HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.486475 [ 3 ] {} HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:49.486592 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:49.486633 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:49.486770 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:49.487117 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.487150 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.487489 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:10:49.487782 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.488001 [ 83 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.30 04:10:49.488013 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. 2024.05.30 04:10:49.488049 [ 83 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:49.488104 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:49.488281 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.30 04:10:49.488315 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} DynamicQueryHandler: Done processing query 2024.05.30 04:10:49.488360 [ 3 ] {214215ec-971e-49b2-8ae2-b00d4fbc2ba8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:49.488407 [ 3 ] {} HTTP-Session: f1319900-3a6c-45ae-829d-a8738302b2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:49.488504 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:10:49.488540 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2024.05.30 04:10:49.488648 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2024.05.30 04:10:49.488851 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2024.05.30 04:10:49.489056 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part 2024.05.30 04:10:49.489196 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2024.05.30 04:10:49.489320 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2024.05.30 04:10:49.490238 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 4 columns (4 merged, 0 gathered) in 0.002046786 sec., 118234.14856267338 rows/sec., 7.91 MiB/sec. 2024.05.30 04:10:49.490383 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.30 04:10:49.490782 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:49.490861 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_6_1} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.30 04:10:49.490997 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.05.30 04:10:54.440459 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.440558 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.440581 [ 3 ] {} HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.440602 [ 3 ] {} HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.440615 [ 3 ] {} HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.440659 [ 3 ] {} HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.440860 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:54.441284 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:54.441327 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:54.441617 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:54.441692 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:54.441851 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2024.05.30 04:10:54.442014 [ 256 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:54.442205 [ 258 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.30 04:10:54.442186 [ 255 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:54.442363 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.30 04:10:54.442395 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:54.442504 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:54.442525 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.05.30 04:10:54.442563 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.442605 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.442640 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.444755 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} executeQuery: Read 22 rows, 943.00 B in 0.003972 sec., 5538.77139979859 rows/sec., 231.85 KiB/sec. 2024.05.30 04:10:54.445189 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.445214 [ 3 ] {c9d43af7-8f44-405d-b67b-20baecd0c0d1} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.30 04:10:54.445230 [ 3 ] {} HTTP-Session: e2cec863-63f0-4e44-8e9a-17f426d4933a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.445469 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.445518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.445536 [ 3 ] {} HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.445552 [ 3 ] {} HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.445564 [ 3 ] {} HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.445597 [ 3 ] {} HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.445740 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:54.446003 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:54.446042 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:54.446373 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:54.446434 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:54.446566 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2024.05.30 04:10:54.446757 [ 255 ] {d4232f07-6c10-48fc-868d-8362008436a3} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:54.446777 [ 256 ] {d4232f07-6c10-48fc-868d-8362008436a3} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:54.446790 [ 259 ] {d4232f07-6c10-48fc-868d-8362008436a3} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.30 04:10:54.446972 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.30 04:10:54.447000 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:54.447175 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:54.447196 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.05.30 04:10:54.447234 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.447271 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.447307 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.448984 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} executeQuery: Read 22 rows, 943.00 B in 0.003319 sec., 6628.502561012353 rows/sec., 277.46 KiB/sec. 2024.05.30 04:10:54.449433 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.449514 [ 3 ] {d4232f07-6c10-48fc-868d-8362008436a3} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.30 04:10:54.449531 [ 3 ] {} HTTP-Session: 9ab983a7-35b2-42cf-8acd-e159d228b02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.449751 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.449811 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.449835 [ 3 ] {} HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.449858 [ 3 ] {} HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.449876 [ 3 ] {} HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.449915 [ 3 ] {} HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.450153 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:54.450461 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:54.450516 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:54.450818 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:54.450884 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:54.451031 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2024.05.30 04:10:54.451222 [ 263 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:54.451281 [ 255 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.30 04:10:54.451283 [ 256 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:54.451407 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.30 04:10:54.451441 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:54.451546 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:54.451567 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.05.30 04:10:54.451607 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.451648 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.451687 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.453396 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} executeQuery: Read 22 rows, 943.00 B in 0.00333 sec., 6606.606606606607 rows/sec., 276.55 KiB/sec. 2024.05.30 04:10:54.453728 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.453754 [ 3 ] {b683336a-ad9d-4919-8c7e-76d1df67a805} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.30 04:10:54.453770 [ 3 ] {} HTTP-Session: a39f6031-bd3d-465f-8d53-bb33c0b0afbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.454001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.454057 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.454078 [ 3 ] {} HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.454096 [ 3 ] {} HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.454176 [ 3 ] {} HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.454215 [ 3 ] {} HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.454400 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:54.454757 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:54.454799 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:54.455081 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:54.455247 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:54.455421 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2024.05.30 04:10:54.455592 [ 256 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:54.455597 [ 259 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:54.455614 [ 260 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.30 04:10:54.455770 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.30 04:10:54.455840 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:54.455961 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:54.455985 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.05.30 04:10:54.456029 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.456094 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.456211 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.457907 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} executeQuery: Read 22 rows, 943.00 B in 0.003625 sec., 6068.965517241379 rows/sec., 254.04 KiB/sec. 2024.05.30 04:10:54.458298 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.458323 [ 3 ] {8dd41810-ce78-4600-be90-71d9dc790cc9} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.30 04:10:54.458338 [ 3 ] {} HTTP-Session: f0d90e8e-13d2-4da7-a24b-747522a1d61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.458538 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.458586 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.458604 [ 3 ] {} HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.458619 [ 3 ] {} HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.458632 [ 3 ] {} HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.458662 [ 3 ] {} HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.458805 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:54.459068 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:54.459107 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:54.459440 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:54.459502 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:54.459635 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2024.05.30 04:10:54.459765 [ 255 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:54.459794 [ 258 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.30 04:10:54.459795 [ 256 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:54.459927 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.30 04:10:54.459955 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:54.460054 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:54.460073 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.05.30 04:10:54.460110 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.460215 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.460250 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.461865 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} executeQuery: Read 22 rows, 943.00 B in 0.003122 sec., 7046.764894298526 rows/sec., 294.97 KiB/sec. 2024.05.30 04:10:54.462238 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.462262 [ 3 ] {7762ea4d-3e83-4bfb-8a13-3bf58e8a5bcd} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.30 04:10:54.462277 [ 3 ] {} HTTP-Session: 542f5cdb-7d29-4ba6-9ceb-c36aa6771126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.462485 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.462532 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.462550 [ 3 ] {} HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.462565 [ 3 ] {} HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.462577 [ 3 ] {} HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.462606 [ 3 ] {} HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.462742 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:10:54.463006 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:10:54.463046 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:10:54.463380 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:54.463440 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:10:54.463572 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2024.05.30 04:10:54.463749 [ 256 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:10:54.463761 [ 259 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:10:54.463754 [ 261 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.30 04:10:54.463931 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2024.05.30 04:10:54.463954 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:10:54.464051 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:10:54.464070 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 22 rows with 3 streams 2024.05.30 04:10:54.464107 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.464212 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.464249 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:10:54.465865 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} executeQuery: Read 22 rows, 943.00 B in 0.003187 sec., 6903.043614684656 rows/sec., 288.95 KiB/sec. 2024.05.30 04:10:54.466226 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.466249 [ 3 ] {16b5501e-36ff-4726-867b-51f05cf1d67b} MemoryTracker: Peak memory usage (for query): 3.10 MiB. 2024.05.30 04:10:54.466264 [ 3 ] {} HTTP-Session: 9854ee9d-2b2a-42f5-8cd4-525b9ebe7848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.480948 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.481002 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.481024 [ 3 ] {} HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.481043 [ 3 ] {} HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.481058 [ 3 ] {} HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.481093 [ 3 ] {} HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.481287 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:54.481338 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:10:54.481527 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:54.481852 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:54.481887 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:54.482406 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:10:54.482703 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:54.482833 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} executeQuery: Read 6 rows, 996.00 B in 0.001627 sec., 3687.768899815612 rows/sec., 597.82 KiB/sec. 2024.05.30 04:10:54.482977 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.483000 [ 3 ] {8be36bdd-767f-43b0-9161-88007a5094f7} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:10:54.483015 [ 3 ] {} HTTP-Session: 846629ee-865e-44c2-9cc8-c7b495ca4117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.483140 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.483184 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.483268 [ 3 ] {} HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.483287 [ 3 ] {} HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.483299 [ 3 ] {} HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.483327 [ 3 ] {} HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.483443 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:54.483483 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:54.483596 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:54.483903 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:54.483938 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:54.484298 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:10:54.484585 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:54.484703 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} executeQuery: Read 92 rows, 7.14 KiB in 0.001322 sec., 69591.52798789712 rows/sec., 5.28 MiB/sec. 2024.05.30 04:10:54.484839 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.484861 [ 3 ] {4807aaac-acc9-4986-ae9f-75d1c09a4715} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:10:54.484876 [ 3 ] {} HTTP-Session: e1300345-f468-4579-8a6b-f4539b523f96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.485006 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.485050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.485068 [ 3 ] {} HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.485083 [ 3 ] {} HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.485096 [ 3 ] {} HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.485123 [ 3 ] {} HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.485298 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:54.485337 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:54.485450 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:54.485745 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:54.485779 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:54.486069 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:10:54.486428 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:54.486546 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} executeQuery: Read 88 rows, 7.01 KiB in 0.001306 sec., 67381.3169984686 rows/sec., 5.24 MiB/sec. 2024.05.30 04:10:54.486682 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.486705 [ 3 ] {a5219223-b503-4b3d-954f-d579e17e3ac4} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:10:54.486720 [ 3 ] {} HTTP-Session: b7352486-0062-4be6-8662-11ade6992203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.487295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 67478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.487340 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.487357 [ 3 ] {} HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.487372 [ 3 ] {} HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.487385 [ 3 ] {} HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.487412 [ 3 ] {} HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.487727 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:54.487770 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:54.487900 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:54.488456 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:54.488489 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:54.488854 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:10:54.489177 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:54.489360 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} executeQuery: Read 352 rows, 25.29 KiB in 0.001839 sec., 191408.3741163676 rows/sec., 13.43 MiB/sec. 2024.05.30 04:10:54.489502 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.489525 [ 3 ] {421c2e80-8a7c-4c6f-8253-a894e84dcda2} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.05.30 04:10:54.489539 [ 3 ] {} HTTP-Session: c09b66f3-46c5-4be9-90dd-d934696d5a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.489677 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:54.489721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:54.489738 [ 3 ] {} HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:54.489753 [ 3 ] {} HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.489765 [ 3 ] {} HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:54.489793 [ 3 ] {} HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:54.489895 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:54.489934 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:54.490050 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:54.490486 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:54.490519 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:54.490851 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:10:54.491141 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:54.491319 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. 2024.05.30 04:10:54.491500 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} DynamicQueryHandler: Done processing query 2024.05.30 04:10:54.491522 [ 3 ] {ff75de2f-d621-4f08-b55b-f6bef6958f91} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:54.491537 [ 3 ] {} HTTP-Session: 27c03b7b-3c34-40a3-b467-7b566dda0bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:58.103226 [ 73 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:10:58.103272 [ 73 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:10:59.465308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:59.465487 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:59.465583 [ 3 ] {} HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:59.465610 [ 3 ] {} HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.465628 [ 3 ] {} HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.465688 [ 3 ] {} HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:59.465901 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:59.465972 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:10:59.466160 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:59.466677 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:59.466722 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:59.467160 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:10:59.467607 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:59.467752 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} executeQuery: Read 20 rows, 1.62 KiB in 0.001902 sec., 10515.247108307045 rows/sec., 852.31 KiB/sec. 2024.05.30 04:10:59.468134 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} DynamicQueryHandler: Done processing query 2024.05.30 04:10:59.468164 [ 3 ] {0d8186b6-3476-49ae-ae88-c968a76782d9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:59.468183 [ 3 ] {} HTTP-Session: c29e9d16-b3f5-425b-b341-36fff92dea5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.468329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:59.468386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:59.468406 [ 3 ] {} HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:59.468489 [ 3 ] {} HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.468503 [ 3 ] {} HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.468537 [ 3 ] {} HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:59.468674 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:59.468720 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:10:59.468863 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:59.469281 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:59.469318 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:59.469699 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:10:59.470001 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:59.470121 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} executeQuery: Read 116 rows, 9.80 KiB in 0.001529 sec., 75866.57946370177 rows/sec., 6.26 MiB/sec. 2024.05.30 04:10:59.470321 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} DynamicQueryHandler: Done processing query 2024.05.30 04:10:59.470349 [ 3 ] {cacad1b5-9ff1-49ff-aa04-843e23832496} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:10:59.470369 [ 3 ] {} HTTP-Session: b1b71084-3eee-4f92-acfa-92a6fedff92b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.470569 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:59.470618 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:59.470637 [ 3 ] {} HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:59.470654 [ 3 ] {} HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.470667 [ 3 ] {} HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.470698 [ 3 ] {} HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:59.470842 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:59.470893 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:10:59.471044 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:59.471512 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:59.471548 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:59.471841 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:10:59.472131 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:59.472248 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} executeQuery: Read 84 rows, 6.72 KiB in 0.001499 sec., 56037.35823882589 rows/sec., 4.38 MiB/sec. 2024.05.30 04:10:59.472560 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} DynamicQueryHandler: Done processing query 2024.05.30 04:10:59.472593 [ 3 ] {23fca5d4-45da-45b5-9c42-3bf48cc747b7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:10:59.472610 [ 3 ] {} HTTP-Session: e8f3f7ff-a3a1-473a-9503-0677f30257f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.472797 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:59.472853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:59.472872 [ 3 ] {} HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:59.472889 [ 3 ] {} HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.472903 [ 3 ] {} HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.472934 [ 3 ] {} HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:59.473096 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:59.473144 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:10:59.473296 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:59.473752 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:59.473788 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:59.474169 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:10:59.474544 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:59.474662 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. 2024.05.30 04:10:59.474824 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} DynamicQueryHandler: Done processing query 2024.05.30 04:10:59.474847 [ 3 ] {a0e7d03d-d07f-42fa-9a89-0b8c1849ff2e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:10:59.474863 [ 3 ] {} HTTP-Session: b99ecadb-e114-4d68-b3b7-66e8e4358d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.475005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:59.475054 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:59.475073 [ 3 ] {} HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:59.475089 [ 3 ] {} HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.475102 [ 3 ] {} HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.475133 [ 3 ] {} HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:59.475322 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:59.475368 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:10:59.475579 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:59.475959 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:59.475992 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:59.476355 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:10:59.476728 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:59.476850 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} executeQuery: Read 20 rows, 27.64 KiB in 0.001613 sec., 12399.25604463732 rows/sec., 16.73 MiB/sec. 2024.05.30 04:10:59.477235 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} DynamicQueryHandler: Done processing query 2024.05.30 04:10:59.477258 [ 3 ] {308fd00b-5aee-4c29-b428-c5a5a9eff2d5} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.30 04:10:59.477273 [ 3 ] {} HTTP-Session: c222d5c7-29ec-405e-9a89-2e73133a9590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.477402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:10:59.477513 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:10:59.477531 [ 3 ] {} HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:10:59.477547 [ 3 ] {} HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.477560 [ 3 ] {} HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:10:59.477589 [ 3 ] {} HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:10:59.477707 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:10:59.477749 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:10:59.477878 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:10:59.478147 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:10:59.478181 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. 2024.05.30 04:10:59.478571 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:10:59.478867 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:10:59.478991 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. 2024.05.30 04:10:59.479184 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} DynamicQueryHandler: Done processing query 2024.05.30 04:10:59.479206 [ 3 ] {0b5cba9c-8984-4a08-b4c7-aaa0675d858d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:10:59.479221 [ 3 ] {} HTTP-Session: c7184cab-9369-45f4-95ae-b1fb6d2af8a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.478902 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:04.479010 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:04.479035 [ 3 ] {} HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:04.479130 [ 3 ] {} HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.479192 [ 3 ] {} HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.479273 [ 3 ] {} HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:04.479474 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:04.479543 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:04.479741 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:04.480223 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:04.480270 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.05.30 04:11:04.480661 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:11:04.481062 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:04.481301 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} executeQuery: Read 56 rows, 4.38 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.28 MiB/sec. 2024.05.30 04:11:04.481494 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} DynamicQueryHandler: Done processing query 2024.05.30 04:11:04.481520 [ 3 ] {48e118b8-9cb5-463c-bc20-d83a270519bc} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:11:04.481537 [ 3 ] {} HTTP-Session: 7e8a71f1-1313-4a43-a900-9f924ca2ab97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.481664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:04.481716 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:04.481734 [ 3 ] {} HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:04.481752 [ 3 ] {} HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.481765 [ 3 ] {} HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.481799 [ 3 ] {} HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:04.481916 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:04.481960 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:04.482148 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:04.482491 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:04.482527 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.05.30 04:11:04.482824 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:11:04.483197 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:04.483345 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} executeQuery: Read 64 rows, 5.12 KiB in 0.001426 sec., 44880.78541374474 rows/sec., 3.50 MiB/sec. 2024.05.30 04:11:04.483498 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} DynamicQueryHandler: Done processing query 2024.05.30 04:11:04.483522 [ 3 ] {10733b65-03d0-4e02-8bc9-e3ce22d5c2a5} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:11:04.483536 [ 3 ] {} HTTP-Session: acb03e36-930f-4266-a1fa-767ddf4c3a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.483727 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:04.483773 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:04.483791 [ 3 ] {} HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:04.483806 [ 3 ] {} HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.483819 [ 3 ] {} HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.483847 [ 3 ] {} HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:04.483978 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:04.484025 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:04.484226 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:04.484657 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:04.484697 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.05.30 04:11:04.485155 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:11:04.485492 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:04.485642 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. 2024.05.30 04:11:04.485796 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} DynamicQueryHandler: Done processing query 2024.05.30 04:11:04.485819 [ 3 ] {23de7674-1201-41dc-b072-81c099a03732} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:04.485834 [ 3 ] {} HTTP-Session: c6898bcb-482e-4758-b6e5-58de46d7aae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.485954 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:04.486008 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:04.486028 [ 3 ] {} HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:04.486044 [ 3 ] {} HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.486057 [ 3 ] {} HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:04.486156 [ 3 ] {} HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:04.486273 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:04.486315 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:04.486435 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:04.486718 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:04.486753 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. 2024.05.30 04:11:04.487172 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:11:04.487480 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:04.487642 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. 2024.05.30 04:11:04.487791 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} DynamicQueryHandler: Done processing query 2024.05.30 04:11:04.487816 [ 3 ] {ca474c1f-7847-41c5-ba62-27345c93be1f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:04.487830 [ 3 ] {} HTTP-Session: acb3fdd1-8783-45dd-b55b-c7e7afbd2188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.492814 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:09.492930 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:09.492956 [ 3 ] {} HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:09.492979 [ 3 ] {} HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.492993 [ 3 ] {} HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.493039 [ 3 ] {} HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:09.493217 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:09.493281 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:11:09.493458 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:09.493862 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:09.493907 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:09.494279 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:11:09.494619 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:09.494827 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} executeQuery: Read 20 rows, 1.62 KiB in 0.001632 sec., 12254.901960784315 rows/sec., 993.32 KiB/sec. 2024.05.30 04:11:09.495056 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} DynamicQueryHandler: Done processing query 2024.05.30 04:11:09.495083 [ 3 ] {a2b086d0-3536-4e68-a5be-f30f24740a74} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:09.495099 [ 3 ] {} HTTP-Session: 2cd95f93-bce8-4517-bff7-3a9df9edf1b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.495304 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:09.495355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:09.495374 [ 3 ] {} HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:09.495392 [ 3 ] {} HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.495406 [ 3 ] {} HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.495442 [ 3 ] {} HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:09.495578 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:09.495623 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:09.495813 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:09.496148 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:09.496184 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:09.496517 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:11:09.496920 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:09.497052 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} executeQuery: Read 116 rows, 9.80 KiB in 0.001492 sec., 77747.9892761394 rows/sec., 6.41 MiB/sec. 2024.05.30 04:11:09.497311 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} DynamicQueryHandler: Done processing query 2024.05.30 04:11:09.497336 [ 3 ] {4c395534-ead5-4838-ab74-3f97b78076b6} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:11:09.497352 [ 3 ] {} HTTP-Session: e13e9799-39f7-4ee0-8819-846e94d7d996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.497496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14261, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:09.497543 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:09.497563 [ 3 ] {} HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:09.497579 [ 3 ] {} HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.497592 [ 3 ] {} HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.497623 [ 3 ] {} HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:09.497806 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:09.497850 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:09.497991 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:09.498288 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:09.498323 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:09.498615 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:11:09.498980 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:09.499145 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} executeQuery: Read 84 rows, 6.72 KiB in 0.001403 sec., 59871.70349251604 rows/sec., 4.68 MiB/sec. 2024.05.30 04:11:09.499304 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} DynamicQueryHandler: Done processing query 2024.05.30 04:11:09.499337 [ 3 ] {846427d6-730a-42c5-b0fa-8abf2be72eb9} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:11:09.499357 [ 3 ] {} HTTP-Session: ed87e773-9759-4a96-b71c-7760bdc73940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.499533 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:09.499585 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:09.499605 [ 3 ] {} HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:09.499621 [ 3 ] {} HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.499634 [ 3 ] {} HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.499665 [ 3 ] {} HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:09.499871 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:09.499918 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:09.500055 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:09.500403 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:09.500436 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:09.500905 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:11:09.501255 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:09.501379 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. 2024.05.30 04:11:09.501530 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} DynamicQueryHandler: Done processing query 2024.05.30 04:11:09.501557 [ 3 ] {161a7bdb-a985-4bf0-ab7e-d577ed0deae8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:09.501574 [ 3 ] {} HTTP-Session: 38446622-ef71-4188-a79e-91bf6fe11c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.501810 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:09.501865 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:09.501889 [ 3 ] {} HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:09.501911 [ 3 ] {} HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.501929 [ 3 ] {} HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.501967 [ 3 ] {} HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:09.502236 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:09.502288 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:11:09.502458 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:09.502927 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:09.502962 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:09.503384 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:11:09.503808 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:09.503929 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} executeQuery: Read 20 rows, 27.64 KiB in 0.00186 sec., 10752.68817204301 rows/sec., 14.51 MiB/sec. 2024.05.30 04:11:09.504171 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} DynamicQueryHandler: Done processing query 2024.05.30 04:11:09.504195 [ 3 ] {82c0c591-a19e-4596-b87b-7dd300ff2935} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.30 04:11:09.504211 [ 3 ] {} HTTP-Session: 26bbbeb7-f961-4fc1-90c0-284089292a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.504362 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:09.504417 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:09.504436 [ 3 ] {} HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:09.504453 [ 3 ] {} HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.504466 [ 3 ] {} HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:09.504495 [ 3 ] {} HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:09.504627 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:09.504679 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:09.504878 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:09.505213 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:09.505248 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:09.505591 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:11:09.505971 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:09.506115 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. 2024.05.30 04:11:09.506272 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} DynamicQueryHandler: Done processing query 2024.05.30 04:11:09.506295 [ 3 ] {f3bd9323-a5ad-4eb1-85ae-c57e06887590} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:09.506311 [ 3 ] {} HTTP-Session: a2afe496-8ae3-49c8-aef8-96c1b024f429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:13.103377 [ 56 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:11:13.103431 [ 56 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:11:14.493199 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:14.493334 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:14.493363 [ 3 ] {} HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:14.493390 [ 3 ] {} HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.493408 [ 3 ] {} HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.493461 [ 3 ] {} HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:14.493671 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:14.493742 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:14.493945 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:14.494371 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.494414 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.494773 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:11:14.495108 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.495275 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} executeQuery: Read 56 rows, 4.38 KiB in 0.001664 sec., 33653.846153846156 rows/sec., 2.57 MiB/sec. 2024.05.30 04:11:14.495306 [ 56 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.30 04:11:14.495419 [ 56 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.495455 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.495554 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} DynamicQueryHandler: Done processing query 2024.05.30 04:11:14.495619 [ 3 ] {b3693917-8bc4-41fc-9149-48b55cd23cb0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:11:14.495702 [ 3 ] {} HTTP-Session: f534cb1a-d240-43fa-9791-ccf0f179b601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.495968 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.30 04:11:14.495991 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:14.496098 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:14.496137 [ 3 ] {} HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:14.496190 [ 3 ] {} HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.496230 [ 3 ] {} HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.496328 [ 3 ] {} HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:14.496339 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:14.496394 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part 2024.05.30 04:11:14.496632 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 92 rows starting from the beginning of the part 2024.05.30 04:11:14.496664 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:14.496869 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:14.496918 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 116 rows starting from the beginning of the part 2024.05.30 04:11:14.497333 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2024.05.30 04:11:14.497699 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 116 rows starting from the beginning of the part 2024.05.30 04:11:14.498023 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:14.498045 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2024.05.30 04:11:14.499066 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.499130 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.500172 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:11:14.500924 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.005338225 sec., 103405.15808157205 rows/sec., 8.29 MiB/sec. 2024.05.30 04:11:14.501056 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.501144 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.30 04:11:14.501317 [ 56 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.30 04:11:14.501367 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} executeQuery: Read 64 rows, 5.12 KiB in 0.004896 sec., 13071.8954248366 rows/sec., 1.02 MiB/sec. 2024.05.30 04:11:14.501410 [ 56 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.501516 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.502002 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.30 04:11:14.502098 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} DynamicQueryHandler: Done processing query 2024.05.30 04:11:14.502186 [ 3 ] {2a037fce-dd68-4f8c-9a1f-7ff3adc41baf} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:11:14.502266 [ 3 ] {} HTTP-Session: 96f66711-7810-4649-8593-c25cff63ad85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.502395 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:14.502442 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 91 rows starting from the beginning of the part 2024.05.30 04:11:14.502506 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.502579 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:14.502812 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:14.502825 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 88 rows starting from the beginning of the part 2024.05.30 04:11:14.502912 [ 3 ] {} HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:14.502982 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_11_2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.30 04:11:14.503034 [ 3 ] {} HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.503103 [ 3 ] {} HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.503255 [ 3 ] {} HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:14.503276 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 84 rows starting from the beginning of the part 2024.05.30 04:11:14.503410 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.30 04:11:14.503580 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2024.05.30 04:11:14.503817 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 84 rows starting from the beginning of the part 2024.05.30 04:11:14.503875 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:14.504039 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:14.504304 [ 191 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2024.05.30 04:11:14.504986 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:14.506052 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.506125 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.507223 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 4 columns (4 merged, 0 gathered) in 0.005542649 sec., 85699.09442217971 rows/sec., 6.69 MiB/sec. 2024.05.30 04:11:14.507261 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:11:14.507537 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.30 04:11:14.507896 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.508304 [ 56 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.30 04:11:14.508334 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} executeQuery: Read 160 rows, 11.41 KiB in 0.004748 sec., 33698.39932603201 rows/sec., 2.35 MiB/sec. 2024.05.30 04:11:14.508385 [ 56 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.508499 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.508824 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.30 04:11:14.508871 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} DynamicQueryHandler: Done processing query 2024.05.30 04:11:14.508928 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.508948 [ 3 ] {5edb022c-281d-4e2e-b332-b03cddd7fe43} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:14.509017 [ 3 ] {} HTTP-Session: c9c52fe4-5b0d-4c0f-89c4-ef74c2fc2e5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.509273 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_11_2} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.30 04:11:14.509305 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:14.509342 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:14.509473 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:14.509513 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 588 rows starting from the beginning of the part 2024.05.30 04:11:14.509547 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.30 04:11:14.509550 [ 3 ] {} HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:14.509617 [ 3 ] {} HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.509676 [ 3 ] {} HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.509809 [ 3 ] {} HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:14.509844 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 352 rows starting from the beginning of the part 2024.05.30 04:11:14.510227 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2024.05.30 04:11:14.510254 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:14.510432 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:14.510607 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2024.05.30 04:11:14.511011 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2024.05.30 04:11:14.511389 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:14.511394 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2024.05.30 04:11:14.512238 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.512312 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.513405 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:11:14.514202 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.514579 [ 56 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.30 04:11:14.514660 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} executeQuery: Read 60 rows, 4.14 KiB in 0.004603 sec., 13034.977188789919 rows/sec., 899.55 KiB/sec. 2024.05.30 04:11:14.514666 [ 200 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1580 rows, containing 5 columns (5 merged, 0 gathered) in 0.006012737 sec., 262775.50473270327 rows/sec., 18.35 MiB/sec. 2024.05.30 04:11:14.514674 [ 56 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:14.514795 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:14.515026 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} DynamicQueryHandler: Done processing query 2024.05.30 04:11:14.515099 [ 3 ] {02688966-fef8-4dfe-a89f-fb1211b5a030} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:14.515114 [ 200 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.30 04:11:14.515136 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.30 04:11:14.515144 [ 3 ] {} HTTP-Session: f61e2625-54ac-422a-9315-5acc1822d620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:14.515444 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:14.515528 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part 2024.05.30 04:11:14.515866 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:14.516114 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:14.516425 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:14.516458 [ 186 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.516603 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:14.516914 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:14.516970 [ 186 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_11_2} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.30 04:11:14.517348 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2024.05.30 04:11:14.518387 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.003456711 sec., 156796.44610151096 rows/sec., 10.53 MiB/sec. 2024.05.30 04:11:14.518594 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.30 04:11:14.519033 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:14.519119 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_11_2} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.30 04:11:14.519198 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.30 04:11:19.496118 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:19.496240 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:19.496265 [ 3 ] {} HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:19.496288 [ 3 ] {} HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.496302 [ 3 ] {} HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.496351 [ 3 ] {} HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:19.496537 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:19.496603 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:11:19.496783 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:19.497207 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:19.497254 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:19.497615 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:11:19.497951 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:19.498124 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} executeQuery: Read 31 rows, 2.51 KiB in 0.001642 sec., 18879.415347137638 rows/sec., 1.49 MiB/sec. 2024.05.30 04:11:19.498354 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} DynamicQueryHandler: Done processing query 2024.05.30 04:11:19.498382 [ 3 ] {63ecf198-156e-451c-a8d5-91f11b8cde7b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:19.498398 [ 3 ] {} HTTP-Session: f6c5a0dc-31a8-45c9-8251-ad69d02deeeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.498598 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:19.498650 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:19.498669 [ 3 ] {} HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:19.498688 [ 3 ] {} HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.498701 [ 3 ] {} HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.498737 [ 3 ] {} HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:19.498890 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:19.498937 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:19.499066 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:19.499474 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:19.499512 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:19.499831 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.30 04:11:19.500146 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:19.500310 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} executeQuery: Read 149 rows, 12.78 KiB in 0.001489 sec., 100067.15916722632 rows/sec., 8.38 MiB/sec. 2024.05.30 04:11:19.500481 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} DynamicQueryHandler: Done processing query 2024.05.30 04:11:19.500505 [ 3 ] {64888a9b-67d2-432e-bd87-a0fec47211a1} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:11:19.500521 [ 3 ] {} HTTP-Session: 81bb8075-592e-4865-97ed-d600fb586399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.500669 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 18340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:19.500720 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:19.500739 [ 3 ] {} HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:19.500755 [ 3 ] {} HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.500769 [ 3 ] {} HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.500801 [ 3 ] {} HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:19.500936 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:19.500979 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:19.501109 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:19.501445 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:19.501482 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:19.501811 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.30 04:11:19.502110 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:19.502264 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} executeQuery: Read 108 rows, 8.65 KiB in 0.00138 sec., 78260.86956521739 rows/sec., 6.12 MiB/sec. 2024.05.30 04:11:19.502418 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} DynamicQueryHandler: Done processing query 2024.05.30 04:11:19.502442 [ 3 ] {7c2e3c4e-56b5-4a2d-a4d3-1c01c21dd1e5} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:11:19.502458 [ 3 ] {} HTTP-Session: 6b529c44-cee7-48a8-a356-20c12dddd76d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.502625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:19.502672 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:19.502690 [ 3 ] {} HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:19.502706 [ 3 ] {} HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.502720 [ 3 ] {} HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.502751 [ 3 ] {} HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:19.502897 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:19.502944 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:19.503086 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:19.503453 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:19.503490 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:19.503897 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.30 04:11:19.504227 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:19.504385 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. 2024.05.30 04:11:19.504552 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} DynamicQueryHandler: Done processing query 2024.05.30 04:11:19.504575 [ 3 ] {af819f42-4480-42bb-8ef3-a1ad74d030f0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:19.504592 [ 3 ] {} HTTP-Session: 59caa07b-315c-460e-b61f-ca80946edf27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.504806 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:19.504855 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:19.504873 [ 3 ] {} HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:19.504889 [ 3 ] {} HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.504902 [ 3 ] {} HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.504933 [ 3 ] {} HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:19.505219 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:19.505267 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:11:19.505429 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:19.505852 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:19.505887 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:19.506302 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:11:19.506636 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:19.506810 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} executeQuery: Read 31 rows, 42.84 KiB in 0.00179 sec., 17318.435754189944 rows/sec., 23.37 MiB/sec. 2024.05.30 04:11:19.507092 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} DynamicQueryHandler: Done processing query 2024.05.30 04:11:19.507115 [ 3 ] {506ab6c6-81ee-4a1f-9c19-1973f5b0fef9} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:11:19.507131 [ 3 ] {} HTTP-Session: 28bf223d-b727-4b2e-92aa-ab20aca60ad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.507260 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 2405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:19.507308 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:19.507327 [ 3 ] {} HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:19.507343 [ 3 ] {} HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.507357 [ 3 ] {} HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.507387 [ 3 ] {} HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:19.507487 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:19.507532 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.30 04:11:19.507698 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:19.508022 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:19.508057 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:19.508399 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:11:19.508712 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} oximeter.measurements_i64 (47c87da3-71ba-42a5-b93b-c042f71418c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:19.508868 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} executeQuery: Read 15 rows, 1.09 KiB in 0.001403 sec., 10691.375623663578 rows/sec., 775.40 KiB/sec. 2024.05.30 04:11:19.509076 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} DynamicQueryHandler: Done processing query 2024.05.30 04:11:19.509100 [ 3 ] {2b9a49c2-eefe-4690-a290-f56f5efdcaf8} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.30 04:11:19.509115 [ 3 ] {} HTTP-Session: d31aa66b-3ce0-4762-a1b9-03f71c3924eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.509230 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:19.509278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:19.509366 [ 3 ] {} HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:19.509383 [ 3 ] {} HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.509396 [ 3 ] {} HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:19.509425 [ 3 ] {} HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:19.509529 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:19.509569 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:19.509686 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:19.509945 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:19.509979 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. 2024.05.30 04:11:19.510300 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.30 04:11:19.510669 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:19.510822 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec. 2024.05.30 04:11:19.511097 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} DynamicQueryHandler: Done processing query 2024.05.30 04:11:19.511122 [ 3 ] {d3b8c65c-7780-4858-be9c-3d4460a59dc5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:19.511138 [ 3 ] {} HTTP-Session: 321869aa-bed8-4938-acd5-d89016059f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.486333 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.486536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.486572 [ 3 ] {} HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.486603 [ 3 ] {} HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.486624 [ 3 ] {} HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.486685 [ 3 ] {} HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.487027 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} executeQuery: (from [fd00:1122:3344:101::d]:34616) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.30 04:11:24.487445 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.30 04:11:24.487496 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.30 04:11:24.487830 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:11:24.487911 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.30 04:11:24.488081 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2024.05.30 04:11:24.488176 [ 263 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.30 04:11:24.488295 [ 261 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.30 04:11:24.488331 [ 258 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.30 04:11:24.488381 [ 255 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2024.05.30 04:11:24.488570 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2024.05.30 04:11:24.488602 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.30 04:11:24.488732 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.30 04:11:24.488755 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (SelectExecutor): Reading approx. 28 rows with 4 streams 2024.05.30 04:11:24.488797 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:11:24.488843 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:11:24.488885 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:11:24.488922 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.30 04:11:24.491220 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} executeQuery: Read 28 rows, 1.16 KiB in 0.004362 sec., 6419.0738193489215 rows/sec., 266.19 KiB/sec. 2024.05.30 04:11:24.491622 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.491648 [ 3 ] {9fb31a21-a3ca-4f55-a0b8-14b174f556f6} MemoryTracker: Peak memory usage (for query): 3.13 MiB. 2024.05.30 04:11:24.491665 [ 3 ] {} HTTP-Session: bd5b7a83-6041-4982-99b8-9fed047758d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.501287 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.501354 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.501378 [ 3 ] {} HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.501400 [ 3 ] {} HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.501418 [ 3 ] {} HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.501461 [ 3 ] {} HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.501615 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:24.501676 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.30 04:11:24.501864 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:24.502177 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:24.502216 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:24.502691 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:11:24.503006 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:24.503174 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} executeQuery: Read 1 rows, 232.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 142.13 KiB/sec. 2024.05.30 04:11:24.503493 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.503518 [ 3 ] {50d5dde0-71eb-459f-9438-1d3ee32d2499} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:11:24.503534 [ 3 ] {} HTTP-Session: 9891be23-89a6-4fca-846c-a44f5d53d0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.503650 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.503700 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.503719 [ 3 ] {} HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.503735 [ 3 ] {} HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.503748 [ 3 ] {} HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.503781 [ 3 ] {} HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.503881 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:24.503927 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:11:24.504100 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:24.504414 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:24.504447 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:24.504822 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:11:24.505128 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:24.505283 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} executeQuery: Read 6 rows, 501.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 342.62 KiB/sec. 2024.05.30 04:11:24.505498 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.505521 [ 3 ] {813a97a1-728d-437b-9e13-ff9534867444} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:11:24.505537 [ 3 ] {} HTTP-Session: df83469b-591f-4e93-88fa-ab90466cf1a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.505703 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.505751 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.505770 [ 3 ] {} HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.505786 [ 3 ] {} HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.505800 [ 3 ] {} HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.505831 [ 3 ] {} HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.505955 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:24.505996 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:24.506119 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:24.506448 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:24.506493 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:24.506791 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.30 04:11:24.507080 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:24.507238 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} executeQuery: Read 95 rows, 7.36 KiB in 0.001335 sec., 71161.04868913858 rows/sec., 5.39 MiB/sec. 2024.05.30 04:11:24.507400 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.507424 [ 3 ] {77117b8a-57e3-4a9f-944f-75ee27fc198c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:11:24.507440 [ 3 ] {} HTTP-Session: a6c20682-e3e5-4155-91ae-f6ea0ec54485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.507553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.507601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.507619 [ 3 ] {} HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.507635 [ 3 ] {} HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.507649 [ 3 ] {} HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.507679 [ 3 ] {} HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.507774 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:24.507816 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:11:24.507937 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:24.510414 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:24.510449 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:24.510746 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.30 04:11:24.511052 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:24.511207 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} executeQuery: Read 6 rows, 429.00 B in 0.003451 sec., 1738.6264850767893 rows/sec., 121.40 KiB/sec. 2024.05.30 04:11:24.511481 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.511508 [ 3 ] {edbbccc6-161c-431a-8619-4a9977d5625e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:11:24.511524 [ 3 ] {} HTTP-Session: 1cebb5da-c568-4e95-ab81-54f7aeee53eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.511707 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.511761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.511780 [ 3 ] {} HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.511796 [ 3 ] {} HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.511810 [ 3 ] {} HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.511842 [ 3 ] {} HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.511989 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:24.512034 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:24.512179 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:24.512534 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:24.512572 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:24.512895 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.30 04:11:24.513196 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:24.513356 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} executeQuery: Read 94 rows, 7.50 KiB in 0.001412 sec., 66572.23796033995 rows/sec., 5.19 MiB/sec. 2024.05.30 04:11:24.513525 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.513549 [ 3 ] {58f5eb86-3ade-4f4e-9f68-c15a9ab79db4} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:11:24.513565 [ 3 ] {} HTTP-Session: 5c7cec56-6800-4be9-aaea-5b06b9e7eedf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.513710 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.513760 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.513780 [ 3 ] {} HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.513796 [ 3 ] {} HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.513810 [ 3 ] {} HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.513841 [ 3 ] {} HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.514031 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:24.514079 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:24.514225 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:24.514639 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:24.514677 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:24.515074 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.30 04:11:24.515409 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:24.515563 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} executeQuery: Read 199 rows, 14.22 KiB in 0.00164 sec., 121341.46341463416 rows/sec., 8.47 MiB/sec. 2024.05.30 04:11:24.515732 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.515757 [ 3 ] {5719ecbd-4abf-42b4-9348-a7880b01b161} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:11:24.515773 [ 3 ] {} HTTP-Session: f09df9b0-ee35-46c2-8c50-fc7e5f030d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.515942 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:24.515991 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:24.516011 [ 3 ] {} HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:24.516028 [ 3 ] {} HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.516042 [ 3 ] {} HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:24.516072 [ 3 ] {} HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:24.516205 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:24.516249 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:24.516378 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:24.516666 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:24.516703 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:24.517060 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.30 04:11:24.517396 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:24.517547 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2024.05.30 04:11:24.517715 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} DynamicQueryHandler: Done processing query 2024.05.30 04:11:24.517740 [ 3 ] {f5ae4740-7b8f-411a-b591-9f8ed2b53086} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:24.517756 [ 3 ] {} HTTP-Session: 4067f902-c9fc-4851-88dd-45ad664a39fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:28.103677 [ 46 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:11:28.103729 [ 46 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:11:29.494790 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:29.494929 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:29.494959 [ 3 ] {} HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:29.494988 [ 3 ] {} HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.495007 [ 3 ] {} HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.495061 [ 3 ] {} HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:29.495275 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:29.495351 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:11:29.495560 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:29.496036 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:29.496085 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:29.496451 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:11:29.496780 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:29.496963 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} executeQuery: Read 31 rows, 2.51 KiB in 0.001748 sec., 17734.55377574371 rows/sec., 1.40 MiB/sec. 2024.05.30 04:11:29.497177 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} DynamicQueryHandler: Done processing query 2024.05.30 04:11:29.497205 [ 3 ] {c24624c4-cbeb-46c3-ab1f-03ac01f7f1b5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:29.497222 [ 3 ] {} HTTP-Session: 16207372-124e-4ec3-93ac-9854ed4f2a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.497385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:29.497442 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:29.497463 [ 3 ] {} HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:29.497480 [ 3 ] {} HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.497494 [ 3 ] {} HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.497532 [ 3 ] {} HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:29.497680 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:29.497727 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:29.497859 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:29.498246 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:29.498284 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:29.498608 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.30 04:11:29.498909 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:29.499072 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} executeQuery: Read 149 rows, 12.78 KiB in 0.001446 sec., 103042.87690179807 rows/sec., 8.63 MiB/sec. 2024.05.30 04:11:29.499240 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} DynamicQueryHandler: Done processing query 2024.05.30 04:11:29.499265 [ 3 ] {93f92539-429f-4c2a-b134-61766328122d} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:11:29.499281 [ 3 ] {} HTTP-Session: 1acd64b0-afea-4730-8327-6a543bfe8f60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.499465 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:29.499518 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:29.499536 [ 3 ] {} HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:29.499554 [ 3 ] {} HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.499568 [ 3 ] {} HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.499605 [ 3 ] {} HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:29.499739 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:29.499782 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:29.499913 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:29.500258 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:29.500295 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:29.500601 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.30 04:11:29.500907 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:29.501061 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} executeQuery: Read 95 rows, 7.60 KiB in 0.001368 sec., 69444.44444444444 rows/sec., 5.42 MiB/sec. 2024.05.30 04:11:29.501265 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} DynamicQueryHandler: Done processing query 2024.05.30 04:11:29.501290 [ 3 ] {07c87829-c880-46eb-bf75-d2ae7582413d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:11:29.501307 [ 3 ] {} HTTP-Session: ac7406e6-238c-45f6-bad6-b3ba98c13563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.501457 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30571, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:29.501508 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:29.501528 [ 3 ] {} HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:29.501545 [ 3 ] {} HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.501559 [ 3 ] {} HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.501592 [ 3 ] {} HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:29.501752 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:29.501800 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:29.501946 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:29.502332 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:29.502369 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:29.502761 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.30 04:11:29.503112 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:29.503269 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. 2024.05.30 04:11:29.503439 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} DynamicQueryHandler: Done processing query 2024.05.30 04:11:29.503464 [ 3 ] {13e76a29-08be-4d50-b606-da0e9806019f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:29.503480 [ 3 ] {} HTTP-Session: 8e884d27-9fa2-46f4-a7b9-b83ea3fae272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.503656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:29.503708 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:29.503728 [ 3 ] {} HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:29.503746 [ 3 ] {} HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.503759 [ 3 ] {} HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.503792 [ 3 ] {} HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:29.504085 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:29.504134 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:11:29.504294 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:29.504759 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:29.504795 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:29.505250 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:11:29.505593 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:29.505754 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} executeQuery: Read 31 rows, 42.84 KiB in 0.001874 sec., 16542.155816435432 rows/sec., 22.32 MiB/sec. 2024.05.30 04:11:29.505933 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} DynamicQueryHandler: Done processing query 2024.05.30 04:11:29.505959 [ 3 ] {97020095-01ee-42b5-8d1e-ed39f3b723ac} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:11:29.505975 [ 3 ] {} HTTP-Session: 962449ef-85a8-42c0-8d0e-9659f53dcdae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.506093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:29.506144 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:29.506164 [ 3 ] {} HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:29.506181 [ 3 ] {} HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.506194 [ 3 ] {} HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:29.506226 [ 3 ] {} HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:29.506343 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:29.506386 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:29.506514 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:29.506799 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:29.506836 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:29.507211 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.30 04:11:29.507527 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:29.507676 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2024.05.30 04:11:29.507832 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} DynamicQueryHandler: Done processing query 2024.05.30 04:11:29.507856 [ 3 ] {16dee8db-5044-447e-83da-f974452ab043} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:29.507870 [ 3 ] {} HTTP-Session: 1936d3ea-9ce6-4df4-b182-867a42fc2ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.494064 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:34.494224 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:34.494264 [ 3 ] {} HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:34.494296 [ 3 ] {} HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.494319 [ 3 ] {} HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.494384 [ 3 ] {} HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:34.494649 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:34.494745 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:34.494949 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:34.495415 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:34.495460 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:34.495837 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.30 04:11:34.496188 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:34.496360 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} executeQuery: Read 56 rows, 4.38 KiB in 0.001801 sec., 31093.83675735702 rows/sec., 2.37 MiB/sec. 2024.05.30 04:11:34.496671 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} DynamicQueryHandler: Done processing query 2024.05.30 04:11:34.496719 [ 3 ] {4e733f7c-9122-4725-b8db-353c64d164fb} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:11:34.496752 [ 3 ] {} HTTP-Session: 3c4523ba-030b-4f9e-aa22-ef7876dfda7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.496938 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:34.497011 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:34.497036 [ 3 ] {} HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:34.497054 [ 3 ] {} HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.497070 [ 3 ] {} HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.497113 [ 3 ] {} HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:34.497265 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:34.497315 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:34.497505 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:34.497926 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:34.497968 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:34.498394 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.30 04:11:34.498725 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:34.498884 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} executeQuery: Read 64 rows, 5.12 KiB in 0.001661 sec., 38531.00541842264 rows/sec., 3.01 MiB/sec. 2024.05.30 04:11:34.499074 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} DynamicQueryHandler: Done processing query 2024.05.30 04:11:34.499100 [ 3 ] {fd4d8939-a1b1-40cd-8df3-f494c59d910f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:11:34.499116 [ 3 ] {} HTTP-Session: 7f245c78-2ebc-4bd2-bb72-92efbd0cef3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.499362 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:34.499421 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:34.499440 [ 3 ] {} HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:34.499457 [ 3 ] {} HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.499471 [ 3 ] {} HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.499503 [ 3 ] {} HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:34.499672 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:34.499723 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:34.499873 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:34.500277 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:34.500315 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:34.500740 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.30 04:11:34.501086 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:34.501255 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. 2024.05.30 04:11:34.501439 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} DynamicQueryHandler: Done processing query 2024.05.30 04:11:34.501463 [ 3 ] {aa91b279-6d5b-4e5d-b669-048728ea1021} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:34.501480 [ 3 ] {} HTTP-Session: 86e3f02b-7110-4586-ad7b-53f91ce19142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.501614 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:34.501668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:34.501688 [ 3 ] {} HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:34.501705 [ 3 ] {} HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.501722 [ 3 ] {} HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:34.501755 [ 3 ] {} HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:34.501886 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:34.501933 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:34.502061 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:34.502435 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:34.502474 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:34.502854 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.30 04:11:34.503181 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:34.503352 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. 2024.05.30 04:11:34.503599 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} DynamicQueryHandler: Done processing query 2024.05.30 04:11:34.503626 [ 3 ] {1b103866-85f4-4953-8617-f4c2d9f0fe9a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:34.503643 [ 3 ] {} HTTP-Session: 0bceb61a-9009-44c1-ba73-c5d42e114675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:35.162232 [ 37 ] {} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.05.30 04:11:35.162302 [ 37 ] {} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:35.162332 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:35.162554 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::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.05.30 04:11:35.162937 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:35.162986 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2024.05.30 04:11:35.163092 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part 2024.05.30 04:11:35.163189 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::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.05.30 04:11:35.163276 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2024.05.30 04:11:35.163350 [ 197 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2024.05.30 04:11:35.165418 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.002997293 sec., 9675.397099983218 rows/sec., 1.35 MiB/sec. 2024.05.30 04:11:35.165611 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.05.30 04:11:35.166183 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:35.166271 [ 200 ] {3e8c99b1-a8f5-4577-838c-ae8a043781af::all_1_5_1} oximeter.timeseries_schema (3e8c99b1-a8f5-4577-838c-ae8a043781af) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.05.30 04:11:35.166371 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.05.30 04:11:39.495131 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.495253 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.495276 [ 3 ] {} HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.495299 [ 3 ] {} HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.495314 [ 3 ] {} HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.495362 [ 3 ] {} HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.495552 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.495616 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:11:39.495795 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.496310 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.496355 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.496715 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:11:39.497039 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.497223 [ 29 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.30 04:11:39.497230 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} executeQuery: Read 31 rows, 2.51 KiB in 0.001727 sec., 17950.20266357846 rows/sec., 1.42 MiB/sec. 2024.05.30 04:11:39.497318 [ 29 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.497391 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.497654 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.497712 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.30 04:11:39.497733 [ 3 ] {02dee34c-21a9-4ec9-837c-051a320659e4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:39.497819 [ 3 ] {} HTTP-Session: ff8aaa27-a187-400e-8d94-a982589ea975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.497968 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:39.497997 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.498037 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2024.05.30 04:11:39.498085 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.498130 [ 3 ] {} HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.498169 [ 3 ] {} HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.498243 [ 3 ] {} HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.498321 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2024.05.30 04:11:39.498364 [ 3 ] {} HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.498586 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2024.05.30 04:11:39.498755 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.498845 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part 2024.05.30 04:11:39.498910 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:11:39.499087 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part 2024.05.30 04:11:39.499395 [ 198 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part 2024.05.30 04:11:39.500004 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.500749 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.500812 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.501803 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:11:39.502016 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 4 columns (4 merged, 0 gathered) in 0.004489789 sec., 34077.32523733298 rows/sec., 2.70 MiB/sec. 2024.05.30 04:11:39.502311 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.30 04:11:39.502475 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.502822 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} executeQuery: Read 4 rows, 334.00 B in 0.004206 sec., 951.0223490252022 rows/sec., 77.55 KiB/sec. 2024.05.30 04:11:39.503474 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.503508 [ 3 ] {a44f479b-583c-4ab7-be18-67e9cfaa78a6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:11:39.503542 [ 3 ] {} HTTP-Session: e401e408-2fd5-499b-84b3-14cca3dc04bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.503635 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.503741 [ 197 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_6_1} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.30 04:11:39.503761 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.503869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.503903 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.30 04:11:39.503914 [ 3 ] {} HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.503959 [ 3 ] {} HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.503973 [ 3 ] {} HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.504006 [ 3 ] {} HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.504158 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.504204 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:39.504352 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.504774 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.504811 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.505148 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.30 04:11:39.505460 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.505613 [ 29 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.30 04:11:39.505628 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} executeQuery: Read 151 rows, 12.93 KiB in 0.001527 sec., 98886.70595939751 rows/sec., 8.27 MiB/sec. 2024.05.30 04:11:39.505664 [ 29 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.505727 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.506008 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.506092 [ 3 ] {6e60ead2-adcd-4c04-a918-01752ca015f0} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:11:39.506147 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.30 04:11:39.506160 [ 3 ] {} HTTP-Session: e2685f66-045f-4b46-8f42-55f974cc4684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.506397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.506400 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:39.506479 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.506479 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part 2024.05.30 04:11:39.506515 [ 3 ] {} HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.506538 [ 3 ] {} HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.506569 [ 3 ] {} HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.506676 [ 3 ] {} HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.506829 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 149 rows starting from the beginning of the part 2024.05.30 04:11:39.507073 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.507097 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 95 rows starting from the beginning of the part 2024.05.30 04:11:39.507203 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:11:39.507526 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2024.05.30 04:11:39.507877 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2024.05.30 04:11:39.508039 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.508180 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 151 rows starting from the beginning of the part 2024.05.30 04:11:39.508933 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.508988 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.509820 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.30 04:11:39.510787 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.511221 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} executeQuery: Read 4 rows, 286.00 B in 0.004252 sec., 940.7337723424272 rows/sec., 65.69 KiB/sec. 2024.05.30 04:11:39.511627 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 4 columns (4 merged, 0 gathered) in 0.005797854 sec., 129703.16258394916 rows/sec., 10.58 MiB/sec. 2024.05.30 04:11:39.511754 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.511791 [ 3 ] {13ac5de8-43b3-423e-a782-b1e8798fb71a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:11:39.511812 [ 3 ] {} HTTP-Session: 484da293-d9ed-46d8-a07b-56a29d6f9130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.511861 [ 198 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.30 04:11:39.511980 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.512062 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.512092 [ 3 ] {} HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.512140 [ 3 ] {} HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.512191 [ 3 ] {} HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.512297 [ 3 ] {} HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.512554 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.512630 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:39.512643 [ 198 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.512850 [ 198 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_16_3} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.30 04:11:39.513046 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.30 04:11:39.513061 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.513428 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.513466 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.513783 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.30 04:11:39.514082 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.514236 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} executeQuery: Read 99 rows, 7.92 KiB in 0.00179 sec., 55307.262569832405 rows/sec., 4.32 MiB/sec. 2024.05.30 04:11:39.514238 [ 29 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.30 04:11:39.514322 [ 29 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.514357 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.514578 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.514653 [ 3 ] {42aa6952-72a0-4d42-8612-2bb658ea5339} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:11:39.514704 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.30 04:11:39.514747 [ 3 ] {} HTTP-Session: d44be322-136f-47b0-8cb0-d1ee92861ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.515031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.515073 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:39.515094 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.515119 [ 3 ] {} HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.515117 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 115 rows starting from the beginning of the part 2024.05.30 04:11:39.515136 [ 3 ] {} HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.515154 [ 3 ] {} HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.515194 [ 3 ] {} HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.515342 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 108 rows starting from the beginning of the part 2024.05.30 04:11:39.515541 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.515625 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 94 rows starting from the beginning of the part 2024.05.30 04:11:39.515711 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:39.515856 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 95 rows starting from the beginning of the part 2024.05.30 04:11:39.516221 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2024.05.30 04:11:39.516563 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 99 rows starting from the beginning of the part 2024.05.30 04:11:39.517107 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.517692 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.517738 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.518348 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.30 04:11:39.518472 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 4 columns (4 merged, 0 gathered) in 0.004012101 sec., 143316.4319642003 rows/sec., 11.19 MiB/sec. 2024.05.30 04:11:39.518715 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.30 04:11:39.519099 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.519435 [ 29 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.30 04:11:39.519470 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} executeQuery: Read 162 rows, 11.55 KiB in 0.004077 sec., 39735.09933774835 rows/sec., 2.77 MiB/sec. 2024.05.30 04:11:39.519519 [ 29 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.519625 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.519647 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.520064 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_16_3} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.30 04:11:39.520131 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.520214 [ 3 ] {0b9c47fe-2af9-4e25-9a6f-e1db9aa4a64e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:39.520328 [ 3 ] {} HTTP-Session: f72239ef-1903-47de-b3a8-54bb70c3d464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.520557 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.30 04:11:39.520619 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.520664 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.30 04:11:39.520726 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.520787 [ 3 ] {} HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.520837 [ 3 ] {} HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.520878 [ 3 ] {} HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.520981 [ 3 ] {} HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.520980 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:39.521043 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1580 rows starting from the beginning of the part 2024.05.30 04:11:39.521237 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2024.05.30 04:11:39.521529 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.521539 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 199 rows starting from the beginning of the part 2024.05.30 04:11:39.521749 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:11:39.521803 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2024.05.30 04:11:39.522243 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2024.05.30 04:11:39.522595 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part 2024.05.30 04:11:39.522994 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.523954 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.524034 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.525088 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:11:39.525778 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.005952716 sec., 406705.1073829156 rows/sec., 28.38 MiB/sec. 2024.05.30 04:11:39.525955 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.526105 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.30 04:11:39.526168 [ 29 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.30 04:11:39.526266 [ 29 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.526267 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} executeQuery: Read 31 rows, 42.84 KiB in 0.005117 sec., 6058.237248387727 rows/sec., 8.18 MiB/sec. 2024.05.30 04:11:39.526333 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.526943 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.30 04:11:39.527041 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.527121 [ 3 ] {dc02fb6f-ee3e-4c82-8863-545fa7ae5a6b} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:11:39.527197 [ 3 ] {} HTTP-Session: 78e39c8d-5381-4f79-9246-039429ffe0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.527470 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:39.527490 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:39.527564 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2024.05.30 04:11:39.527622 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:39.527670 [ 3 ] {} HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:39.527755 [ 3 ] {} HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.527822 [ 3 ] {} HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.527925 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2024.05.30 04:11:39.527963 [ 3 ] {} HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:39.528099 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.528401 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2024.05.30 04:11:39.528429 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:39.528659 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_16_3} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.30 04:11:39.528711 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:39.529007 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part 2024.05.30 04:11:39.529139 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2024.05.30 04:11:39.529400 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part 2024.05.30 04:11:39.529770 [ 196 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part 2024.05.30 04:11:39.530263 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:39.530778 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.530818 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.531343 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.30 04:11:39.531900 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.531978 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 6 columns (6 merged, 0 gathered) in 0.005461677 sec., 28013.37391427578 rows/sec., 37.80 MiB/sec. 2024.05.30 04:11:39.532159 [ 29 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.30 04:11:39.532174 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} executeQuery: Read 60 rows, 4.14 KiB in 0.003947 sec., 15201.418799087915 rows/sec., 1.02 MiB/sec. 2024.05.30 04:11:39.532223 [ 29 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:39.532363 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. 2024.05.30 04:11:39.532468 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.30 04:11:39.532725 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} DynamicQueryHandler: Done processing query 2024.05.30 04:11:39.532805 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.30 04:11:39.532809 [ 3 ] {13f5a2a8-0038-40aa-9cd5-b20c3f24b98f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:39.532881 [ 3 ] {} HTTP-Session: f124f26c-9d98-4a5f-91da-58ed02767f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:39.533081 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:11:39.533140 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 542 rows starting from the beginning of the part 2024.05.30 04:11:39.533357 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:39.533648 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.533674 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:39.534037 [ 194 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_6_1} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.30 04:11:39.534038 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:39.534366 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2024.05.30 04:11:39.534434 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:39.534626 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2024.05.30 04:11:39.535802 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 4 columns (4 merged, 0 gathered) in 0.003260128 sec., 258272.0678451889 rows/sec., 17.37 MiB/sec. 2024.05.30 04:11:39.535955 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.30 04:11:39.536311 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:39.536383 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_16_3} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.30 04:11:39.536451 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2024.05.30 04:11:43.103765 [ 33 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:11:43.103822 [ 33 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:11:44.494532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:44.494670 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:44.494698 [ 3 ] {} HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:44.494725 [ 3 ] {} HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.494743 [ 3 ] {} HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.494796 [ 3 ] {} HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:44.495010 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:44.495085 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:44.495295 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:44.495783 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:44.495830 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:44.496209 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.30 04:11:44.496538 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:44.496711 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} executeQuery: Read 56 rows, 4.38 KiB in 0.001766 sec., 31710.07927519819 rows/sec., 2.42 MiB/sec. 2024.05.30 04:11:44.496924 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} DynamicQueryHandler: Done processing query 2024.05.30 04:11:44.496952 [ 3 ] {40294a55-1d44-48bc-a962-5c620cc9e85a} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:11:44.496968 [ 3 ] {} HTTP-Session: a5d38f7c-a890-4b77-9cd8-2c6e8407d090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.497109 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:44.497162 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:44.497182 [ 3 ] {} HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:44.497200 [ 3 ] {} HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.497214 [ 3 ] {} HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.497248 [ 3 ] {} HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:44.497373 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:44.497419 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:44.497550 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:44.497877 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:44.497915 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:44.498228 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.30 04:11:44.498535 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:44.498692 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} executeQuery: Read 64 rows, 5.12 KiB in 0.001363 sec., 46955.24578136463 rows/sec., 3.66 MiB/sec. 2024.05.30 04:11:44.498850 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} DynamicQueryHandler: Done processing query 2024.05.30 04:11:44.498875 [ 3 ] {972880e6-3668-4c15-a072-be13e03fce4f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:11:44.498891 [ 3 ] {} HTTP-Session: 0b0a53b4-256e-4f02-8c11-130610277928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.499041 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:44.499091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:44.499109 [ 3 ] {} HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:44.499126 [ 3 ] {} HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.499139 [ 3 ] {} HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.499171 [ 3 ] {} HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:44.499315 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:44.499363 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:44.499506 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:44.499866 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:44.499903 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:44.500302 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.30 04:11:44.500632 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:44.500791 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. 2024.05.30 04:11:44.501000 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} DynamicQueryHandler: Done processing query 2024.05.30 04:11:44.501024 [ 3 ] {7ca6a87c-4f6b-4dc1-804c-2cbdb6072af6} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:44.501040 [ 3 ] {} HTTP-Session: e939310a-0205-4808-9c12-a53389cf096c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.501155 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:44.501205 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:44.501223 [ 3 ] {} HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:44.501239 [ 3 ] {} HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.501252 [ 3 ] {} HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:44.501283 [ 3 ] {} HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:44.501405 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:44.501449 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:44.501575 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:44.501842 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:44.501877 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:44.502231 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.30 04:11:44.502540 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:44.502693 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. 2024.05.30 04:11:44.502993 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} DynamicQueryHandler: Done processing query 2024.05.30 04:11:44.503029 [ 3 ] {d3bce9fe-9b37-4625-a376-0c00c4001aa9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:44.503046 [ 3 ] {} HTTP-Session: 4dcb65f2-5766-425b-bb81-cb99b03cb4bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.496411 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:49.496549 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:49.496577 [ 3 ] {} HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:49.496604 [ 3 ] {} HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.496623 [ 3 ] {} HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.496677 [ 3 ] {} HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:49.496882 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:49.496956 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:11:49.497144 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:49.497580 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:49.497625 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:49.497990 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:11:49.498319 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:49.498481 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} executeQuery: Read 31 rows, 2.51 KiB in 0.001666 sec., 18607.442977190876 rows/sec., 1.47 MiB/sec. 2024.05.30 04:11:49.498700 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} DynamicQueryHandler: Done processing query 2024.05.30 04:11:49.498728 [ 3 ] {fbfcd1ca-a560-4bf1-ae6b-e7997529b26d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:49.498745 [ 3 ] {} HTTP-Session: b706cdd8-6aa5-4947-b4af-d070a3cf29b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.498886 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:49.498939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:49.498959 [ 3 ] {} HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:49.498977 [ 3 ] {} HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.499019 [ 3 ] {} HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.499056 [ 3 ] {} HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:49.499200 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:49.499246 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:49.499378 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:49.499770 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:49.499808 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:49.500130 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.30 04:11:49.500449 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:49.500668 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} executeQuery: Read 149 rows, 12.78 KiB in 0.00152 sec., 98026.31578947368 rows/sec., 8.21 MiB/sec. 2024.05.30 04:11:49.500829 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} DynamicQueryHandler: Done processing query 2024.05.30 04:11:49.500853 [ 3 ] {1e4f062e-cc4c-40a9-9d33-6841dbcd651e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:11:49.500869 [ 3 ] {} HTTP-Session: 0b96ad03-b178-40cc-b195-4d9c27e668a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.500989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:49.501037 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:49.501056 [ 3 ] {} HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:49.501073 [ 3 ] {} HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.501086 [ 3 ] {} HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.501117 [ 3 ] {} HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:49.501235 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:49.501277 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:49.501400 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:49.501737 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:49.501773 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:49.502095 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.30 04:11:49.502403 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:49.502563 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} executeQuery: Read 95 rows, 7.60 KiB in 0.001367 sec., 69495.24506217997 rows/sec., 5.43 MiB/sec. 2024.05.30 04:11:49.502846 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} DynamicQueryHandler: Done processing query 2024.05.30 04:11:49.502871 [ 3 ] {51026ac9-4375-4cb4-a44f-08031fbfb3d2} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:11:49.502887 [ 3 ] {} HTTP-Session: 0150696f-3c12-44a6-886a-8509e36eb6c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.503033 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:49.503081 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:49.503100 [ 3 ] {} HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:49.503116 [ 3 ] {} HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.503130 [ 3 ] {} HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.503161 [ 3 ] {} HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:49.503307 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:49.503356 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:49.503520 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:49.503899 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:49.503937 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:49.504297 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.30 04:11:49.504605 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:49.504761 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. 2024.05.30 04:11:49.504905 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} DynamicQueryHandler: Done processing query 2024.05.30 04:11:49.504927 [ 3 ] {c42f7b82-d4d9-4851-8c71-47fae1ac63bb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:49.504942 [ 3 ] {} HTTP-Session: 9f006647-b45b-4542-9844-b696cb7b0181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.505171 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:49.505220 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:49.505239 [ 3 ] {} HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:49.505256 [ 3 ] {} HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.505270 [ 3 ] {} HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.505301 [ 3 ] {} HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:49.505546 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:49.505594 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:11:49.505754 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:49.506168 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:49.506204 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:49.506621 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:11:49.506963 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:49.507126 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} executeQuery: Read 31 rows, 42.84 KiB in 0.001744 sec., 17775.229357798165 rows/sec., 23.99 MiB/sec. 2024.05.30 04:11:49.507280 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} DynamicQueryHandler: Done processing query 2024.05.30 04:11:49.507304 [ 3 ] {46800416-9464-4d84-ac5d-6b1d87634bbf} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:11:49.507320 [ 3 ] {} HTTP-Session: 8da6a10f-56d8-4dc4-a6e5-db7686cd67eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.507435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:49.507482 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:49.507501 [ 3 ] {} HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:49.507517 [ 3 ] {} HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.507530 [ 3 ] {} HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:49.507560 [ 3 ] {} HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:49.507672 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:49.507715 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:49.507839 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:49.508096 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:49.508132 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:49.508482 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.30 04:11:49.508799 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:49.508957 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. 2024.05.30 04:11:49.509110 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} DynamicQueryHandler: Done processing query 2024.05.30 04:11:49.509134 [ 3 ] {48ae19df-5109-4cb7-95aa-47aeb2f1688f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:49.509150 [ 3 ] {} HTTP-Session: fd4996fe-fd4e-4e17-ac76-2d8df0a0bbdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.496020 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:54.496134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:54.496167 [ 3 ] {} HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:54.496191 [ 3 ] {} HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.496205 [ 3 ] {} HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.496252 [ 3 ] {} HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:54.496448 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:54.496512 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:54.496693 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:54.497100 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:54.497155 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:54.497513 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.30 04:11:54.497831 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:54.497998 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} executeQuery: Read 92 rows, 7.14 KiB in 0.001613 sec., 57036.577805331675 rows/sec., 4.32 MiB/sec. 2024.05.30 04:11:54.498206 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} DynamicQueryHandler: Done processing query 2024.05.30 04:11:54.498234 [ 3 ] {17b8680b-2b8b-43bd-a615-c5d593cc20d7} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:11:54.498249 [ 3 ] {} HTTP-Session: c605d2af-79f7-4b3f-a4b4-da58ee206139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.498383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:54.498433 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:54.498452 [ 3 ] {} HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:54.498470 [ 3 ] {} HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.498484 [ 3 ] {} HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.498518 [ 3 ] {} HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:54.498642 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:54.498687 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:54.498817 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:54.499121 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:54.499166 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:54.499471 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.30 04:11:54.499765 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:54.499919 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} executeQuery: Read 88 rows, 7.01 KiB in 0.00132 sec., 66666.66666666667 rows/sec., 5.19 MiB/sec. 2024.05.30 04:11:54.500072 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} DynamicQueryHandler: Done processing query 2024.05.30 04:11:54.500095 [ 3 ] {a0568e9d-f353-468a-bdb3-06b0dd20c096} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:11:54.500111 [ 3 ] {} HTTP-Session: 06a7bf2f-8507-49f8-9ce6-d9282d678284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.500330 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:54.500379 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:54.500398 [ 3 ] {} HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:54.500415 [ 3 ] {} HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.500428 [ 3 ] {} HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.500460 [ 3 ] {} HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:54.500620 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:54.500668 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:54.500811 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:54.501183 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:54.501225 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:54.501630 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.30 04:11:54.501955 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:54.502114 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} executeQuery: Read 196 rows, 14.01 KiB in 0.001573 sec., 124602.67005721551 rows/sec., 8.70 MiB/sec. 2024.05.30 04:11:54.502272 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} DynamicQueryHandler: Done processing query 2024.05.30 04:11:54.502297 [ 3 ] {49e2d7b9-502c-4c32-a3fd-48c286cbc573} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:11:54.502312 [ 3 ] {} HTTP-Session: 6c18fa86-6640-482c-9652-9e9cb4bf19ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.502428 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:54.502477 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:54.502496 [ 3 ] {} HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:54.502513 [ 3 ] {} HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.502526 [ 3 ] {} HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:54.502558 [ 3 ] {} HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:54.502670 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:54.502715 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:54.502841 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:54.503096 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:54.503132 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:54.503474 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.30 04:11:54.503786 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:54.503923 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. 2024.05.30 04:11:54.504078 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} DynamicQueryHandler: Done processing query 2024.05.30 04:11:54.504102 [ 3 ] {c58e13b1-9fbb-4e02-9880-51100fdf8f3a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:54.504117 [ 3 ] {} HTTP-Session: ce063baa-ddf9-41d8-a6a3-b6fb4d3989ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:58.104074 [ 40 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:11:58.104131 [ 40 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:11:59.001241 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000866505 sec. 2024.05.30 04:11:59.496580 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:59.496702 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:59.496731 [ 3 ] {} HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:59.496759 [ 3 ] {} HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.496777 [ 3 ] {} HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.496833 [ 3 ] {} HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:59.497046 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:59.497120 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:11:59.497333 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:59.497722 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:59.497768 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:59.498133 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:11:59.498482 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:59.498646 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} executeQuery: Read 31 rows, 2.51 KiB in 0.001667 sec., 18596.280743851228 rows/sec., 1.47 MiB/sec. 2024.05.30 04:11:59.498938 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} DynamicQueryHandler: Done processing query 2024.05.30 04:11:59.498966 [ 3 ] {b1e9bf89-e741-4a6d-aa8a-d2e2f75259bf} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:59.498983 [ 3 ] {} HTTP-Session: 9ffdebf3-252d-4e80-99c3-23f71e41e9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.499182 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:59.499236 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:59.499261 [ 3 ] {} HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:59.499279 [ 3 ] {} HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.499293 [ 3 ] {} HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.499328 [ 3 ] {} HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:59.499474 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:59.499524 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:11:59.499673 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:59.500127 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:59.500165 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:59.500491 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.30 04:11:59.500790 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:59.500958 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} executeQuery: Read 149 rows, 12.78 KiB in 0.00154 sec., 96753.24675324676 rows/sec., 8.11 MiB/sec. 2024.05.30 04:11:59.501163 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} DynamicQueryHandler: Done processing query 2024.05.30 04:11:59.501188 [ 3 ] {7e2f149b-65ab-44cd-836d-3f6fe3bda9f2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:11:59.501203 [ 3 ] {} HTTP-Session: e4734be5-7b12-4232-9300-8663f8e3368b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.501348 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:59.501399 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:59.501418 [ 3 ] {} HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:59.501435 [ 3 ] {} HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.501449 [ 3 ] {} HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.501481 [ 3 ] {} HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:59.501601 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:59.501644 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:11:59.501773 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:59.502624 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:59.502719 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:59.503047 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.30 04:11:59.503403 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:59.503564 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} executeQuery: Read 95 rows, 7.60 KiB in 0.001997 sec., 47571.35703555333 rows/sec., 3.72 MiB/sec. 2024.05.30 04:11:59.503850 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} DynamicQueryHandler: Done processing query 2024.05.30 04:11:59.503875 [ 3 ] {b16e0197-4b51-4ad9-a119-96c71957c34f} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:11:59.503891 [ 3 ] {} HTTP-Session: 73c7fa00-f36c-405d-8de6-77bc133c5a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.504046 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:59.504095 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:59.504115 [ 3 ] {} HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:59.504132 [ 3 ] {} HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.504145 [ 3 ] {} HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.504176 [ 3 ] {} HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:59.504320 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:59.504367 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:11:59.504529 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:59.504915 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:59.504951 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:59.505331 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.30 04:11:59.505683 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:59.505841 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. 2024.05.30 04:11:59.506014 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} DynamicQueryHandler: Done processing query 2024.05.30 04:11:59.506039 [ 3 ] {809ce5c5-5f85-4af7-94aa-a50482eafc81} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:11:59.506054 [ 3 ] {} HTTP-Session: e0e995f0-5e87-45b5-a04d-b8d06131a2a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.506196 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:59.506245 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:59.506265 [ 3 ] {} HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:59.506282 [ 3 ] {} HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.506296 [ 3 ] {} HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.506326 [ 3 ] {} HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:59.506577 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:59.506625 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:11:59.506785 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:59.507255 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:59.507291 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:59.507688 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:11:59.508022 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:59.508182 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} executeQuery: Read 31 rows, 42.84 KiB in 0.001778 sec., 17435.320584926885 rows/sec., 23.53 MiB/sec. 2024.05.30 04:11:59.508463 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} DynamicQueryHandler: Done processing query 2024.05.30 04:11:59.508488 [ 3 ] {c9f56f1e-1c87-4ee4-be1d-ca4f85d006e9} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:11:59.508505 [ 3 ] {} HTTP-Session: 85630fd6-c355-47aa-9421-cb381d8bc209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.508637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:11:59.508685 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:11:59.508705 [ 3 ] {} HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:11:59.508722 [ 3 ] {} HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.508736 [ 3 ] {} HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:11:59.508767 [ 3 ] {} HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:11:59.508893 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:11:59.508939 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:11:59.509078 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:11:59.509366 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:11:59.509402 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:11:59.509750 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.30 04:11:59.510056 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:11:59.510214 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. 2024.05.30 04:11:59.510727 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} DynamicQueryHandler: Done processing query 2024.05.30 04:11:59.510775 [ 3 ] {e2776d73-95ec-4553-aea9-d034b4427a0b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:11:59.510804 [ 3 ] {} HTTP-Session: 35a66b23-e2cd-451c-a756-df4582be78ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.494901 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:04.495030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:04.495058 [ 3 ] {} HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:04.495084 [ 3 ] {} HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.495102 [ 3 ] {} HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.495157 [ 3 ] {} HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:04.495363 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:04.495434 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:04.495640 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:04.496081 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.496120 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.496467 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.30 04:12:04.496797 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.496941 [ 122 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.30 04:12:04.496944 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} executeQuery: Read 56 rows, 4.38 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.59 MiB/sec. 2024.05.30 04:12:04.496981 [ 122 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.497014 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.497137 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.30 04:12:04.497169 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} DynamicQueryHandler: Done processing query 2024.05.30 04:12:04.497198 [ 3 ] {8b426aa8-dba5-48fb-8199-c780d3f0a06b} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:12:04.497224 [ 3 ] {} HTTP-Session: 7db91ec2-0f2c-4038-b1ce-1ef1fbc47a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.497274 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:04.497303 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 190 rows starting from the beginning of the part 2024.05.30 04:12:04.497417 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2024.05.30 04:12:04.497455 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:04.497627 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:04.497768 [ 3 ] {} HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:04.497795 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 149 rows starting from the beginning of the part 2024.05.30 04:12:04.497839 [ 3 ] {} HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.497897 [ 3 ] {} HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.498058 [ 3 ] {} HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:04.498182 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 92 rows starting from the beginning of the part 2024.05.30 04:12:04.498456 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:04.498477 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 149 rows starting from the beginning of the part 2024.05.30 04:12:04.498592 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:04.498753 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2024.05.30 04:12:04.499460 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:04.499986 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.500028 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.500489 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.30 04:12:04.500797 [ 187 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 4 columns (4 merged, 0 gathered) in 0.003710976 sec., 186473.85485651213 rows/sec., 15.10 MiB/sec. 2024.05.30 04:12:04.501042 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.30 04:12:04.501047 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.501370 [ 122 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.30 04:12:04.501417 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} executeQuery: Read 64 rows, 5.12 KiB in 0.003092 sec., 20698.576972833118 rows/sec., 1.62 MiB/sec. 2024.05.30 04:12:04.501460 [ 122 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.501572 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.502046 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.30 04:12:04.502213 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} DynamicQueryHandler: Done processing query 2024.05.30 04:12:04.502304 [ 3 ] {abdeec02-2f63-41ca-a4d6-ff6e9219b62f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:12:04.502372 [ 3 ] {} HTTP-Session: 50504020-4ce8-4888-8236-44c979cea4cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.502409 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:04.502484 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.502492 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 147 rows starting from the beginning of the part 2024.05.30 04:12:04.502663 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_21_4} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.30 04:12:04.502714 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2024.05.30 04:12:04.502734 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:04.503020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:04.503053 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.30 04:12:04.503141 [ 3 ] {} HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:04.503175 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 95 rows starting from the beginning of the part 2024.05.30 04:12:04.503215 [ 3 ] {} HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.503260 [ 3 ] {} HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.503384 [ 3 ] {} HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:04.503399 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 88 rows starting from the beginning of the part 2024.05.30 04:12:04.503549 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 95 rows starting from the beginning of the part 2024.05.30 04:12:04.503859 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:04.503910 [ 194 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2024.05.30 04:12:04.504082 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:04.504756 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:04.505727 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.505799 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.506552 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.004798855 sec., 115235.8218783439 rows/sec., 8.99 MiB/sec. 2024.05.30 04:12:04.506777 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.30 04:12:04.506785 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.30 04:12:04.507715 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.507766 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.507894 [ 202 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_21_4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.30 04:12:04.508026 [ 122 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.30 04:12:04.508115 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.30 04:12:04.508111 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} executeQuery: Read 160 rows, 11.41 KiB in 0.004517 sec., 35421.740092982065 rows/sec., 2.47 MiB/sec. 2024.05.30 04:12:04.508127 [ 122 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.508197 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.508529 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.30 04:12:04.508546 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} DynamicQueryHandler: Done processing query 2024.05.30 04:12:04.508626 [ 3 ] {912b43bf-6dbf-49c8-b47c-ab854ee8e502} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:04.508690 [ 3 ] {} HTTP-Session: 85c767ce-4a41-4bda-9adf-068ad53cc421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.508979 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:04.509125 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:04.509204 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:04.509203 [ 3 ] {} HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:04.509288 [ 3 ] {} HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.509297 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2421 rows starting from the beginning of the part 2024.05.30 04:12:04.509325 [ 3 ] {} HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.509448 [ 3 ] {} HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:04.509550 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:04.509790 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:04.509976 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:04.510059 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part 2024.05.30 04:12:04.510132 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:04.510297 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:04.510663 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:04.511309 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:04.511875 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.511920 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.512933 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.30 04:12:04.513457 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.513774 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3257 rows, containing 5 columns (5 merged, 0 gathered) in 0.005441366 sec., 598562.9343808154 rows/sec., 41.75 MiB/sec. 2024.05.30 04:12:04.513809 [ 122 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.30 04:12:04.513848 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} executeQuery: Read 60 rows, 4.14 KiB in 0.004125 sec., 14545.454545454544 rows/sec., 1003.79 KiB/sec. 2024.05.30 04:12:04.513889 [ 122 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:04.513945 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:04.514281 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} DynamicQueryHandler: Done processing query 2024.05.30 04:12:04.514427 [ 3 ] {6179d930-5848-44df-a0e0-26255a65e4ac} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:04.514432 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.30 04:12:04.514542 [ 3 ] {} HTTP-Session: 312add81-8415-42e3-af11-ec1900858db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:04.514853 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.30 04:12:04.515384 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:04.515477 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 842 rows starting from the beginning of the part 2024.05.30 04:12:04.515778 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:04.515801 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.516108 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:04.516139 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_21_4} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.30 04:12:04.516427 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:04.516454 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2024.05.30 04:12:04.516613 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:04.516804 [ 189 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:04.518117 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 4 columns (4 merged, 0 gathered) in 0.004039142 sec., 282733.31316403334 rows/sec., 19.02 MiB/sec. 2024.05.30 04:12:04.518290 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.30 04:12:04.518681 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:04.518762 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_21_4} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.30 04:12:04.518842 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2024.05.30 04:12:09.496954 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.497068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.497096 [ 3 ] {} HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.497118 [ 3 ] {} HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.497132 [ 3 ] {} HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.497179 [ 3 ] {} HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.497374 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.497436 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:12:09.497614 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.498068 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.498109 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.498471 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:12:09.498792 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.498941 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} executeQuery: Read 31 rows, 2.51 KiB in 0.001625 sec., 19076.923076923078 rows/sec., 1.51 MiB/sec. 2024.05.30 04:12:09.499153 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.499179 [ 3 ] {06b4c05e-936c-4e61-914f-9e3aa3879935} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:09.499194 [ 3 ] {} HTTP-Session: 82a7950b-6c2e-4f5e-b616-17485d902677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.499321 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.499370 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.499388 [ 3 ] {} HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.499405 [ 3 ] {} HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.499418 [ 3 ] {} HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.499449 [ 3 ] {} HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.499545 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.499588 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:12:09.499716 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.500026 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.500062 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.500370 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:12:09.500664 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.500819 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} executeQuery: Read 4 rows, 334.00 B in 0.001289 sec., 3103.1807602792865 rows/sec., 253.04 KiB/sec. 2024.05.30 04:12:09.500983 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.501009 [ 3 ] {1924f1c8-3fca-4f77-98e5-18a7f9875052} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:12:09.501024 [ 3 ] {} HTTP-Session: 6cda1060-3776-4e12-8525-9254423c929f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.501151 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.501196 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.501215 [ 3 ] {} HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.501232 [ 3 ] {} HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.501246 [ 3 ] {} HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.501276 [ 3 ] {} HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.501424 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.501465 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:09.501588 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.501981 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.502017 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.502335 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.30 04:12:09.502629 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.502783 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} executeQuery: Read 151 rows, 12.93 KiB in 0.001416 sec., 106638.41807909605 rows/sec., 8.92 MiB/sec. 2024.05.30 04:12:09.502946 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.502969 [ 3 ] {68894267-a750-401b-a369-a26bb11e0117} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:12:09.502985 [ 3 ] {} HTTP-Session: 6dc5f705-ec24-4b27-b65e-971d90b18970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.503093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.503141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.503160 [ 3 ] {} HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.503177 [ 3 ] {} HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.503191 [ 3 ] {} HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.503221 [ 3 ] {} HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.503331 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.503374 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:12:09.503499 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.503786 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.503822 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.504113 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.30 04:12:09.504420 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.504549 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} executeQuery: Read 4 rows, 286.00 B in 0.001243 sec., 3218.0209171359616 rows/sec., 224.70 KiB/sec. 2024.05.30 04:12:09.504741 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.504765 [ 3 ] {7a031585-c5f1-42de-8ffa-84407ce1e5b6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:12:09.504781 [ 3 ] {} HTTP-Session: 132c6ffa-a870-4b65-a040-27d900071c1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.504896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.504943 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.504961 [ 3 ] {} HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.504979 [ 3 ] {} HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.504992 [ 3 ] {} HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.505023 [ 3 ] {} HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.505141 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.505182 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:09.505317 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.505664 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.505700 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.506010 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.30 04:12:09.506311 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.506460 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} executeQuery: Read 99 rows, 7.92 KiB in 0.001359 sec., 72847.6821192053 rows/sec., 5.69 MiB/sec. 2024.05.30 04:12:09.506618 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.506642 [ 3 ] {34a110a1-7f85-4f07-87c9-1e28a0fc9f0b} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:12:09.506658 [ 3 ] {} HTTP-Session: f6cfc075-c376-480e-b293-7eba9225a528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.506801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.506858 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.506879 [ 3 ] {} HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.506896 [ 3 ] {} HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.506910 [ 3 ] {} HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.506942 [ 3 ] {} HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.507096 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.507144 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:09.507291 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.507679 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.507716 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.508108 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.30 04:12:09.508450 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.508600 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} executeQuery: Read 162 rows, 11.55 KiB in 0.001563 sec., 103646.83301343571 rows/sec., 7.22 MiB/sec. 2024.05.30 04:12:09.508938 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.508963 [ 3 ] {7e7a9e32-4b6f-4ebf-adc0-e292dc729d45} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:09.508980 [ 3 ] {} HTTP-Session: 19ee238a-b351-4bc2-9525-3022eebc3853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.509161 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.509211 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.509230 [ 3 ] {} HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.509247 [ 3 ] {} HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.509261 [ 3 ] {} HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.509292 [ 3 ] {} HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.509564 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.509615 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:12:09.509797 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.510430 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.510469 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.510896 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:12:09.511232 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.511391 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} executeQuery: Read 31 rows, 42.84 KiB in 0.002 sec., 15500 rows/sec., 20.92 MiB/sec. 2024.05.30 04:12:09.511574 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.511599 [ 3 ] {d491fc57-eac7-44e4-909c-95f2d082364d} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:12:09.511615 [ 3 ] {} HTTP-Session: 1549b5c3-5277-462b-b401-caa0a3554bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.511731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:09.511780 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:09.511799 [ 3 ] {} HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:09.511816 [ 3 ] {} HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.511829 [ 3 ] {} HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:09.511861 [ 3 ] {} HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:09.511986 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:09.512030 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:09.512159 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:09.512523 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:09.512560 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. 2024.05.30 04:12:09.512927 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.30 04:12:09.513261 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:09.513407 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. 2024.05.30 04:12:09.513620 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} DynamicQueryHandler: Done processing query 2024.05.30 04:12:09.513645 [ 3 ] {dd98665b-ec77-4762-b6cf-c4425bb261fa} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:09.513662 [ 3 ] {} HTTP-Session: a1327413-0d77-4f19-b918-62ab4a70d01b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:13.104379 [ 117 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:12:13.104429 [ 117 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:12:14.493743 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:14.493874 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:14.493903 [ 3 ] {} HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:14.493930 [ 3 ] {} HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.493947 [ 3 ] {} HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.494001 [ 3 ] {} HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:14.494209 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:14.494281 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:14.494494 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:14.495072 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:14.495116 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:14.495479 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.30 04:12:14.495802 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:14.495997 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} executeQuery: Read 56 rows, 4.38 KiB in 0.00185 sec., 30270.27027027027 rows/sec., 2.31 MiB/sec. 2024.05.30 04:12:14.496202 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} DynamicQueryHandler: Done processing query 2024.05.30 04:12:14.496230 [ 3 ] {267abe91-d7e2-4ab6-a84b-689b4de583df} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:12:14.496245 [ 3 ] {} HTTP-Session: 778e590f-0394-455e-8166-589b3454fdc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.496377 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:14.496431 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:14.496451 [ 3 ] {} HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:14.496469 [ 3 ] {} HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.496482 [ 3 ] {} HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.496516 [ 3 ] {} HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:14.496639 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:14.496684 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:14.496819 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:14.497177 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:14.497214 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:14.497569 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.30 04:12:14.497879 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:14.498043 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} executeQuery: Read 64 rows, 5.12 KiB in 0.001448 sec., 44198.895027624305 rows/sec., 3.45 MiB/sec. 2024.05.30 04:12:14.498214 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} DynamicQueryHandler: Done processing query 2024.05.30 04:12:14.498239 [ 3 ] {2f345a5c-f6b1-4488-98d6-daf94bfc7bd1} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:12:14.498257 [ 3 ] {} HTTP-Session: 70f34c4c-4eaf-46bb-a090-78d999267e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.498413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:14.498466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:14.498486 [ 3 ] {} HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:14.498503 [ 3 ] {} HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.498517 [ 3 ] {} HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.498550 [ 3 ] {} HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:14.498697 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:14.498746 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:14.498898 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:14.499283 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:14.499321 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:14.499711 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.30 04:12:14.500053 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:14.500217 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. 2024.05.30 04:12:14.500391 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} DynamicQueryHandler: Done processing query 2024.05.30 04:12:14.500415 [ 3 ] {a18dd14e-a6f0-49b9-9a01-de432d34434b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:14.500432 [ 3 ] {} HTTP-Session: 9af18f27-62a2-49ae-8647-781d39815de0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.500551 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:14.500601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:14.500620 [ 3 ] {} HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:14.500637 [ 3 ] {} HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.500650 [ 3 ] {} HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:14.500681 [ 3 ] {} HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:14.500811 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:14.500857 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:14.500986 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:14.501282 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:14.501318 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:14.501664 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.30 04:12:14.501985 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:14.502140 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. 2024.05.30 04:12:14.502303 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} DynamicQueryHandler: Done processing query 2024.05.30 04:12:14.502327 [ 3 ] {502d77f7-ecad-4b48-a7e5-0741f71d8c57} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:14.502342 [ 3 ] {} HTTP-Session: ab04363e-7a5d-4d93-b3b9-753ce7bee5aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.495672 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:19.495812 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:19.495842 [ 3 ] {} HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:19.495870 [ 3 ] {} HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.495889 [ 3 ] {} HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.495944 [ 3 ] {} HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:19.496141 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:19.496207 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:12:19.496395 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:19.496860 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:19.496907 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:19.497278 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:12:19.497610 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:19.497780 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} executeQuery: Read 31 rows, 2.51 KiB in 0.001692 sec., 18321.513002364067 rows/sec., 1.45 MiB/sec. 2024.05.30 04:12:19.497796 [ 148 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2024.05.30 04:12:19.497900 [ 148 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:19.497949 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:19.498069 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} DynamicQueryHandler: Done processing query 2024.05.30 04:12:19.498123 [ 3 ] {2c1076bb-ad91-4d99-a57e-7d59c8d50f2b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:19.498157 [ 3 ] {} HTTP-Session: 8038d383-a57a-4d0d-a144-6ff56579e610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.498158 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2024.05.30 04:12:19.498360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:19.498426 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:19.498462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:19.498501 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part 2024.05.30 04:12:19.498511 [ 3 ] {} HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:19.498566 [ 3 ] {} HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.498601 [ 3 ] {} HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.498736 [ 3 ] {} HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:19.498844 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:19.499133 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:19.499127 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:19.499251 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:19.499461 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:19.499765 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:19.500190 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:19.501180 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:19.501259 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:19.502285 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.30 04:12:19.502287 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004246035 sec., 36504.644921673986 rows/sec., 2.89 MiB/sec. 2024.05.30 04:12:19.502570 [ 190 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.05.30 04:12:19.502877 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:19.503216 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} executeQuery: Read 149 rows, 12.78 KiB in 0.004276 sec., 34845.65014031805 rows/sec., 2.92 MiB/sec. 2024.05.30 04:12:19.503444 [ 190 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:19.503562 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} DynamicQueryHandler: Done processing query 2024.05.30 04:12:19.503577 [ 190 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_10_2} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2024.05.30 04:12:19.503607 [ 3 ] {8a78fe41-d4d8-480e-98e0-f90d29b39163} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:12:19.503634 [ 3 ] {} HTTP-Session: 36cad4ac-327f-452f-a170-8488ab8cb6ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.503752 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.30 04:12:19.503811 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:19.503872 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:19.503890 [ 3 ] {} HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:19.503908 [ 3 ] {} HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.503922 [ 3 ] {} HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.503956 [ 3 ] {} HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:19.504110 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:19.504155 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:19.504316 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:19.504696 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:19.504735 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:19.505070 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.30 04:12:19.505424 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:19.505590 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} executeQuery: Read 95 rows, 7.60 KiB in 0.00154 sec., 61688.31168831169 rows/sec., 4.82 MiB/sec. 2024.05.30 04:12:19.505765 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} DynamicQueryHandler: Done processing query 2024.05.30 04:12:19.505792 [ 3 ] {b1afc30b-bf13-498f-b7a1-f88dac2b5c19} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:19.505810 [ 3 ] {} HTTP-Session: ea05e377-9ac5-4636-9fe6-9818a5fb27b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.505971 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:19.506042 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:19.506064 [ 3 ] {} HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:19.506083 [ 3 ] {} HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.506097 [ 3 ] {} HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.506130 [ 3 ] {} HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:19.506298 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:19.506346 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:19.506498 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:19.506911 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:19.506950 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:19.507350 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.30 04:12:19.507697 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:19.507863 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. 2024.05.30 04:12:19.508034 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} DynamicQueryHandler: Done processing query 2024.05.30 04:12:19.508059 [ 3 ] {592a27b9-416f-4121-93e7-34bfeeaf6829} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:19.508075 [ 3 ] {} HTTP-Session: b1291c3e-4e73-4456-8f98-dd330ac8fab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.508202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:19.508254 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:19.508273 [ 3 ] {} HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:19.508289 [ 3 ] {} HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.508303 [ 3 ] {} HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.508334 [ 3 ] {} HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:19.508597 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:19.508646 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:12:19.508811 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:19.509276 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:19.509313 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:19.509721 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:12:19.510057 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:19.510218 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} executeQuery: Read 31 rows, 42.84 KiB in 0.0018 sec., 17222.222222222223 rows/sec., 23.24 MiB/sec. 2024.05.30 04:12:19.510387 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} DynamicQueryHandler: Done processing query 2024.05.30 04:12:19.510411 [ 3 ] {740dcefc-2cc6-4ab3-92a7-68d9801d553c} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:12:19.510427 [ 3 ] {} HTTP-Session: a158856d-595d-4a3a-b301-ba4dc7358c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.510544 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:19.510594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:19.510613 [ 3 ] {} HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:19.510629 [ 3 ] {} HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.510642 [ 3 ] {} HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:19.510673 [ 3 ] {} HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:19.510804 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:19.510848 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:19.510975 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:19.511322 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:19.511359 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:19.511715 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.30 04:12:19.512039 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:19.512191 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. 2024.05.30 04:12:19.512505 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} DynamicQueryHandler: Done processing query 2024.05.30 04:12:19.512530 [ 3 ] {d2bc2e74-2dd2-455e-97d5-43f9e38ad93a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:19.512546 [ 3 ] {} HTTP-Session: f3279851-6fc8-4cab-a093-927e2a36b1c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.495625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:24.495766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:24.495794 [ 3 ] {} HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:24.495823 [ 3 ] {} HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.495841 [ 3 ] {} HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.495895 [ 3 ] {} HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:24.496089 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:24.496163 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:12:24.496345 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:24.496767 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:24.496811 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:24.497193 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:12:24.497539 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:24.497704 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} executeQuery: Read 6 rows, 501.00 B in 0.00167 sec., 3592.814371257485 rows/sec., 292.97 KiB/sec. 2024.05.30 04:12:24.497928 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} DynamicQueryHandler: Done processing query 2024.05.30 04:12:24.497955 [ 3 ] {6032aa73-99d2-4045-bd03-fc04dfdb7db7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:12:24.497972 [ 3 ] {} HTTP-Session: 43c6fd16-08f8-42c8-8bb7-a6b76da2fd8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.498111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:24.498161 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:24.498182 [ 3 ] {} HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:24.498199 [ 3 ] {} HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.498214 [ 3 ] {} HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.498271 [ 3 ] {} HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:24.498393 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:24.498437 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:24.498565 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:24.498902 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:24.498939 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:24.499253 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.30 04:12:24.499561 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:24.499728 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} executeQuery: Read 95 rows, 7.36 KiB in 0.001371 sec., 69292.48723559445 rows/sec., 5.24 MiB/sec. 2024.05.30 04:12:24.499933 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} DynamicQueryHandler: Done processing query 2024.05.30 04:12:24.499959 [ 3 ] {279bff7d-cb81-4188-b772-356be0642150} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:24.499976 [ 3 ] {} HTTP-Session: e26534c8-6225-4647-975c-1c1b731633d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.500091 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:24.500140 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:24.500160 [ 3 ] {} HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:24.500177 [ 3 ] {} HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.500192 [ 3 ] {} HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.500224 [ 3 ] {} HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:24.500319 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:24.500362 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:12:24.500486 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:24.500753 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:24.500791 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:24.501089 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.30 04:12:24.501394 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:24.501515 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} executeQuery: Read 6 rows, 429.00 B in 0.001221 sec., 4914.004914004914 rows/sec., 343.12 KiB/sec. 2024.05.30 04:12:24.501697 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} DynamicQueryHandler: Done processing query 2024.05.30 04:12:24.501723 [ 3 ] {9b4eefea-bb56-4c8b-9612-09664040ab1b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:12:24.501738 [ 3 ] {} HTTP-Session: da1d3a39-11fc-45c5-98ff-89eee3a94c76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.501857 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:24.501906 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:24.501925 [ 3 ] {} HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:24.501941 [ 3 ] {} HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.501955 [ 3 ] {} HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.501985 [ 3 ] {} HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:24.502102 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:24.502145 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:24.502270 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:24.502609 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:24.502646 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:24.502968 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.30 04:12:24.503268 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:24.503399 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} executeQuery: Read 94 rows, 7.50 KiB in 0.001338 sec., 70254.110612855 rows/sec., 5.48 MiB/sec. 2024.05.30 04:12:24.503554 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} DynamicQueryHandler: Done processing query 2024.05.30 04:12:24.503580 [ 3 ] {b4e2c617-80af-4ff5-bd14-1866dc316a74} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:24.503596 [ 3 ] {} HTTP-Session: 2638e8db-43cd-481d-9086-b4b179d662bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.503755 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:24.503804 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:24.503823 [ 3 ] {} HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:24.503840 [ 3 ] {} HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.503854 [ 3 ] {} HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.503884 [ 3 ] {} HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:24.504047 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:24.504093 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:24.504240 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:24.504647 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:24.504684 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:24.505071 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.30 04:12:24.505429 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:24.505564 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} executeQuery: Read 199 rows, 14.22 KiB in 0.001601 sec., 124297.31417863835 rows/sec., 8.68 MiB/sec. 2024.05.30 04:12:24.505724 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} DynamicQueryHandler: Done processing query 2024.05.30 04:12:24.505749 [ 3 ] {4abe81de-cdbe-4725-a0d8-a1c32be56863} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:12:24.505764 [ 3 ] {} HTTP-Session: f166bafd-a228-4d9b-ba97-7e8e222103a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.505877 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:24.505926 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:24.505944 [ 3 ] {} HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:24.505961 [ 3 ] {} HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.505974 [ 3 ] {} HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:24.506005 [ 3 ] {} HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:24.506141 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:24.506186 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:24.506311 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:24.506618 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:24.506655 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:24.506999 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.30 04:12:24.507310 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:24.507445 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. 2024.05.30 04:12:24.507590 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} DynamicQueryHandler: Done processing query 2024.05.30 04:12:24.507616 [ 3 ] {05bb9f3d-d0cc-4df7-b2a6-c114b5f48055} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:24.507631 [ 3 ] {} HTTP-Session: 58bc63c6-833a-4088-ad2d-4e72b1fdc9bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:28.104672 [ 125 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:12:28.104719 [ 125 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:12:29.496337 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:29.496459 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:29.496483 [ 3 ] {} HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:29.496506 [ 3 ] {} HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.496520 [ 3 ] {} HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.496567 [ 3 ] {} HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:29.496745 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:29.496809 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:12:29.496995 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:29.497418 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.497458 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.497817 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:12:29.498142 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.498292 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} executeQuery: Read 31 rows, 2.51 KiB in 0.001606 sec., 19302.61519302615 rows/sec., 1.53 MiB/sec. 2024.05.30 04:12:29.498625 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} DynamicQueryHandler: Done processing query 2024.05.30 04:12:29.498652 [ 3 ] {54a1e5f6-fa87-4804-bd63-cf118dbea09d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:29.498669 [ 3 ] {} HTTP-Session: a5d387f8-ae67-4c7d-a091-b802d6bc2674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.498845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:29.498899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:29.498917 [ 3 ] {} HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:29.498933 [ 3 ] {} HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.498947 [ 3 ] {} HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.498979 [ 3 ] {} HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:29.499117 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:29.499162 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:29.499309 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:29.499692 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.499729 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.500045 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.30 04:12:29.500345 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.500493 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} executeQuery: Read 149 rows, 12.78 KiB in 0.001428 sec., 104341.73669467786 rows/sec., 8.74 MiB/sec. 2024.05.30 04:12:29.500525 [ 144 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.30 04:12:29.500635 [ 144 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.500744 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.500881 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} DynamicQueryHandler: Done processing query 2024.05.30 04:12:29.500981 [ 3 ] {04874201-9df1-4d58-bbf1-5fdacdfb8783} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:12:29.501088 [ 3 ] {} HTTP-Session: 98892d43-a6d0-4a8a-8d2d-7eaf6951c674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.501174 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.30 04:12:29.501326 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:29.501397 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:29.501416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:29.501456 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 190 rows starting from the beginning of the part 2024.05.30 04:12:29.501466 [ 3 ] {} HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:29.501510 [ 3 ] {} HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.501545 [ 3 ] {} HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.501648 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 151 rows starting from the beginning of the part 2024.05.30 04:12:29.501694 [ 3 ] {} HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:29.501843 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2024.05.30 04:12:29.502163 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 149 rows starting from the beginning of the part 2024.05.30 04:12:29.502205 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:29.502394 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:29.502445 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 95 rows starting from the beginning of the part 2024.05.30 04:12:29.502800 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2024.05.30 04:12:29.503553 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:29.504354 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.504421 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.505119 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.30 04:12:29.505729 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 790 rows, containing 4 columns (4 merged, 0 gathered) in 0.004813845 sec., 164109.97861376926 rows/sec., 13.42 MiB/sec. 2024.05.30 04:12:29.505923 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.30 04:12:29.505974 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.506291 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} executeQuery: Read 95 rows, 7.60 KiB in 0.004361 sec., 21783.994496675074 rows/sec., 1.70 MiB/sec. 2024.05.30 04:12:29.506313 [ 144 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.30 04:12:29.506461 [ 144 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.506717 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.506878 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} DynamicQueryHandler: Done processing query 2024.05.30 04:12:29.506953 [ 3 ] {7cb3b1ea-0bb7-49d8-b578-0f5ca9f77612} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:29.507029 [ 3 ] {} HTTP-Session: 3498d9dc-a65a-4508-905a-813c006d92b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.507134 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.507143 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.30 04:12:29.507304 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:29.507316 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_26_5} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.30 04:12:29.507466 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:29.507552 [ 3 ] {} HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:29.507583 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.30 04:12:29.507615 [ 3 ] {} HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.507679 [ 3 ] {} HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.507734 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:29.507760 [ 3 ] {} HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:29.507809 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 147 rows starting from the beginning of the part 2024.05.30 04:12:29.508024 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 99 rows starting from the beginning of the part 2024.05.30 04:12:29.508234 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:29.508291 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2024.05.30 04:12:29.508471 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:29.508524 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 95 rows starting from the beginning of the part 2024.05.30 04:12:29.508855 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 94 rows starting from the beginning of the part 2024.05.30 04:12:29.509195 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part 2024.05.30 04:12:29.509852 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:29.510731 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.510805 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.511888 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.30 04:12:29.511957 [ 190 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 4 columns (4 merged, 0 gathered) in 0.005122021 sec., 115969.84862030046 rows/sec., 9.06 MiB/sec. 2024.05.30 04:12:29.512213 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.30 04:12:29.512686 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.513031 [ 144 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.30 04:12:29.513068 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} executeQuery: Read 160 rows, 11.41 KiB in 0.005097 sec., 31391.014322150284 rows/sec., 2.19 MiB/sec. 2024.05.30 04:12:29.513110 [ 144 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.513224 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.513394 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.513640 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} DynamicQueryHandler: Done processing query 2024.05.30 04:12:29.513713 [ 3 ] {d175d841-168b-4b32-b955-5f749c424a83} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:29.513713 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.30 04:12:29.513742 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_26_5} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.30 04:12:29.513760 [ 3 ] {} HTTP-Session: 394d32fd-f97a-44b6-b69a-8674e9ed755d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.514035 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.05.30 04:12:29.514053 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:29.514197 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:29.514267 [ 3 ] {} HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:29.514281 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:29.514298 [ 3 ] {} HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.514344 [ 3 ] {} HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.514362 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3257 rows starting from the beginning of the part 2024.05.30 04:12:29.514408 [ 3 ] {} HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:29.514604 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part 2024.05.30 04:12:29.514858 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:29.514986 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:29.515178 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 199 rows starting from the beginning of the part 2024.05.30 04:12:29.515298 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:29.515490 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:29.515523 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:12:29.516348 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:29.517226 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.517296 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.518603 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:12:29.519292 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.519479 [ 144 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.30 04:12:29.519561 [ 144 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.519597 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} executeQuery: Read 31 rows, 42.84 KiB in 0.00496 sec., 6250 rows/sec., 8.43 MiB/sec. 2024.05.30 04:12:29.519643 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.520130 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.30 04:12:29.520311 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} DynamicQueryHandler: Done processing query 2024.05.30 04:12:29.520296 [ 188 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4098 rows, containing 5 columns (5 merged, 0 gathered) in 0.006882552 sec., 595418.6760957272 rows/sec., 41.52 MiB/sec. 2024.05.30 04:12:29.520382 [ 3 ] {416bddeb-24f8-4094-a69c-0bec0fb830a7} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:12:29.520465 [ 3 ] {} HTTP-Session: 9aa57239-1362-4708-a5ed-e40aa2886258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.520563 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:29.520602 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 153 rows starting from the beginning of the part 2024.05.30 04:12:29.520677 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:29.520834 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:29.520846 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:29.520913 [ 3 ] {} HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:29.520995 [ 3 ] {} HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.521087 [ 3 ] {} HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.521299 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:29.521293 [ 3 ] {} HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:29.521749 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:29.521801 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.30 04:12:29.521882 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:29.522181 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:29.522194 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:29.522584 [ 190 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:29.523659 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:29.525014 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.525024 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.525066 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.525438 [ 195 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_26_5} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.30 04:12:29.525913 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2024.05.30 04:12:29.526458 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.30 04:12:29.527500 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.527703 [ 144 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.30 04:12:29.527710 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} executeQuery: Read 60 rows, 4.14 KiB in 0.006066 sec., 9891.196834817012 rows/sec., 682.60 KiB/sec. 2024.05.30 04:12:29.527754 [ 144 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:29.527818 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:29.528032 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.30 04:12:29.528079 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} DynamicQueryHandler: Done processing query 2024.05.30 04:12:29.528132 [ 3 ] {7ddfc1b2-dbca-4d56-a815-527fb0768c5a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:29.528189 [ 3 ] {} HTTP-Session: 55e54fb4-dcbe-4311-9d56-a69edc643e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:29.528284 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:29.528321 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1142 rows starting from the beginning of the part 2024.05.30 04:12:29.528415 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:29.528623 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:29.528762 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:29.528932 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:29.529024 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:29.530500 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 6 columns (6 merged, 0 gathered) in 0.010664519 sec., 28880.814971589432 rows/sec., 38.97 MiB/sec. 2024.05.30 04:12:29.530667 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1442 rows, containing 4 columns (4 merged, 0 gathered) in 0.002714408 sec., 531239.22416969 rows/sec., 35.76 MiB/sec. 2024.05.30 04:12:29.530888 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.30 04:12:29.531017 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.30 04:12:29.531798 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.531887 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:29.531969 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_26_5} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.30 04:12:29.532058 [ 186 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_11_2} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.30 04:12:29.532116 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2024.05.30 04:12:29.532232 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2024.05.30 04:12:30.000141 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 180.82 MiB, peak 192.17 MiB, free memory in arenas 0.00 B, will set to 182.91 MiB (RSS), difference: 2.09 MiB 2024.05.30 04:12:34.495420 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:34.495561 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:34.495589 [ 3 ] {} HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:34.495618 [ 3 ] {} HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.495638 [ 3 ] {} HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.495693 [ 3 ] {} HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:34.495909 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:34.495982 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:34.496187 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:34.496662 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:34.496704 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:34.497068 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.30 04:12:34.497400 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:34.497562 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} executeQuery: Read 56 rows, 4.38 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.48 MiB/sec. 2024.05.30 04:12:34.497856 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} DynamicQueryHandler: Done processing query 2024.05.30 04:12:34.497904 [ 3 ] {0277e20c-af95-4d80-8863-f0e107361d98} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:12:34.497940 [ 3 ] {} HTTP-Session: 8e7e9acd-aeaa-421e-a839-a860bcf9087f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.498112 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:34.498164 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:34.498183 [ 3 ] {} HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:34.498200 [ 3 ] {} HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.498214 [ 3 ] {} HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.498245 [ 3 ] {} HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:34.498365 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:34.498410 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:34.498554 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:34.498886 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:34.498923 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:34.499234 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.30 04:12:34.499546 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:34.499699 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} executeQuery: Read 64 rows, 5.12 KiB in 0.00137 sec., 46715.32846715329 rows/sec., 3.65 MiB/sec. 2024.05.30 04:12:34.499879 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} DynamicQueryHandler: Done processing query 2024.05.30 04:12:34.499903 [ 3 ] {ba006d27-03dc-4a68-9cf4-5124c7af8d8e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:12:34.499918 [ 3 ] {} HTTP-Session: aebd17fa-673d-4387-95da-d76ede513d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.500125 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:34.500173 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:34.500193 [ 3 ] {} HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:34.500210 [ 3 ] {} HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.500223 [ 3 ] {} HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.500254 [ 3 ] {} HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:34.500398 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:34.500444 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:34.500589 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:34.500919 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:34.500955 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:34.501351 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.30 04:12:34.501682 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:34.501841 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. 2024.05.30 04:12:34.502156 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} DynamicQueryHandler: Done processing query 2024.05.30 04:12:34.502185 [ 3 ] {676fc0ae-21c2-4636-b070-a6b8dbee7e91} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:34.502202 [ 3 ] {} HTTP-Session: b52efb24-6f3e-4148-8c14-eeb8ffdf8eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.502343 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:34.502391 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:34.502410 [ 3 ] {} HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:34.502427 [ 3 ] {} HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.502441 [ 3 ] {} HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:34.502471 [ 3 ] {} HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:34.502589 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:34.502634 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:34.502780 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:34.503043 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:34.503079 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:34.503437 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.30 04:12:34.503755 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:34.503904 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. 2024.05.30 04:12:34.504057 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} DynamicQueryHandler: Done processing query 2024.05.30 04:12:34.504081 [ 3 ] {747966d5-a011-42c8-b069-614ac86d1b4c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:34.504097 [ 3 ] {} HTTP-Session: ba58632f-7438-47d5-93ad-5694a0ac8485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.495925 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.496062 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.496091 [ 3 ] {} HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.496120 [ 3 ] {} HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.496137 [ 3 ] {} HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.496192 [ 3 ] {} HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.496406 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.496476 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:12:39.496658 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.497020 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.497066 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.497435 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.30 04:12:39.497777 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.497948 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} executeQuery: Read 31 rows, 2.51 KiB in 0.001609 sec., 19266.625233064016 rows/sec., 1.53 MiB/sec. 2024.05.30 04:12:39.498180 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.498207 [ 3 ] {95c21482-2290-4eaf-81d9-aa250b2a451f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:39.498224 [ 3 ] {} HTTP-Session: 0896f8a6-e52f-4434-93e6-2b6e93a74789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.498356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.498409 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.498430 [ 3 ] {} HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.498449 [ 3 ] {} HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.498463 [ 3 ] {} HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.498499 [ 3 ] {} HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.498604 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.498651 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:12:39.498789 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.499042 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.499080 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.499387 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:12:39.499691 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.499864 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} executeQuery: Read 4 rows, 334.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 255.22 KiB/sec. 2024.05.30 04:12:39.500139 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.500163 [ 3 ] {b622f13c-3592-44c4-bc95-dfa4b7aa771d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:12:39.500179 [ 3 ] {} HTTP-Session: 09929bec-5814-4b8a-a9ff-4f3eb5aa4040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.500308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.500358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.500377 [ 3 ] {} HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.500395 [ 3 ] {} HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.500408 [ 3 ] {} HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.500442 [ 3 ] {} HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.500580 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.500624 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:39.500765 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.501109 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.501147 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.501468 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.30 04:12:39.501766 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.501922 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} executeQuery: Read 151 rows, 12.93 KiB in 0.001395 sec., 108243.72759856631 rows/sec., 9.05 MiB/sec. 2024.05.30 04:12:39.502081 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.502106 [ 3 ] {d8dce891-c3d9-4f2d-97dc-b61409fe5333} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:12:39.502121 [ 3 ] {} HTTP-Session: 31a190a5-606f-4cbb-a3e8-9d819f428105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.502226 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.502274 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.502292 [ 3 ] {} HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.502309 [ 3 ] {} HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.502322 [ 3 ] {} HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.502354 [ 3 ] {} HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.502451 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.502495 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:12:39.502622 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.502865 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.502902 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.503195 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.30 04:12:39.503503 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.503637 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} executeQuery: Read 4 rows, 286.00 B in 0.00121 sec., 3305.785123966942 rows/sec., 230.82 KiB/sec. 2024.05.30 04:12:39.503830 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.503854 [ 3 ] {a4b45595-e3e8-449d-93a9-479e662bdda7} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:12:39.503870 [ 3 ] {} HTTP-Session: faba65a2-5958-4e2f-9dfa-c49e88d82eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.503987 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.504034 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.504053 [ 3 ] {} HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.504070 [ 3 ] {} HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.504083 [ 3 ] {} HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.504114 [ 3 ] {} HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.504235 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.504276 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:39.504407 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.504715 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.504751 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.505062 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.30 04:12:39.505367 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.505521 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} executeQuery: Read 99 rows, 7.92 KiB in 0.001327 sec., 74604.3707611153 rows/sec., 5.83 MiB/sec. 2024.05.30 04:12:39.505825 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.505850 [ 3 ] {02eac6d8-c0a1-41bd-b517-a1d4cd4ab224} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:12:39.505866 [ 3 ] {} HTTP-Session: f033e82d-3e85-4df2-9ba0-2030b675e236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.506001 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.506050 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.506069 [ 3 ] {} HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.506086 [ 3 ] {} HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.506101 [ 3 ] {} HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.506132 [ 3 ] {} HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.506277 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.506325 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:39.506491 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.506955 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.506992 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.507388 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.30 04:12:39.507721 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.507882 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} executeQuery: Read 162 rows, 11.55 KiB in 0.001663 sec., 97414.3114852676 rows/sec., 6.78 MiB/sec. 2024.05.30 04:12:39.508094 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.508118 [ 3 ] {5170c63a-2e1c-47a0-82f9-9bd82a24148d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:39.508135 [ 3 ] {} HTTP-Session: 5ebab4f9-2232-4f66-a176-10e8384bdec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.508295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.508345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.508364 [ 3 ] {} HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.508381 [ 3 ] {} HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.508395 [ 3 ] {} HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.508425 [ 3 ] {} HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.508693 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.508740 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:12:39.508901 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.509382 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.509423 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.509852 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.30 04:12:39.510209 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.510375 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} executeQuery: Read 31 rows, 42.84 KiB in 0.001859 sec., 16675.632060247444 rows/sec., 22.50 MiB/sec. 2024.05.30 04:12:39.510704 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.510732 [ 3 ] {a9e688db-2af9-4214-8e8b-0ca9ca48edd8} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:12:39.510749 [ 3 ] {} HTTP-Session: 949bd2b0-2f23-4f3e-8b75-0fbdd048bb95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.510864 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:39.510913 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:39.510932 [ 3 ] {} HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:39.510948 [ 3 ] {} HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.510962 [ 3 ] {} HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:39.510994 [ 3 ] {} HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:39.511118 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:39.511164 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:39.511312 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:39.511621 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:39.511658 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:39.512027 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.30 04:12:39.512391 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:39.512543 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. 2024.05.30 04:12:39.512763 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} DynamicQueryHandler: Done processing query 2024.05.30 04:12:39.512788 [ 3 ] {a284bd30-8858-49e2-ae07-01a536a6b8e3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:39.512804 [ 3 ] {} HTTP-Session: b50f8bea-5224-491a-bf90-b6e37d501fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:43.104763 [ 132 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:12:43.104823 [ 132 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:12:44.495425 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:44.495564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:44.495595 [ 3 ] {} HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:44.495619 [ 3 ] {} HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.495634 [ 3 ] {} HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.495680 [ 3 ] {} HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:44.495872 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:44.495936 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:44.496127 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:44.496556 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:44.496602 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:44.496956 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.30 04:12:44.497289 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:44.497466 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} executeQuery: Read 56 rows, 4.38 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.59 MiB/sec. 2024.05.30 04:12:44.497664 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} DynamicQueryHandler: Done processing query 2024.05.30 04:12:44.497691 [ 3 ] {6248b709-23bb-4c89-942f-85cd066200d1} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:12:44.497707 [ 3 ] {} HTTP-Session: 1377f62f-5771-4462-81c7-bdfeac9c3429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.497849 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:44.497900 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:44.497920 [ 3 ] {} HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:44.497937 [ 3 ] {} HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.497950 [ 3 ] {} HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.497985 [ 3 ] {} HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:44.498119 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:44.498167 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:44.498296 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:44.498655 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:44.498692 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:44.499002 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.30 04:12:44.499314 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:44.499466 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. 2024.05.30 04:12:44.499628 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} DynamicQueryHandler: Done processing query 2024.05.30 04:12:44.499652 [ 3 ] {5ebcda48-5d85-4d30-bd9f-cd189c84cd2c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:12:44.499667 [ 3 ] {} HTTP-Session: 60748ef9-576d-4e33-99df-25e4479d5eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.499820 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:44.499869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:44.499888 [ 3 ] {} HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:44.499904 [ 3 ] {} HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.499918 [ 3 ] {} HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.499949 [ 3 ] {} HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:44.500106 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:44.500153 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:44.500300 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:44.500659 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:44.500694 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:44.501077 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.30 04:12:44.501402 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:44.501527 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. 2024.05.30 04:12:44.501677 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} DynamicQueryHandler: Done processing query 2024.05.30 04:12:44.501701 [ 3 ] {b77e37df-eae2-48b5-93e0-2f97d3435161} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:44.501716 [ 3 ] {} HTTP-Session: 5d9c5e69-eab2-4ee0-8380-1cd298e54db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.501830 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:44.501876 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:44.501894 [ 3 ] {} HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:44.501910 [ 3 ] {} HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.501924 [ 3 ] {} HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:44.501954 [ 3 ] {} HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:44.502074 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:44.502120 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:44.502244 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:44.502531 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:44.502565 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:44.502912 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.30 04:12:44.503228 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:44.503352 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. 2024.05.30 04:12:44.503506 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} DynamicQueryHandler: Done processing query 2024.05.30 04:12:44.503529 [ 3 ] {4733d848-d734-4a7f-9ab4-95ce1af3850a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:44.503544 [ 3 ] {} HTTP-Session: a67bb319-f7df-47bc-a903-59afe46ee79e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.496284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:49.496403 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:49.496428 [ 3 ] {} HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:49.496451 [ 3 ] {} HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.496466 [ 3 ] {} HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.496512 [ 3 ] {} HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:49.496699 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:49.496764 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:12:49.496946 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:49.497382 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:49.497429 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:49.497798 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.30 04:12:49.498139 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:49.498302 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} executeQuery: Read 31 rows, 2.51 KiB in 0.001659 sec., 18685.955394816152 rows/sec., 1.48 MiB/sec. 2024.05.30 04:12:49.498508 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} DynamicQueryHandler: Done processing query 2024.05.30 04:12:49.498535 [ 3 ] {61e0c0aa-3bf6-404e-b9f2-e387b641e86a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:49.498552 [ 3 ] {} HTTP-Session: ba6149fd-44b3-4133-9468-a3a9d0ff15d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.498721 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:49.498773 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:49.498793 [ 3 ] {} HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:49.498811 [ 3 ] {} HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.498824 [ 3 ] {} HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.498859 [ 3 ] {} HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:49.499002 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:49.499058 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:49.499189 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:49.499665 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:49.499702 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:49.500016 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.30 04:12:49.500320 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:49.500474 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} executeQuery: Read 149 rows, 12.78 KiB in 0.001528 sec., 97513.0890052356 rows/sec., 8.17 MiB/sec. 2024.05.30 04:12:49.500751 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} DynamicQueryHandler: Done processing query 2024.05.30 04:12:49.500790 [ 3 ] {6f46cae7-d59f-4f9d-8812-bbd779b2ff78} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:12:49.500809 [ 3 ] {} HTTP-Session: 44800948-0fba-4e1c-a4e4-e68d0345c9fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.501015 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:49.501075 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:49.501095 [ 3 ] {} HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:49.501112 [ 3 ] {} HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.501126 [ 3 ] {} HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.501158 [ 3 ] {} HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:49.501294 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:49.501339 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:49.501483 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:49.501866 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:49.501904 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:49.502224 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.30 04:12:49.502518 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:49.502659 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} executeQuery: Read 95 rows, 7.60 KiB in 0.00142 sec., 66901.40845070423 rows/sec., 5.23 MiB/sec. 2024.05.30 04:12:49.502860 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} DynamicQueryHandler: Done processing query 2024.05.30 04:12:49.502894 [ 3 ] {8d61e3f3-62ff-4d2a-86a1-d27f93822692} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:49.502914 [ 3 ] {} HTTP-Session: c0f461f6-9627-4260-8165-b60973e0b8d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.503088 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:49.503137 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:49.503156 [ 3 ] {} HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:49.503174 [ 3 ] {} HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.503187 [ 3 ] {} HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.503219 [ 3 ] {} HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:49.503370 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:49.503417 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:49.503560 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:49.503955 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:49.503990 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:49.504390 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.30 04:12:49.504716 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:49.504878 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. 2024.05.30 04:12:49.505065 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} DynamicQueryHandler: Done processing query 2024.05.30 04:12:49.505089 [ 3 ] {f8336515-02b4-4461-9f38-cca53942f4ab} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:49.505105 [ 3 ] {} HTTP-Session: 12e45e6a-25cf-4f7a-b7af-a15cfdb4019b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.505310 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:49.505358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:49.505377 [ 3 ] {} HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:49.505393 [ 3 ] {} HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.505407 [ 3 ] {} HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.505437 [ 3 ] {} HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:49.505729 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:49.505777 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:12:49.505935 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:49.506405 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:49.506440 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:49.506843 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.30 04:12:49.507179 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:49.507341 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} executeQuery: Read 31 rows, 42.84 KiB in 0.001817 sec., 17061.089708310403 rows/sec., 23.02 MiB/sec. 2024.05.30 04:12:49.507670 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} DynamicQueryHandler: Done processing query 2024.05.30 04:12:49.507694 [ 3 ] {5c331359-159c-4ee2-bb87-27c990560a32} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:12:49.507710 [ 3 ] {} HTTP-Session: 6e3339b6-049d-4a9f-91c1-35d35cdeba33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.507832 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:49.507880 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:49.507899 [ 3 ] {} HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:49.507916 [ 3 ] {} HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.507929 [ 3 ] {} HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:49.507959 [ 3 ] {} HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:49.508097 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:49.508142 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:49.508284 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:49.508587 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:49.508624 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:49.508976 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.30 04:12:49.509302 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:49.509452 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. 2024.05.30 04:12:49.509709 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} DynamicQueryHandler: Done processing query 2024.05.30 04:12:49.509756 [ 3 ] {84d1eb7b-b8a7-48f3-ad0d-11793712a521} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:49.509789 [ 3 ] {} HTTP-Session: cd22e3b4-1c43-498a-8a9a-e234a9a5c325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:50.444601 [ 130 ] {} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.05.30 04:12:50.444668 [ 130 ] {} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:50.444691 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:50.444966 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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.05.30 04:12:50.445297 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:50.445360 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2024.05.30 04:12:50.445502 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2024.05.30 04:12:50.445731 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::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.05.30 04:12:50.445896 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2024.05.30 04:12:50.446033 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2024.05.30 04:12:50.446959 [ 198 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002178219 sec., 11018.175858350332 rows/sec., 769.34 KiB/sec. 2024.05.30 04:12:50.447138 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.05.30 04:12:50.447629 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:50.447722 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_5_1} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.05.30 04:12:50.447822 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.05.30 04:12:51.386570 [ 126 ] {} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.05.30 04:12:51.386667 [ 126 ] {} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:51.386708 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. 2024.05.30 04:12:51.386889 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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.05.30 04:12:51.387070 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:51.387114 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2024.05.30 04:12:51.387230 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2024.05.30 04:12:51.387499 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::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.05.30 04:12:51.387827 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2024.05.30 04:12:51.388008 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2024.05.30 04:12:51.389105 [ 188 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002296251 sec., 10451.819073785922 rows/sec., 852.27 KiB/sec. 2024.05.30 04:12:51.389259 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.05.30 04:12:51.389619 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:51.389697 [ 200 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_5_1} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.05.30 04:12:51.389775 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.05.30 04:12:54.496303 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:54.496443 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:54.496474 [ 3 ] {} HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:54.496501 [ 3 ] {} HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.496520 [ 3 ] {} HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.496575 [ 3 ] {} HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:54.496862 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:54.496965 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:54.497177 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:54.497716 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.497765 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.498160 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.30 04:12:54.498485 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.498656 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} executeQuery: Read 92 rows, 7.14 KiB in 0.001917 sec., 47991.65362545644 rows/sec., 3.64 MiB/sec. 2024.05.30 04:12:54.498678 [ 124 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.30 04:12:54.498770 [ 124 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.498818 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.499008 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} DynamicQueryHandler: Done processing query 2024.05.30 04:12:54.499098 [ 3 ] {c5e42181-3cb4-4df1-b1c9-93bd83c3b500} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:54.499166 [ 3 ] {} HTTP-Session: 50d2a4ab-83fc-4730-88ff-e598b6f17da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.499209 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.30 04:12:54.499419 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:54.499536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:54.499591 [ 3 ] {} HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:54.499620 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:54.499633 [ 3 ] {} HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.499679 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 192 rows starting from the beginning of the part 2024.05.30 04:12:54.499688 [ 3 ] {} HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.499800 [ 3 ] {} HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:54.499931 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2024.05.30 04:12:54.500211 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:54.500222 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 151 rows starting from the beginning of the part 2024.05.30 04:12:54.500348 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:54.500563 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2024.05.30 04:12:54.500979 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 149 rows starting from the beginning of the part 2024.05.30 04:12:54.501245 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:54.501281 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 92 rows starting from the beginning of the part 2024.05.30 04:12:54.502256 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.502322 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.503202 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.30 04:12:54.503891 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 696 rows, containing 4 columns (4 merged, 0 gathered) in 0.004966879 sec., 140128.23747065308 rows/sec., 11.34 MiB/sec. 2024.05.30 04:12:54.503961 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.504067 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.30 04:12:54.504222 [ 124 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.30 04:12:54.504249 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} executeQuery: Read 88 rows, 7.01 KiB in 0.004211 sec., 20897.64901448587 rows/sec., 1.63 MiB/sec. 2024.05.30 04:12:54.504308 [ 124 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.504462 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.504813 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} DynamicQueryHandler: Done processing query 2024.05.30 04:12:54.504918 [ 3 ] {2c533d63-912b-4a06-a1c8-17398ff0560c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:54.505014 [ 3 ] {} HTTP-Session: b973bf39-0105-451e-868d-6bda58412aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.505077 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.30 04:12:54.505328 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:54.505514 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:54.505538 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:54.505595 [ 3 ] {} HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:54.505630 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.505642 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 151 rows starting from the beginning of the part 2024.05.30 04:12:54.505650 [ 3 ] {} HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.505730 [ 3 ] {} HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.505884 [ 3 ] {} HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:54.505885 [ 200 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_31_6} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.30 04:12:54.506177 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.30 04:12:54.506252 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2024.05.30 04:12:54.506352 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:54.506524 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 99 rows starting from the beginning of the part 2024.05.30 04:12:54.506551 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:54.506934 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2024.05.30 04:12:54.507270 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 95 rows starting from the beginning of the part 2024.05.30 04:12:54.507620 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 88 rows starting from the beginning of the part 2024.05.30 04:12:54.507692 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:54.509077 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.509149 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.510190 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 561 rows, containing 4 columns (4 merged, 0 gathered) in 0.005509438 sec., 101825.26784038589 rows/sec., 7.95 MiB/sec. 2024.05.30 04:12:54.510244 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.30 04:12:54.510363 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.30 04:12:54.510791 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.511054 [ 124 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.30 04:12:54.511081 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} executeQuery: Read 196 rows, 14.01 KiB in 0.004931 sec., 39748.52970999797 rows/sec., 2.78 MiB/sec. 2024.05.30 04:12:54.511062 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.511159 [ 124 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.511282 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.511534 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_31_6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.30 04:12:54.511758 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.30 04:12:54.511759 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} DynamicQueryHandler: Done processing query 2024.05.30 04:12:54.511827 [ 3 ] {60901673-2e16-402c-b7e3-2fca01fe9a2e} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:12:54.511836 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.30 04:12:54.511881 [ 3 ] {} HTTP-Session: 691e4ece-1fc9-4410-ac95-a35436eac74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.512060 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:54.512068 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:54.512110 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4098 rows starting from the beginning of the part 2024.05.30 04:12:54.512120 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:54.512150 [ 3 ] {} HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:54.512180 [ 3 ] {} HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.512266 [ 3 ] {} HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.512337 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:54.512391 [ 3 ] {} HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:54.512527 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part 2024.05.30 04:12:54.512836 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:54.512923 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:54.513004 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:54.513340 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2024.05.30 04:12:54.513682 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 196 rows starting from the beginning of the part 2024.05.30 04:12:54.514168 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:54.514656 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.514738 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.515276 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.30 04:12:54.515866 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.516106 [ 124 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.30 04:12:54.516111 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} executeQuery: Read 60 rows, 4.14 KiB in 0.00352 sec., 17045.454545454544 rows/sec., 1.15 MiB/sec. 2024.05.30 04:12:54.516305 [ 124 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:54.516373 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:54.516683 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.30 04:12:54.516702 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} DynamicQueryHandler: Done processing query 2024.05.30 04:12:54.516738 [ 3 ] {e98ce0c9-a12b-4b97-9a41-556a35493e6a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:54.516773 [ 3 ] {} HTTP-Session: 98918f42-65c4-4adf-bc13-e5dfc8c6845a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:54.516856 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:54.516895 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1442 rows starting from the beginning of the part 2024.05.30 04:12:54.517015 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:54.517450 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:54.517982 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 5 columns (5 merged, 0 gathered) in 0.006498946 sec., 759507.7724911085 rows/sec., 52.96 MiB/sec. 2024.05.30 04:12:54.518026 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:54.518138 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:54.518391 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2024.05.30 04:12:54.518510 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.30 04:12:54.519307 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.519408 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_31_6} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.30 04:12:54.519507 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2024.05.30 04:12:54.520040 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1742 rows, containing 4 columns (4 merged, 0 gathered) in 0.003466822 sec., 502477.48514345416 rows/sec., 33.83 MiB/sec. 2024.05.30 04:12:54.520223 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.30 04:12:54.520586 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:54.520666 [ 187 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_31_6} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.30 04:12:54.520736 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2024.05.30 04:12:58.104869 [ 119 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:12:58.104925 [ 119 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:12:59.496133 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:59.496255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:59.496280 [ 3 ] {} HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:59.496303 [ 3 ] {} HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.496318 [ 3 ] {} HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.496366 [ 3 ] {} HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:59.496548 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:59.496612 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:12:59.496795 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:59.497317 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:59.497362 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:59.497728 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.30 04:12:59.498077 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:59.498253 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} executeQuery: Read 31 rows, 2.51 KiB in 0.001756 sec., 17653.75854214123 rows/sec., 1.40 MiB/sec. 2024.05.30 04:12:59.498262 [ 118 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.05.30 04:12:59.498357 [ 118 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:59.498410 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:59.498627 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} DynamicQueryHandler: Done processing query 2024.05.30 04:12:59.498731 [ 3 ] {dc477c23-2b3d-4f2e-b3bb-bc55590ef3a0} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:59.498864 [ 3 ] {} HTTP-Session: f6ae0943-235f-485a-bbe7-90a1c43aa991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.499005 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::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.05.30 04:12:59.499291 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:59.499479 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:59.499550 [ 3 ] {} HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:59.499608 [ 3 ] {} HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.499638 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:12:59.499648 [ 3 ] {} HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.499702 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 31 rows starting from the beginning of the part 2024.05.30 04:12:59.499729 [ 3 ] {} HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:59.499942 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:59.500141 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:59.500157 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:59.500289 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:12:59.500527 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:59.500805 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part 2024.05.30 04:12:59.501492 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:59.502402 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:59.502477 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:59.503323 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004805665 sec., 32253.600698342478 rows/sec., 2.55 MiB/sec. 2024.05.30 04:12:59.503373 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.30 04:12:59.503467 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.05.30 04:12:59.503833 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:59.504003 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:59.504117 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} executeQuery: Read 149 rows, 12.78 KiB in 0.004182 sec., 35628.885700621715 rows/sec., 2.99 MiB/sec. 2024.05.30 04:12:59.504280 [ 187 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_14_3} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.05.30 04:12:59.504630 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.30 04:12:59.504735 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} DynamicQueryHandler: Done processing query 2024.05.30 04:12:59.504789 [ 3 ] {c8645a4c-c8d7-42b1-8500-0619f2852241} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:12:59.504826 [ 3 ] {} HTTP-Session: 3520251b-bda6-47d3-a016-a9f9a87d4971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.505047 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:59.505102 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:59.505122 [ 3 ] {} HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:59.505140 [ 3 ] {} HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.505154 [ 3 ] {} HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.505188 [ 3 ] {} HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:59.505326 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:59.505374 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:12:59.505526 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:59.505888 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:59.505925 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:59.506250 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.30 04:12:59.506546 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:59.506693 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} executeQuery: Read 95 rows, 7.60 KiB in 0.001421 sec., 66854.32793807179 rows/sec., 5.22 MiB/sec. 2024.05.30 04:12:59.506897 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} DynamicQueryHandler: Done processing query 2024.05.30 04:12:59.506920 [ 3 ] {f66a8e8e-98e9-4d65-aa8f-8e17488684a9} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:12:59.506935 [ 3 ] {} HTTP-Session: d5be5705-24bb-4eb2-90ac-a8f80107ea78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.507096 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:59.507147 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:59.507165 [ 3 ] {} HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:59.507182 [ 3 ] {} HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.507196 [ 3 ] {} HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.507226 [ 3 ] {} HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:59.507380 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:59.507431 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:12:59.507581 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:59.508127 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:59.508164 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:59.508563 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.30 04:12:59.508896 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:59.509074 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. 2024.05.30 04:12:59.509375 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} DynamicQueryHandler: Done processing query 2024.05.30 04:12:59.509400 [ 3 ] {f43ccd25-05d0-4abf-a232-25af4f5369a0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:12:59.509416 [ 3 ] {} HTTP-Session: 0e3ce7e8-a87b-48fd-bf2c-b8f13b2660c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.509601 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:59.509651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:59.509670 [ 3 ] {} HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:59.509686 [ 3 ] {} HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.509699 [ 3 ] {} HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.509731 [ 3 ] {} HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:59.510018 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:59.510068 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:12:59.510248 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:59.510716 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:59.510757 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:59.511194 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.30 04:12:59.511532 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:59.511698 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} executeQuery: Read 31 rows, 42.84 KiB in 0.001874 sec., 16542.155816435432 rows/sec., 22.32 MiB/sec. 2024.05.30 04:12:59.511910 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} DynamicQueryHandler: Done processing query 2024.05.30 04:12:59.511934 [ 3 ] {6bffe772-abdc-4bbf-a936-9c5904bbb173} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:12:59.511949 [ 3 ] {} HTTP-Session: 72cbea82-737c-4c09-9edf-9c985b4ecb65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.512086 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:12:59.512134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:12:59.512153 [ 3 ] {} HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:12:59.512168 [ 3 ] {} HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.512182 [ 3 ] {} HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:12:59.512212 [ 3 ] {} HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:12:59.512339 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:12:59.512382 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:12:59.512507 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:12:59.512796 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:12:59.512831 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:12:59.513190 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.30 04:12:59.513503 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:12:59.513667 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. 2024.05.30 04:12:59.513956 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} DynamicQueryHandler: Done processing query 2024.05.30 04:12:59.513991 [ 3 ] {ebfdcea7-e538-4cd5-92f7-d279d15b7212} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:12:59.514007 [ 3 ] {} HTTP-Session: 01ed7b2c-aa12-46e9-8659-eb397abd0317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.494920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:04.495065 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:04.495093 [ 3 ] {} HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:04.495121 [ 3 ] {} HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.495139 [ 3 ] {} HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.495192 [ 3 ] {} HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:04.495406 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:04.495477 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:04.495703 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:04.496247 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:04.496293 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:04.496658 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.30 04:13:04.496999 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:04.497163 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} executeQuery: Read 56 rows, 4.38 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.34 MiB/sec. 2024.05.30 04:13:04.497374 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} DynamicQueryHandler: Done processing query 2024.05.30 04:13:04.497401 [ 3 ] {1d1c400d-2d41-4108-bbfb-e3e902e9840f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:13:04.497417 [ 3 ] {} HTTP-Session: d8688fb5-75b5-4150-b8cf-73d3d0129a8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.497612 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:04.497668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:04.497687 [ 3 ] {} HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:04.497704 [ 3 ] {} HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.497717 [ 3 ] {} HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.497752 [ 3 ] {} HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:04.497875 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:04.497921 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:04.498067 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:04.498454 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:04.498491 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:04.498805 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.30 04:13:04.499118 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:04.499279 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} executeQuery: Read 64 rows, 5.12 KiB in 0.001445 sec., 44290.65743944636 rows/sec., 3.46 MiB/sec. 2024.05.30 04:13:04.499448 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} DynamicQueryHandler: Done processing query 2024.05.30 04:13:04.499473 [ 3 ] {0374dcf3-8a74-456b-bfc8-1609bc2c82c4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:13:04.499489 [ 3 ] {} HTTP-Session: efc0e121-3809-4d90-9c70-964bb5da39f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.499642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:04.499693 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:04.499712 [ 3 ] {} HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:04.499729 [ 3 ] {} HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.499742 [ 3 ] {} HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.499773 [ 3 ] {} HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:04.499934 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:04.499981 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:04.500126 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:04.500545 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:04.500580 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:04.500968 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.30 04:13:04.501299 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:04.501424 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. 2024.05.30 04:13:04.501589 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} DynamicQueryHandler: Done processing query 2024.05.30 04:13:04.501614 [ 3 ] {6821bf9d-e3ed-4fbd-9d19-1f6ef9827122} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:04.501629 [ 3 ] {} HTTP-Session: a60f3daf-cea6-4de5-8d33-e73c3ef1ea9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.501794 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:04.501843 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:04.501861 [ 3 ] {} HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:04.501877 [ 3 ] {} HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.501890 [ 3 ] {} HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:04.501921 [ 3 ] {} HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:04.502060 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:04.502105 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:04.502229 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:04.502532 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:04.502567 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:04.502914 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.30 04:13:04.503243 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:04.503366 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. 2024.05.30 04:13:04.503619 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} DynamicQueryHandler: Done processing query 2024.05.30 04:13:04.503655 [ 3 ] {74d92b1b-cc5f-459c-b63b-b1f128727d82} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:04.503681 [ 3 ] {} HTTP-Session: 64fdf5af-4fd1-4333-8f8c-98a88a305ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.496005 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.496148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.496176 [ 3 ] {} HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.496202 [ 3 ] {} HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.496220 [ 3 ] {} HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.496274 [ 3 ] {} HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.496486 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.496560 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:13:09.496778 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.497329 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.497377 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.497745 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.30 04:13:09.498079 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.498254 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} executeQuery: Read 31 rows, 2.51 KiB in 0.001831 sec., 16930.638995084653 rows/sec., 1.34 MiB/sec. 2024.05.30 04:13:09.498599 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.498627 [ 3 ] {ea300d4f-3e6a-4291-9e42-8e77562bdf8f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:09.498644 [ 3 ] {} HTTP-Session: 86dc035a-2188-4b8d-ae30-8764b5a1964d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.498803 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.498861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.498880 [ 3 ] {} HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.498898 [ 3 ] {} HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.498911 [ 3 ] {} HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.498946 [ 3 ] {} HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.499053 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.499100 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:13:09.499252 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.499564 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.499603 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.499912 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:13:09.500225 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.500384 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} executeQuery: Read 4 rows, 334.00 B in 0.001359 sec., 2943.3406916850627 rows/sec., 240.01 KiB/sec. 2024.05.30 04:13:09.500548 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.500572 [ 3 ] {93d73093-a5d6-407f-9e69-f0819df7a7ab} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:13:09.500587 [ 3 ] {} HTTP-Session: c336dadf-ae99-4e9c-8c65-e743a53f3520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.500781 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.500833 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.500852 [ 3 ] {} HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.500868 [ 3 ] {} HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.500882 [ 3 ] {} HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.500913 [ 3 ] {} HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.501048 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.501090 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:09.501215 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.501685 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.501721 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.502031 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.30 04:13:09.502328 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.502493 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} executeQuery: Read 151 rows, 12.93 KiB in 0.001503 sec., 100465.73519627412 rows/sec., 8.40 MiB/sec. 2024.05.30 04:13:09.502661 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.502686 [ 3 ] {7fd0dd82-6737-4166-9a92-b29d6a21ce4b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:13:09.502701 [ 3 ] {} HTTP-Session: 7b3d3e8e-a277-4133-8f89-ccfbcd4a7195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.502821 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.502871 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.502890 [ 3 ] {} HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.502907 [ 3 ] {} HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.502920 [ 3 ] {} HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.502951 [ 3 ] {} HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.503045 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.503088 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:13:09.503214 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.503479 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.503516 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.503810 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.30 04:13:09.504104 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.504262 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} executeQuery: Read 4 rows, 286.00 B in 0.001234 sec., 3241.4910858995136 rows/sec., 226.33 KiB/sec. 2024.05.30 04:13:09.504508 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.504533 [ 3 ] {710956d2-2224-462d-b832-888d5a792076} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:13:09.504548 [ 3 ] {} HTTP-Session: d27abe70-3d66-4b03-8b40-3a1bbf430ec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.504673 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.504722 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.504740 [ 3 ] {} HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.504757 [ 3 ] {} HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.504770 [ 3 ] {} HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.504801 [ 3 ] {} HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.504933 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.504975 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:09.505115 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.505474 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.505511 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.505826 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.30 04:13:09.506121 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.506272 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} executeQuery: Read 99 rows, 7.92 KiB in 0.001396 sec., 70916.90544412607 rows/sec., 5.54 MiB/sec. 2024.05.30 04:13:09.506434 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.506457 [ 3 ] {0240bb16-2971-42a1-9637-a3a6ce7dcc32} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:13:09.506473 [ 3 ] {} HTTP-Session: b0abfc1e-af3d-47bc-a3c9-1ca6542c41e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.506629 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.506679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.506697 [ 3 ] {} HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.506713 [ 3 ] {} HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.506726 [ 3 ] {} HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.506757 [ 3 ] {} HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.506910 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.506957 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:09.507101 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.507510 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.507546 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.507925 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.30 04:13:09.508245 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.508415 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} executeQuery: Read 162 rows, 11.55 KiB in 0.001568 sec., 103316.32653061225 rows/sec., 7.19 MiB/sec. 2024.05.30 04:13:09.508592 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.508616 [ 3 ] {6aaa98b7-cf6e-4873-93e6-76839f19aeb1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:09.508631 [ 3 ] {} HTTP-Session: 74a9eff3-2d98-4128-ad85-afe613533072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.508875 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.508923 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.508942 [ 3 ] {} HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.508959 [ 3 ] {} HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.508973 [ 3 ] {} HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.509002 [ 3 ] {} HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.509358 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.509406 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:13:09.509563 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.510007 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.510042 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.510491 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.30 04:13:09.510823 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.510989 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} executeQuery: Read 31 rows, 42.84 KiB in 0.001891 sec., 16393.442622950817 rows/sec., 22.12 MiB/sec. 2024.05.30 04:13:09.511162 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.511185 [ 3 ] {83d71c6a-5f63-415a-b4eb-a932989c8eb2} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:13:09.511201 [ 3 ] {} HTTP-Session: 89d7f406-5044-4fe7-b13b-71d7042eb8fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.511319 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:09.511368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:09.511386 [ 3 ] {} HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:09.511402 [ 3 ] {} HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.511416 [ 3 ] {} HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:09.511445 [ 3 ] {} HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:09.511574 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:09.511617 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:09.511738 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:09.512022 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:09.512058 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:09.512417 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.30 04:13:09.512726 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:09.512863 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. 2024.05.30 04:13:09.513033 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} DynamicQueryHandler: Done processing query 2024.05.30 04:13:09.513057 [ 3 ] {25892dbb-4553-455e-99fe-96059a32f673} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:09.513072 [ 3 ] {} HTTP-Session: 04967297-55b6-4033-a3a3-eafc0af5dbfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:13.105166 [ 58 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:13:13.105218 [ 58 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:13:14.494213 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:14.494350 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:14.494379 [ 3 ] {} HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:14.494406 [ 3 ] {} HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.494426 [ 3 ] {} HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.494479 [ 3 ] {} HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:14.494690 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:14.494765 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:14.494953 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:14.495480 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:14.495524 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:14.495887 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.30 04:13:14.496210 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:14.496374 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} executeQuery: Read 56 rows, 4.38 KiB in 0.00175 sec., 32000 rows/sec., 2.44 MiB/sec. 2024.05.30 04:13:14.496589 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} DynamicQueryHandler: Done processing query 2024.05.30 04:13:14.496618 [ 3 ] {09da9668-3d8a-4ce7-895c-40f57504bc0f} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:13:14.496635 [ 3 ] {} HTTP-Session: 5d4e9b98-fa17-42c8-99e0-b0d757e2c01d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.496809 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:14.496866 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:14.496885 [ 3 ] {} HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:14.496903 [ 3 ] {} HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.496918 [ 3 ] {} HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.496953 [ 3 ] {} HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:14.497079 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:14.497126 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:14.497259 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:14.497603 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:14.497642 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:14.497956 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.30 04:13:14.498277 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:14.498452 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} executeQuery: Read 64 rows, 5.12 KiB in 0.001408 sec., 45454.545454545456 rows/sec., 3.55 MiB/sec. 2024.05.30 04:13:14.498753 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} DynamicQueryHandler: Done processing query 2024.05.30 04:13:14.498817 [ 3 ] {d6e0ff6e-16d5-46bc-bbf7-7cb7876e58a7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:13:14.498875 [ 3 ] {} HTTP-Session: d8f38f09-6381-4327-b811-776ae2698055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.499204 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:14.499259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:14.499279 [ 3 ] {} HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:14.499295 [ 3 ] {} HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.499311 [ 3 ] {} HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.499343 [ 3 ] {} HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:14.499534 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:14.499586 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:14.499748 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:14.500137 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:14.500175 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:14.500568 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.30 04:13:14.500899 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:14.501072 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. 2024.05.30 04:13:14.501293 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} DynamicQueryHandler: Done processing query 2024.05.30 04:13:14.501318 [ 3 ] {e79e213d-43f5-457a-8150-c8dfb3f7985a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:14.501334 [ 3 ] {} HTTP-Session: 5c1f14c8-3ef4-4662-840c-8636422be571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.501466 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:14.501516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:14.501534 [ 3 ] {} HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:14.501552 [ 3 ] {} HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.501566 [ 3 ] {} HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:14.501596 [ 3 ] {} HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:14.501730 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:14.501775 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:14.501901 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:14.502183 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:14.502219 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:14.502579 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.30 04:13:14.502891 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:14.503061 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. 2024.05.30 04:13:14.503229 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} DynamicQueryHandler: Done processing query 2024.05.30 04:13:14.503253 [ 3 ] {47d79835-2194-4f77-a1f3-d48cb9f4ed1f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:14.503269 [ 3 ] {} HTTP-Session: 46e6d9ca-391d-469a-a808-8e7871a67269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.494807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:19.494932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:19.494957 [ 3 ] {} HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:19.494980 [ 3 ] {} HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.494994 [ 3 ] {} HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.495042 [ 3 ] {} HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:19.495226 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:19.495291 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:13:19.495472 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:19.495892 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.495938 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.496300 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.30 04:13:19.496639 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.496790 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} executeQuery: Read 31 rows, 2.51 KiB in 0.001622 sec., 19112.207151664614 rows/sec., 1.51 MiB/sec. 2024.05.30 04:13:19.496994 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} DynamicQueryHandler: Done processing query 2024.05.30 04:13:19.497021 [ 3 ] {04035a00-8118-4ea4-9cb3-ac6116922a73} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:19.497037 [ 3 ] {} HTTP-Session: 18fe7621-37fd-49f7-aa29-a21cf3905f93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.497187 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:19.497245 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:19.497265 [ 3 ] {} HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:19.497283 [ 3 ] {} HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.497296 [ 3 ] {} HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.497331 [ 3 ] {} HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:19.497475 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:19.497523 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:19.497653 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:19.498051 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.498087 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.498435 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.30 04:13:19.498744 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.498872 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} executeQuery: Read 149 rows, 12.78 KiB in 0.001459 sec., 102124.74297464016 rows/sec., 8.56 MiB/sec. 2024.05.30 04:13:19.498879 [ 42 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.30 04:13:19.498936 [ 42 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.498972 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.499084 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} DynamicQueryHandler: Done processing query 2024.05.30 04:13:19.499162 [ 3 ] {ada4cbec-e62a-4fb6-ae93-a5cf8f77d6fd} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:13:19.499233 [ 3 ] {} HTTP-Session: 0b687ab5-8089-41ee-9c26-629a92f9049a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.499370 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.30 04:13:19.499501 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:19.499656 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:19.499728 [ 3 ] {} HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:19.499784 [ 3 ] {} HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.499824 [ 3 ] {} HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.499863 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:19.499895 [ 3 ] {} HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:19.499917 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 192 rows starting from the beginning of the part 2024.05.30 04:13:19.500146 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 149 rows starting from the beginning of the part 2024.05.30 04:13:19.500201 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:19.500372 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:19.500555 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2024.05.30 04:13:19.500916 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 151 rows starting from the beginning of the part 2024.05.30 04:13:19.501286 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2024.05.30 04:13:19.501386 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:19.501576 [ 188 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 149 rows starting from the beginning of the part 2024.05.30 04:13:19.502369 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.502432 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.503425 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.30 04:13:19.504399 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.504746 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 4 columns (4 merged, 0 gathered) in 0.00565502 sec., 133156.0277417233 rows/sec., 10.93 MiB/sec. 2024.05.30 04:13:19.504811 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} executeQuery: Read 95 rows, 7.60 KiB in 0.004761 sec., 19953.791220331866 rows/sec., 1.56 MiB/sec. 2024.05.30 04:13:19.504822 [ 61 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.30 04:13:19.504967 [ 61 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.505037 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.505101 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.30 04:13:19.505267 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} DynamicQueryHandler: Done processing query 2024.05.30 04:13:19.505347 [ 3 ] {01e450bb-11c2-40e6-abb3-ce0b056fe3bf} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:19.505417 [ 3 ] {} HTTP-Session: c698f376-0ad7-4e61-859d-abe5146290fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.505549 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.30 04:13:19.505684 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:19.505850 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:19.505944 [ 3 ] {} HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:19.506002 [ 3 ] {} HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.506064 [ 3 ] {} HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.506193 [ 3 ] {} HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:19.506231 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:19.506319 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 151 rows starting from the beginning of the part 2024.05.30 04:13:19.506342 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.506650 [ 202 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_36_7} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.30 04:13:19.506683 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:19.506893 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:19.506888 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 95 rows starting from the beginning of the part 2024.05.30 04:13:19.506941 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.30 04:13:19.507325 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2024.05.30 04:13:19.507699 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 99 rows starting from the beginning of the part 2024.05.30 04:13:19.507962 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:19.507990 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2024.05.30 04:13:19.508238 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 95 rows starting from the beginning of the part 2024.05.30 04:13:19.509096 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.509154 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.510316 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.30 04:13:19.511048 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 4 columns (4 merged, 0 gathered) in 0.005834113 sec., 97358.4159237231 rows/sec., 7.61 MiB/sec. 2024.05.30 04:13:19.511208 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.511321 [ 188 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.30 04:13:19.511442 [ 61 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.30 04:13:19.511533 [ 61 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.511582 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} executeQuery: Read 160 rows, 11.41 KiB in 0.005145 sec., 31098.153547133137 rows/sec., 2.17 MiB/sec. 2024.05.30 04:13:19.511610 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.512146 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.30 04:13:19.512304 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} DynamicQueryHandler: Done processing query 2024.05.30 04:13:19.512429 [ 3 ] {e111325f-3027-4725-bbde-a64c74188ac5} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:19.512603 [ 3 ] {} HTTP-Session: 578badc7-ce05-4a74-8dc8-b42653eb424d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.512980 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:19.513107 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:19.513199 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4936 rows starting from the beginning of the part 2024.05.30 04:13:19.513257 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:19.513343 [ 3 ] {} HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:19.513429 [ 3 ] {} HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.513520 [ 3 ] {} HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.513651 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2024.05.30 04:13:19.513718 [ 3 ] {} HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:19.514070 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2024.05.30 04:13:19.514448 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 162 rows starting from the beginning of the part 2024.05.30 04:13:19.514458 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.514636 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:19.514935 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2024.05.30 04:13:19.514935 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:13:19.515035 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_36_7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.30 04:13:19.515345 [ 194 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2024.05.30 04:13:19.515609 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.30 04:13:19.516415 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:19.517145 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.517188 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.518364 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.30 04:13:19.518889 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.519171 [ 61 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.30 04:13:19.519203 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} executeQuery: Read 31 rows, 42.84 KiB in 0.005168 sec., 5998.452012383901 rows/sec., 8.09 MiB/sec. 2024.05.30 04:13:19.519258 [ 61 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.519334 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.519592 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.30 04:13:19.519642 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} DynamicQueryHandler: Done processing query 2024.05.30 04:13:19.519694 [ 3 ] {fca91cb7-2f14-4b19-8a62-633ac4c19f7b} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:13:19.519764 [ 3 ] {} HTTP-Session: fed0b72a-c033-47e1-b489-f01c100b2cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.520037 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:19.520218 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:19.520287 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:19.520311 [ 3 ] {} HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:19.520398 [ 3 ] {} HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.520473 [ 3 ] {} HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.520484 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 308 rows starting from the beginning of the part 2024.05.30 04:13:19.520530 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5738 rows, containing 5 columns (5 merged, 0 gathered) in 0.008731025 sec., 657196.6063549239 rows/sec., 45.82 MiB/sec. 2024.05.30 04:13:19.520584 [ 3 ] {} HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:19.520799 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:19.521170 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:19.521261 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:19.521297 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.30 04:13:19.521391 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:19.521799 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:19.522355 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:19.523113 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:19.523130 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:19.524012 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.524335 [ 189 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_36_7} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.30 04:13:19.524637 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.524669 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2024.05.30 04:13:19.524730 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.525457 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.30 04:13:19.526512 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.526791 [ 61 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.30 04:13:19.526869 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} executeQuery: Read 60 rows, 4.14 KiB in 0.006017 sec., 9971.746717633372 rows/sec., 688.15 KiB/sec. 2024.05.30 04:13:19.526880 [ 61 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:19.527027 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. 2024.05.30 04:13:19.527627 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.30 04:13:19.527644 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} DynamicQueryHandler: Done processing query 2024.05.30 04:13:19.527695 [ 3 ] {b5777b5a-443c-4633-9dd2-94931fcda6e7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:19.527747 [ 3 ] {} HTTP-Session: 3df7fac6-19b8-4c94-a619-e114cd105362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:19.527846 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:19.527880 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1742 rows starting from the beginning of the part 2024.05.30 04:13:19.527970 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:19.528061 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:19.528351 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:19.528702 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:19.529019 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:19.529055 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 463 rows, containing 6 columns (6 merged, 0 gathered) in 0.00959365 sec., 48261.089366403816 rows/sec., 65.13 MiB/sec. 2024.05.30 04:13:19.529617 [ 188 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.30 04:13:19.530261 [ 193 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.530526 [ 193 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_16_3} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.30 04:13:19.530678 [ 191 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2042 rows, containing 4 columns (4 merged, 0 gathered) in 0.003328869 sec., 613421.5554892668 rows/sec., 41.30 MiB/sec. 2024.05.30 04:13:19.530725 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2024.05.30 04:13:19.530999 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.30 04:13:19.531480 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:19.531577 [ 197 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_36_7} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.30 04:13:19.531663 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2024.05.30 04:13:20.001070 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 184.47 MiB, peak 193.93 MiB, free memory in arenas 0.00 B, will set to 186.29 MiB (RSS), difference: 1.82 MiB 2024.05.30 04:13:24.494775 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:24.494906 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:24.494932 [ 3 ] {} HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:24.494956 [ 3 ] {} HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.494970 [ 3 ] {} HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.495019 [ 3 ] {} HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:24.495201 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:24.495269 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:13:24.495458 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:24.495870 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:24.495918 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:24.496303 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:13:24.496640 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:24.496813 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} executeQuery: Read 6 rows, 501.00 B in 0.001662 sec., 3610.1083032490974 rows/sec., 294.38 KiB/sec. 2024.05.30 04:13:24.497078 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} DynamicQueryHandler: Done processing query 2024.05.30 04:13:24.497106 [ 3 ] {d83bef50-93e8-4641-8930-81380e5e6e09} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:13:24.497122 [ 3 ] {} HTTP-Session: 5ce0a8fe-385e-4b55-9b52-4ea5da534d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.497261 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:24.497315 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:24.497334 [ 3 ] {} HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:24.497352 [ 3 ] {} HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.497366 [ 3 ] {} HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.497401 [ 3 ] {} HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:24.497534 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:24.497581 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:24.497712 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:24.498068 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:24.498106 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:24.498430 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.30 04:13:24.498735 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:24.498895 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} executeQuery: Read 95 rows, 7.36 KiB in 0.001406 sec., 67567.56756756757 rows/sec., 5.11 MiB/sec. 2024.05.30 04:13:24.499052 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} DynamicQueryHandler: Done processing query 2024.05.30 04:13:24.499077 [ 3 ] {9c278ac9-d8d0-4c68-8c85-2fbaae977625} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:24.499093 [ 3 ] {} HTTP-Session: c7992079-6fb8-4842-9d1e-72ec1f57c88b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.499206 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:24.499255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:24.499275 [ 3 ] {} HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:24.499291 [ 3 ] {} HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.499305 [ 3 ] {} HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.499338 [ 3 ] {} HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:24.499436 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:24.499508 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:13:24.499635 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:24.499910 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:24.499948 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:24.500248 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.30 04:13:24.500553 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:24.500712 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} executeQuery: Read 6 rows, 429.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 321.77 KiB/sec. 2024.05.30 04:13:24.500874 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} DynamicQueryHandler: Done processing query 2024.05.30 04:13:24.500898 [ 3 ] {7124efea-bb3e-4a8a-8123-423084660750} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:13:24.500913 [ 3 ] {} HTTP-Session: bac31da4-beac-4670-90bb-3d56f941548e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.501036 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:24.501109 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:24.501128 [ 3 ] {} HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:24.501145 [ 3 ] {} HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.501159 [ 3 ] {} HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.501190 [ 3 ] {} HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:24.501311 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:24.501354 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:24.501480 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:24.501796 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:24.501834 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:24.502163 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.30 04:13:24.502459 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:24.502610 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} executeQuery: Read 94 rows, 7.50 KiB in 0.001341 sec., 70096.94258016406 rows/sec., 5.46 MiB/sec. 2024.05.30 04:13:24.502851 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} DynamicQueryHandler: Done processing query 2024.05.30 04:13:24.502904 [ 3 ] {a515ab3c-09ff-4722-b578-b34590fd9e4d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:24.502946 [ 3 ] {} HTTP-Session: cf17be60-f83e-4a05-af28-4c5910269316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.503128 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:24.503180 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:24.503199 [ 3 ] {} HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:24.503216 [ 3 ] {} HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.503229 [ 3 ] {} HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.503261 [ 3 ] {} HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:24.503448 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:24.503498 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:24.503658 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:24.504068 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:24.504104 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:24.504511 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.30 04:13:24.504844 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:24.505000 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} executeQuery: Read 199 rows, 14.22 KiB in 0.001658 sec., 120024.12545235224 rows/sec., 8.38 MiB/sec. 2024.05.30 04:13:24.505274 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} DynamicQueryHandler: Done processing query 2024.05.30 04:13:24.505311 [ 3 ] {e911a846-54dc-4d05-bf71-f4356219446b} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:13:24.505337 [ 3 ] {} HTTP-Session: 842e0491-9dcf-4902-a48d-684dea820952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.505458 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:24.505506 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:24.505525 [ 3 ] {} HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:24.505541 [ 3 ] {} HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.505555 [ 3 ] {} HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:24.505585 [ 3 ] {} HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:24.505700 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:24.505745 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:24.505882 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:24.506136 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:24.506172 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:24.506525 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.30 04:13:24.506842 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:24.506997 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. 2024.05.30 04:13:24.507150 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} DynamicQueryHandler: Done processing query 2024.05.30 04:13:24.507174 [ 3 ] {26c466a2-6207-4315-9be2-32bca985d44f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:24.507189 [ 3 ] {} HTTP-Session: 7e9eed66-e01f-45e6-b8e7-856ec95c9484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:28.105257 [ 102 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:13:28.105314 [ 102 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:13:29.493677 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:29.493813 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:29.493843 [ 3 ] {} HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:29.493871 [ 3 ] {} HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.493888 [ 3 ] {} HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.493942 [ 3 ] {} HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:29.494149 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:29.494224 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:13:29.494417 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:29.494800 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:29.494846 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:29.495216 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.30 04:13:29.495544 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:29.495710 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} executeQuery: Read 31 rows, 2.51 KiB in 0.001625 sec., 19076.923076923078 rows/sec., 1.51 MiB/sec. 2024.05.30 04:13:29.495924 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} DynamicQueryHandler: Done processing query 2024.05.30 04:13:29.495951 [ 3 ] {3046f8cf-6029-45ec-adf4-7296d60f3359} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:29.495967 [ 3 ] {} HTTP-Session: eba24531-950b-43f1-acd5-aa609ee7e3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.496111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:29.496164 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:29.496183 [ 3 ] {} HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:29.496200 [ 3 ] {} HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.496214 [ 3 ] {} HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.496249 [ 3 ] {} HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:29.496392 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:29.496439 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:29.496566 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:29.496928 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:29.496966 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:29.497285 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.30 04:13:29.497582 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:29.497755 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} executeQuery: Read 149 rows, 12.78 KiB in 0.001418 sec., 105077.57404795487 rows/sec., 8.80 MiB/sec. 2024.05.30 04:13:29.497919 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} DynamicQueryHandler: Done processing query 2024.05.30 04:13:29.497944 [ 3 ] {a5526066-2e36-430c-8c4c-0d562cf58d90} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:13:29.497960 [ 3 ] {} HTTP-Session: 7e358709-6df2-4019-90e3-bed81a99e7a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.498079 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:29.498126 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:29.498145 [ 3 ] {} HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:29.498162 [ 3 ] {} HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.498176 [ 3 ] {} HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.498207 [ 3 ] {} HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:29.498327 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:29.498371 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:29.498495 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:29.498814 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:29.498850 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:29.499161 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.30 04:13:29.499469 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:29.499603 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} executeQuery: Read 95 rows, 7.60 KiB in 0.001323 sec., 71806.50037792895 rows/sec., 5.61 MiB/sec. 2024.05.30 04:13:29.499745 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} DynamicQueryHandler: Done processing query 2024.05.30 04:13:29.499769 [ 3 ] {e8737928-35fa-478f-b00a-283945a69858} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:29.499784 [ 3 ] {} HTTP-Session: bc7fad26-4f55-4370-92d6-4c130678b732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.499922 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:29.499970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:29.499988 [ 3 ] {} HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:29.500005 [ 3 ] {} HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.500018 [ 3 ] {} HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.500049 [ 3 ] {} HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:29.500191 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:29.500236 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:29.500374 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:29.500718 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:29.500754 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:29.501151 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.30 04:13:29.501477 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:29.501610 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} executeQuery: Read 160 rows, 11.41 KiB in 0.001485 sec., 107744.10774410775 rows/sec., 7.50 MiB/sec. 2024.05.30 04:13:29.501754 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} DynamicQueryHandler: Done processing query 2024.05.30 04:13:29.501778 [ 3 ] {bf25dbe4-f5ae-4355-9bb7-57a986c3140c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:29.501793 [ 3 ] {} HTTP-Session: 319e18b8-3bc6-4c31-a187-a6e5d3219413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.501917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:29.501965 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:29.501984 [ 3 ] {} HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:29.502000 [ 3 ] {} HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.502013 [ 3 ] {} HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.502043 [ 3 ] {} HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:29.502289 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:29.502337 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:13:29.502492 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:29.503008 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:29.503044 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:29.503452 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.30 04:13:29.503793 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:29.503921 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} executeQuery: Read 31 rows, 42.84 KiB in 0.001804 sec., 17184.035476718404 rows/sec., 23.19 MiB/sec. 2024.05.30 04:13:29.504086 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} DynamicQueryHandler: Done processing query 2024.05.30 04:13:29.504110 [ 3 ] {7f83882e-1893-40ef-9f2c-7d691c36f4e8} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:13:29.504125 [ 3 ] {} HTTP-Session: e11c0265-815b-4af0-9e43-0789829b16e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.504234 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:29.504283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:29.504301 [ 3 ] {} HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:29.504318 [ 3 ] {} HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.504331 [ 3 ] {} HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:29.504361 [ 3 ] {} HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:29.504489 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:29.504533 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:29.504656 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:29.504995 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:29.505030 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:29.505380 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.30 04:13:29.505700 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:29.505831 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. 2024.05.30 04:13:29.505991 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} DynamicQueryHandler: Done processing query 2024.05.30 04:13:29.506015 [ 3 ] {3211b802-3ae3-4a2e-a50e-1fa9f69bd057} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:29.506031 [ 3 ] {} HTTP-Session: 3bba5da0-1181-4848-b9c7-19e7fa8ce3ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.491958 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:34.492099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:34.492128 [ 3 ] {} HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:34.492155 [ 3 ] {} HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.492173 [ 3 ] {} HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.492228 [ 3 ] {} HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:34.492439 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:34.492513 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:34.492724 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:34.493189 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:34.493234 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:34.493600 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.30 04:13:34.493925 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:34.494088 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} executeQuery: Read 56 rows, 4.38 KiB in 0.001722 sec., 32520.325203252032 rows/sec., 2.48 MiB/sec. 2024.05.30 04:13:34.494402 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} DynamicQueryHandler: Done processing query 2024.05.30 04:13:34.494459 [ 3 ] {193b18b1-bb85-4f75-be72-8cff81df0c94} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:13:34.494493 [ 3 ] {} HTTP-Session: d6a0777e-8443-402a-9ae9-fb9807489575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.494644 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:34.494699 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:34.494719 [ 3 ] {} HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:34.494737 [ 3 ] {} HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.494751 [ 3 ] {} HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.494788 [ 3 ] {} HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:34.494920 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:34.494968 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:34.495122 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:34.495477 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:34.495515 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:34.495823 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.30 04:13:34.496134 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:34.496302 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} executeQuery: Read 64 rows, 5.12 KiB in 0.001423 sec., 44975.404075895996 rows/sec., 3.51 MiB/sec. 2024.05.30 04:13:34.496474 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} DynamicQueryHandler: Done processing query 2024.05.30 04:13:34.496498 [ 3 ] {a63d1ab2-1c47-4454-ab49-ac1a2f23b202} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:13:34.496515 [ 3 ] {} HTTP-Session: 4bb39f93-008a-4923-a7fb-aef563ebf7d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.496668 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:34.496718 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:34.496737 [ 3 ] {} HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:34.496754 [ 3 ] {} HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.496767 [ 3 ] {} HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.496800 [ 3 ] {} HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:34.496945 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:34.496992 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:34.497136 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:34.497508 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:34.497544 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:34.497934 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.30 04:13:34.498258 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:34.498426 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. 2024.05.30 04:13:34.498583 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} DynamicQueryHandler: Done processing query 2024.05.30 04:13:34.498607 [ 3 ] {b3aea4d2-6aff-4205-8da2-65a1e9f0b92d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:34.498623 [ 3 ] {} HTTP-Session: 84281859-df81-44fd-904c-a6531ae9ba91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.498734 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:34.498783 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:34.498801 [ 3 ] {} HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:34.498818 [ 3 ] {} HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.498831 [ 3 ] {} HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:34.498862 [ 3 ] {} HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:34.498979 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:34.499024 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:34.499146 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:34.499444 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:34.499482 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:34.499828 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.30 04:13:34.500140 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:34.500296 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. 2024.05.30 04:13:34.500457 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} DynamicQueryHandler: Done processing query 2024.05.30 04:13:34.500481 [ 3 ] {b3446401-7339-4b88-918b-a112cbdcd697} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:34.500497 [ 3 ] {} HTTP-Session: 1a38f2ff-0643-494f-bfb9-e20d36acb030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.494267 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.494410 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.494439 [ 3 ] {} HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.494466 [ 3 ] {} HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.494484 [ 3 ] {} HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.494536 [ 3 ] {} HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.494749 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.494823 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:13:39.495013 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.495450 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.495499 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.495867 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.30 04:13:39.496197 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.496377 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} executeQuery: Read 31 rows, 2.51 KiB in 0.001691 sec., 18332.347723240688 rows/sec., 1.45 MiB/sec. 2024.05.30 04:13:39.496409 [ 109 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2024.05.30 04:13:39.496537 [ 109 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.496600 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.496647 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.496706 [ 3 ] {898bf2df-99b8-4ff6-9d08-7783e9807b1c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:39.496771 [ 3 ] {} HTTP-Session: 7eeb68cc-7fd2-4841-98f3-b6374e5bc67f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.496888 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2024.05.30 04:13:39.497003 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.497125 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.497184 [ 3 ] {} HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.497245 [ 3 ] {} HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.497251 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:39.497269 [ 3 ] {} HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.497325 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 31 rows starting from the beginning of the part 2024.05.30 04:13:39.497344 [ 3 ] {} HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.497475 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:39.497701 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.497905 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:13:39.497914 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:39.498327 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:39.498685 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part 2024.05.30 04:13:39.498831 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.499663 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.499730 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.500638 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:13:39.501141 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004417669 sec., 35086.3770010836 rows/sec., 2.78 MiB/sec. 2024.05.30 04:13:39.501355 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2024.05.30 04:13:39.501514 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.501999 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} executeQuery: Read 4 rows, 334.00 B in 0.004468 sec., 895.2551477170995 rows/sec., 73.00 KiB/sec. 2024.05.30 04:13:39.502268 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.502339 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.502372 [ 3 ] {2729f801-f7cf-4033-bbc4-fe7669f20b28} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:13:39.502401 [ 191 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_18_4} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2024.05.30 04:13:39.502407 [ 3 ] {} HTTP-Session: fd6aa2fe-c373-4665-87a7-86e6d662075f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.502523 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.30 04:13:39.502621 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.502681 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.502700 [ 3 ] {} HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.502718 [ 3 ] {} HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.502731 [ 3 ] {} HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.502766 [ 3 ] {} HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.502922 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.502969 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:39.503117 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.503506 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.503543 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.503868 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.30 04:13:39.504179 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.504332 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} executeQuery: Read 151 rows, 12.93 KiB in 0.001471 sec., 102651.2576478586 rows/sec., 8.58 MiB/sec. 2024.05.30 04:13:39.504590 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.504650 [ 3 ] {90acd8cb-bbff-4385-a01a-3036a0d72503} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:13:39.504713 [ 3 ] {} HTTP-Session: 77d4243d-b41d-4df6-a78e-92374e4b9b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.504883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.504935 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.504954 [ 3 ] {} HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.504971 [ 3 ] {} HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.504985 [ 3 ] {} HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.505017 [ 3 ] {} HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.505118 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.505163 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:13:39.505308 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.505599 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.505636 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.505928 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.30 04:13:39.506236 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.506395 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} executeQuery: Read 4 rows, 286.00 B in 0.001298 sec., 3081.6640986132516 rows/sec., 215.17 KiB/sec. 2024.05.30 04:13:39.506660 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.506685 [ 3 ] {bf8dfda0-52f0-4c97-b12c-6db1bdbf57ef} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:13:39.506700 [ 3 ] {} HTTP-Session: 06b2cae1-62b6-4309-9fef-12d78f6a4738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.506830 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.506879 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.506898 [ 3 ] {} HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.506914 [ 3 ] {} HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.506927 [ 3 ] {} HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.506958 [ 3 ] {} HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.507081 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.507125 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:39.507268 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.507623 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.507660 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.507966 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.30 04:13:39.508259 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.508418 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} executeQuery: Read 99 rows, 7.92 KiB in 0.001376 sec., 71947.67441860464 rows/sec., 5.62 MiB/sec. 2024.05.30 04:13:39.508589 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.508613 [ 3 ] {72e6cbd1-7f27-49a0-80d6-9f808163587e} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:13:39.508628 [ 3 ] {} HTTP-Session: 210f9a2a-42cf-4b81-a0d3-5cec8bec8ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.508773 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.508822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.508841 [ 3 ] {} HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.508862 [ 3 ] {} HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.508876 [ 3 ] {} HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.508906 [ 3 ] {} HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.509053 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.509101 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:39.509245 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.509636 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.509673 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.510051 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.30 04:13:39.510378 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.510538 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} executeQuery: Read 162 rows, 11.55 KiB in 0.001541 sec., 105126.54120700843 rows/sec., 7.32 MiB/sec. 2024.05.30 04:13:39.510708 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.510732 [ 3 ] {a47cca9d-816f-4a3b-adb2-61980898ff7e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:39.510747 [ 3 ] {} HTTP-Session: 69e3ca0d-6c7e-4f2d-a761-030213f93db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.510923 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.510973 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.510992 [ 3 ] {} HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.511007 [ 3 ] {} HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.511021 [ 3 ] {} HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.511051 [ 3 ] {} HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.511469 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.511519 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:13:39.511681 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.512212 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.512248 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.512660 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.30 04:13:39.512996 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.513168 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} executeQuery: Read 31 rows, 42.84 KiB in 0.002032 sec., 15255.905511811025 rows/sec., 20.59 MiB/sec. 2024.05.30 04:13:39.513400 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.513424 [ 3 ] {9755f666-e832-4043-9bbb-29bbc40646d6} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:13:39.513440 [ 3 ] {} HTTP-Session: 07cf8187-41d9-41f3-85dd-b38b07913296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.513561 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:39.513611 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:39.513630 [ 3 ] {} HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:39.513646 [ 3 ] {} HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.513659 [ 3 ] {} HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:39.513690 [ 3 ] {} HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:39.513819 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:39.513862 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:39.513989 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:39.514277 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:39.514313 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:39.514668 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.30 04:13:39.514982 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:39.515143 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. 2024.05.30 04:13:39.515310 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} DynamicQueryHandler: Done processing query 2024.05.30 04:13:39.515333 [ 3 ] {b22d4c58-c420-4aef-b707-525919f4c61f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:39.515349 [ 3 ] {} HTTP-Session: b619be50-c762-4391-a6ff-b61e64da5921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:43.105550 [ 105 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:13:43.105600 [ 105 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:13:44.491978 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:44.492126 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:44.492164 [ 3 ] {} HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:44.492197 [ 3 ] {} HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.492222 [ 3 ] {} HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.492289 [ 3 ] {} HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:44.492554 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:44.492689 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:44.492948 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:44.493420 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.493468 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.493847 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.30 04:13:44.494171 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.494351 [ 106 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.30 04:13:44.494362 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} executeQuery: Read 56 rows, 4.38 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.25 MiB/sec. 2024.05.30 04:13:44.494434 [ 106 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.494504 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.494717 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.30 04:13:44.494758 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} DynamicQueryHandler: Done processing query 2024.05.30 04:13:44.494812 [ 3 ] {39fb965b-970b-4155-a519-0494aa6b6176} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:13:44.494837 [ 3 ] {} HTTP-Session: c9a29900-f578-4a8b-bbcb-ededd4fc74f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.494959 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:44.495001 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 192 rows starting from the beginning of the part 2024.05.30 04:13:44.495136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:44.495195 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 95 rows starting from the beginning of the part 2024.05.30 04:13:44.495287 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:44.495401 [ 3 ] {} HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:44.495480 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 149 rows starting from the beginning of the part 2024.05.30 04:13:44.495491 [ 3 ] {} HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.495572 [ 3 ] {} HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.495756 [ 3 ] {} HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:44.495827 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part 2024.05.30 04:13:44.496105 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 151 rows starting from the beginning of the part 2024.05.30 04:13:44.496127 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:44.496285 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:44.496381 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part 2024.05.30 04:13:44.497098 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:44.498068 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.498141 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.498991 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.30 04:13:44.499402 [ 190 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 699 rows, containing 4 columns (4 merged, 0 gathered) in 0.004779824 sec., 146239.69418120835 rows/sec., 11.83 MiB/sec. 2024.05.30 04:13:44.499726 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.30 04:13:44.499737 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.500051 [ 106 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.30 04:13:44.500113 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} executeQuery: Read 64 rows, 5.12 KiB in 0.004119 sec., 15537.75188152464 rows/sec., 1.21 MiB/sec. 2024.05.30 04:13:44.500137 [ 106 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.500215 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.500756 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.30 04:13:44.500926 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} DynamicQueryHandler: Done processing query 2024.05.30 04:13:44.501023 [ 3 ] {4d51875f-40a4-4e38-8e95-c851937d7a05} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:13:44.501112 [ 3 ] {} HTTP-Session: c48e675c-de52-438e-a28e-0b32be41b909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.501129 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:44.501203 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 151 rows starting from the beginning of the part 2024.05.30 04:13:44.501218 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.501426 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:44.501531 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 94 rows starting from the beginning of the part 2024.05.30 04:13:44.501630 [ 195 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_41_8} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.30 04:13:44.501657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:44.501777 [ 3 ] {} HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:44.501888 [ 3 ] {} HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.501981 [ 3 ] {} HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.501987 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 95 rows starting from the beginning of the part 2024.05.30 04:13:44.502076 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.30 04:13:44.502175 [ 3 ] {} HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:44.502320 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part 2024.05.30 04:13:44.502578 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 99 rows starting from the beginning of the part 2024.05.30 04:13:44.502656 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:44.502850 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:44.502907 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part 2024.05.30 04:13:44.503738 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:44.504735 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.504798 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.505759 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 4 columns (4 merged, 0 gathered) in 0.005382916 sec., 105333.24317154495 rows/sec., 8.23 MiB/sec. 2024.05.30 04:13:44.505860 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.30 04:13:44.505927 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.30 04:13:44.506809 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.506890 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.506991 [ 203 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_41_8} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.30 04:13:44.507188 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.30 04:13:44.507188 [ 106 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.30 04:13:44.507280 [ 106 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.507287 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} executeQuery: Read 160 rows, 11.41 KiB in 0.00486 sec., 32921.81069958848 rows/sec., 2.29 MiB/sec. 2024.05.30 04:13:44.507320 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.507601 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.30 04:13:44.507695 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} DynamicQueryHandler: Done processing query 2024.05.30 04:13:44.507751 [ 3 ] {d515b578-a15f-4ce2-8a4b-2c97fe5d6f6e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:44.507798 [ 3 ] {} HTTP-Session: 6515cb3a-fbd4-431a-b16e-a62179e0f371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.507884 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:44.507926 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5738 rows starting from the beginning of the part 2024.05.30 04:13:44.508108 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 199 rows starting from the beginning of the part 2024.05.30 04:13:44.508097 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:44.508312 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:44.508349 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2024.05.30 04:13:44.508397 [ 3 ] {} HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:44.508483 [ 3 ] {} HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.508585 [ 3 ] {} HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.508590 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2024.05.30 04:13:44.508685 [ 3 ] {} HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:44.508853 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part 2024.05.30 04:13:44.509068 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2024.05.30 04:13:44.509148 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:44.509350 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:44.509796 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:44.510291 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.510335 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.511308 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.30 04:13:44.511770 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.512097 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} executeQuery: Read 60 rows, 4.14 KiB in 0.003159 sec., 18993.35232668566 rows/sec., 1.28 MiB/sec. 2024.05.30 04:13:44.512113 [ 106 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.30 04:13:44.512273 [ 106 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:44.512440 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:44.512607 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} DynamicQueryHandler: Done processing query 2024.05.30 04:13:44.512672 [ 3 ] {e62fc90b-fac0-4dc5-a95c-f6f05dd76f9e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:44.512715 [ 3 ] {} HTTP-Session: 0f81ddeb-4c8d-4213-8a52-94d5651bbaec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:44.512728 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.30 04:13:44.513036 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:13:44.513041 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6579 rows, containing 5 columns (5 merged, 0 gathered) in 0.005583259 sec., 1178344.0460132693 rows/sec., 82.15 MiB/sec. 2024.05.30 04:13:44.513078 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2042 rows starting from the beginning of the part 2024.05.30 04:13:44.513184 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:44.513292 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:44.513397 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:44.513488 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.30 04:13:44.513530 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:44.513704 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2024.05.30 04:13:44.514312 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.514422 [ 190 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_41_8} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.30 04:13:44.514505 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2024.05.30 04:13:44.515163 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 4 columns (4 merged, 0 gathered) in 0.002593956 sec., 902868.051732566 rows/sec., 60.80 MiB/sec. 2024.05.30 04:13:44.515566 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.30 04:13:44.516040 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:44.516119 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_41_8} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.30 04:13:44.516206 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2024.05.30 04:13:49.493825 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:49.493947 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:49.493971 [ 3 ] {} HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:49.493993 [ 3 ] {} HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.494008 [ 3 ] {} HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.494055 [ 3 ] {} HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:49.494245 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:49.494307 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:13:49.494485 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:49.494928 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:49.494965 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:49.495326 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.30 04:13:49.495646 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:49.495795 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} executeQuery: Read 31 rows, 2.51 KiB in 0.00162 sec., 19135.802469135804 rows/sec., 1.51 MiB/sec. 2024.05.30 04:13:49.496004 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} DynamicQueryHandler: Done processing query 2024.05.30 04:13:49.496029 [ 3 ] {8fa76ed7-8fd2-4f92-8a65-ba9643ff0d88} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:49.496044 [ 3 ] {} HTTP-Session: 749ed363-9fb7-42ac-b887-846cc6de5945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.496229 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:49.496277 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:49.496297 [ 3 ] {} HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:49.496313 [ 3 ] {} HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.496327 [ 3 ] {} HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.496358 [ 3 ] {} HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:49.496494 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:49.496536 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:49.496663 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:49.497074 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:49.497110 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:49.497430 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.30 04:13:49.497735 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:49.497876 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} executeQuery: Read 149 rows, 12.78 KiB in 0.001438 sec., 103616.13351877607 rows/sec., 8.68 MiB/sec. 2024.05.30 04:13:49.498037 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} DynamicQueryHandler: Done processing query 2024.05.30 04:13:49.498060 [ 3 ] {dc7e568c-0325-4da1-b3ac-84cef8100ac2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:13:49.498076 [ 3 ] {} HTTP-Session: 308d3826-7a5e-4773-adc8-4ebd6f83d6a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.498228 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:49.498275 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:49.498295 [ 3 ] {} HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:49.498311 [ 3 ] {} HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.498325 [ 3 ] {} HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.498355 [ 3 ] {} HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:49.498486 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:49.498527 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:49.498650 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:49.499004 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:49.499040 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:49.499354 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.30 04:13:49.499644 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:49.499790 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} executeQuery: Read 95 rows, 7.60 KiB in 0.001356 sec., 70058.99705014749 rows/sec., 5.47 MiB/sec. 2024.05.30 04:13:49.499952 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} DynamicQueryHandler: Done processing query 2024.05.30 04:13:49.499975 [ 3 ] {46bb66b5-a287-4933-90de-5a11f0686d7f} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:49.499990 [ 3 ] {} HTTP-Session: a344b4eb-92bd-4591-bb2a-e974c3ab91ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.500157 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:49.500205 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:49.500232 [ 3 ] {} HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:49.500248 [ 3 ] {} HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.500261 [ 3 ] {} HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.500291 [ 3 ] {} HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:49.500432 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:49.500477 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:49.500621 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:49.500997 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:49.501031 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:49.501415 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.30 04:13:49.501738 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:49.501883 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. 2024.05.30 04:13:49.502047 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} DynamicQueryHandler: Done processing query 2024.05.30 04:13:49.502072 [ 3 ] {9a1e4a48-fcf5-45bc-a395-7fbecd977e7e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:49.502087 [ 3 ] {} HTTP-Session: 2550acf8-1d43-40b1-910c-8a0a08ecfd74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.502262 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:49.502312 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:49.502330 [ 3 ] {} HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:49.502349 [ 3 ] {} HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.502367 [ 3 ] {} HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.502405 [ 3 ] {} HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:49.502676 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:49.502723 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:13:49.502877 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:49.503356 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:49.503392 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:49.503803 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.30 04:13:49.504134 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:49.504305 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} executeQuery: Read 31 rows, 42.84 KiB in 0.001803 sec., 17193.56627842485 rows/sec., 23.20 MiB/sec. 2024.05.30 04:13:49.504498 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} DynamicQueryHandler: Done processing query 2024.05.30 04:13:49.504525 [ 3 ] {ff5f2c90-2334-4680-ad29-19a29b9b38ef} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:13:49.504541 [ 3 ] {} HTTP-Session: 74715c4f-c876-463c-b266-3270b8e64f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.504684 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:49.504734 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:49.504753 [ 3 ] {} HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:49.504769 [ 3 ] {} HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.504783 [ 3 ] {} HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:49.504816 [ 3 ] {} HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:49.504957 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:49.505003 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:49.505133 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:49.505437 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:49.505476 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:49.505841 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.30 04:13:49.506168 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:49.506325 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. 2024.05.30 04:13:49.506509 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} DynamicQueryHandler: Done processing query 2024.05.30 04:13:49.506535 [ 3 ] {9287b236-0bd0-417e-b833-ffcf59cf7b23} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:49.506551 [ 3 ] {} HTTP-Session: e5248ac5-af3d-4fbe-919f-cb57d5db1dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.492660 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:54.492785 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:54.492809 [ 3 ] {} HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:54.492832 [ 3 ] {} HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.492848 [ 3 ] {} HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.492895 [ 3 ] {} HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:54.493099 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:54.493165 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:54.493350 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:54.493853 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:54.493896 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:54.494268 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.30 04:13:54.494729 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:54.494962 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} executeQuery: Read 92 rows, 7.14 KiB in 0.00193 sec., 47668.39378238342 rows/sec., 3.61 MiB/sec. 2024.05.30 04:13:54.495236 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} DynamicQueryHandler: Done processing query 2024.05.30 04:13:54.495266 [ 3 ] {32063cff-cba7-444f-a363-07c8db54a378} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:54.495283 [ 3 ] {} HTTP-Session: a446e3de-b457-4a47-9c4e-075d739f2a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.495429 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:54.495488 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:54.495508 [ 3 ] {} HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:54.495527 [ 3 ] {} HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.495541 [ 3 ] {} HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.495575 [ 3 ] {} HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:54.495717 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:54.495765 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:54.495902 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:54.496300 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:54.496337 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:54.496653 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.30 04:13:54.496955 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:54.497111 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} executeQuery: Read 88 rows, 7.01 KiB in 0.001441 sec., 61068.70229007633 rows/sec., 4.75 MiB/sec. 2024.05.30 04:13:54.497277 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} DynamicQueryHandler: Done processing query 2024.05.30 04:13:54.497302 [ 3 ] {585816df-fea5-4000-9dba-13ad4b93a0ee} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:54.497318 [ 3 ] {} HTTP-Session: d5d153d4-44b1-4893-bf1f-3496c98c16fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.497546 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:54.497600 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:54.497619 [ 3 ] {} HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:54.497636 [ 3 ] {} HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.497650 [ 3 ] {} HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.497683 [ 3 ] {} HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:54.497850 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:54.497898 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:54.498047 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:54.498442 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:54.498480 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:54.498870 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.30 04:13:54.499197 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:54.499347 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} executeQuery: Read 196 rows, 14.01 KiB in 0.001579 sec., 124129.19569347688 rows/sec., 8.67 MiB/sec. 2024.05.30 04:13:54.499516 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} DynamicQueryHandler: Done processing query 2024.05.30 04:13:54.499541 [ 3 ] {e5758757-c196-4805-ba18-9c9cb31b67e6} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:13:54.499556 [ 3 ] {} HTTP-Session: 0f74dc34-113c-4920-a0b4-78a848789971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.499697 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:54.499747 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:54.499766 [ 3 ] {} HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:54.499783 [ 3 ] {} HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.499797 [ 3 ] {} HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:54.499827 [ 3 ] {} HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:54.499952 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:54.499998 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:54.500123 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:54.500422 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:54.500459 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:54.500809 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.30 04:13:54.501130 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:54.501285 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. 2024.05.30 04:13:54.501457 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} DynamicQueryHandler: Done processing query 2024.05.30 04:13:54.501482 [ 3 ] {cf0b4373-7239-4f96-8777-fb1a9f5ef90d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:54.501497 [ 3 ] {} HTTP-Session: 6dd56bbf-9633-4eee-beef-d3872c5d8007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:58.105640 [ 96 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:13:58.105693 [ 96 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:13:59.001274 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000885646 sec. 2024.05.30 04:13:59.492766 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:59.492884 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:59.492912 [ 3 ] {} HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:59.492939 [ 3 ] {} HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.492957 [ 3 ] {} HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.493012 [ 3 ] {} HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:59.493216 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:59.493291 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:13:59.493501 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:59.493939 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:59.493979 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:59.494344 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.30 04:13:59.494674 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:59.494821 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} executeQuery: Read 31 rows, 2.51 KiB in 0.00167 sec., 18562.874251497007 rows/sec., 1.47 MiB/sec. 2024.05.30 04:13:59.495009 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} DynamicQueryHandler: Done processing query 2024.05.30 04:13:59.495035 [ 3 ] {5c5a5126-895a-429a-80d6-595c68030e97} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:59.495051 [ 3 ] {} HTTP-Session: 46e00e0f-e091-4d5d-aa3b-ac49090737a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.495238 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:59.495289 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:59.495309 [ 3 ] {} HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:59.495325 [ 3 ] {} HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.495340 [ 3 ] {} HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.495372 [ 3 ] {} HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:59.495508 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:59.495551 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:13:59.495674 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:59.496066 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:59.496103 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:59.496419 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.30 04:13:59.496721 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:59.496850 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} executeQuery: Read 149 rows, 12.78 KiB in 0.001401 sec., 106352.60528194148 rows/sec., 8.91 MiB/sec. 2024.05.30 04:13:59.497034 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} DynamicQueryHandler: Done processing query 2024.05.30 04:13:59.497059 [ 3 ] {2fb832f6-03a4-484d-82d5-c34dd3818dd2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:13:59.497075 [ 3 ] {} HTTP-Session: b56c810d-3126-4f34-b330-eb377546dccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.497214 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:59.497264 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:59.497283 [ 3 ] {} HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:59.497299 [ 3 ] {} HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.497313 [ 3 ] {} HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.497344 [ 3 ] {} HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:59.497474 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:59.497518 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:13:59.497665 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:59.498003 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:59.498041 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:59.498347 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.30 04:13:59.498651 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:59.498781 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} executeQuery: Read 95 rows, 7.60 KiB in 0.001364 sec., 69648.09384164223 rows/sec., 5.44 MiB/sec. 2024.05.30 04:13:59.498937 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} DynamicQueryHandler: Done processing query 2024.05.30 04:13:59.498962 [ 3 ] {5ce5afae-64c0-4250-b6d9-832fd9b7fe4e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:13:59.498977 [ 3 ] {} HTTP-Session: d61a1815-f06d-49b6-a6cf-25c9d4cd722b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.499153 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:59.499203 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:59.499222 [ 3 ] {} HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:59.499239 [ 3 ] {} HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.499253 [ 3 ] {} HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.499284 [ 3 ] {} HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:59.499426 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:59.499473 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:13:59.499612 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:59.499990 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:59.500028 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:59.500409 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.30 04:13:59.500749 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:59.500882 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. 2024.05.30 04:13:59.501043 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} DynamicQueryHandler: Done processing query 2024.05.30 04:13:59.501069 [ 3 ] {43e3263c-9436-4a49-87cd-569c7d161aa5} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:13:59.501084 [ 3 ] {} HTTP-Session: 47222d5d-1141-4404-86ca-827f612ebe4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.501240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:59.501291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:59.501309 [ 3 ] {} HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:59.501326 [ 3 ] {} HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.501339 [ 3 ] {} HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.501370 [ 3 ] {} HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:59.501640 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:59.501689 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:13:59.501845 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:59.502294 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:59.502331 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:59.502741 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.30 04:13:59.503085 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:59.503219 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} executeQuery: Read 31 rows, 42.84 KiB in 0.001766 sec., 17553.793884484712 rows/sec., 23.69 MiB/sec. 2024.05.30 04:13:59.503393 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} DynamicQueryHandler: Done processing query 2024.05.30 04:13:59.503420 [ 3 ] {4b8d8d49-574b-4e56-9c64-de0fdf8447e0} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:13:59.503435 [ 3 ] {} HTTP-Session: d13a03e4-f7cc-406d-99e6-5ad0cf2a0d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.503559 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:13:59.503608 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:13:59.503627 [ 3 ] {} HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:13:59.503644 [ 3 ] {} HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.503657 [ 3 ] {} HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:13:59.503689 [ 3 ] {} HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:13:59.503803 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:13:59.503849 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:13:59.503973 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:13:59.504356 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:13:59.504393 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. 2024.05.30 04:13:59.504749 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.30 04:13:59.505069 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:13:59.505201 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. 2024.05.30 04:13:59.505363 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} DynamicQueryHandler: Done processing query 2024.05.30 04:13:59.505387 [ 3 ] {595d7810-8152-4c94-b5bd-d635b7882d00} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:13:59.505403 [ 3 ] {} HTTP-Session: 3ccf5a52-4c41-4666-bf0e-8c271407ac07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.491282 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:04.491427 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:04.491457 [ 3 ] {} HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:04.491486 [ 3 ] {} HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.491504 [ 3 ] {} HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.491560 [ 3 ] {} HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:04.491772 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:04.491842 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:04.492026 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:04.492602 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:04.492650 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:04.493012 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.30 04:14:04.493342 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:04.493518 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} executeQuery: Read 56 rows, 4.38 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.36 MiB/sec. 2024.05.30 04:14:04.493733 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} DynamicQueryHandler: Done processing query 2024.05.30 04:14:04.493760 [ 3 ] {325374ee-9f67-4141-8fee-ae3fd5d6f265} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:14:04.493776 [ 3 ] {} HTTP-Session: 593fb2cf-088c-4171-a211-8682dae61c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.493964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:04.494020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:04.494040 [ 3 ] {} HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:04.494058 [ 3 ] {} HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.494071 [ 3 ] {} HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.494106 [ 3 ] {} HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:04.494230 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:04.494276 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:04.494408 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:04.494768 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:04.494806 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:04.495110 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.30 04:14:04.495412 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:04.495577 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} executeQuery: Read 64 rows, 5.12 KiB in 0.001389 sec., 46076.31389488841 rows/sec., 3.60 MiB/sec. 2024.05.30 04:14:04.495747 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} DynamicQueryHandler: Done processing query 2024.05.30 04:14:04.495773 [ 3 ] {d17522fb-92cf-4e06-a428-8b04543a48b2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:14:04.495788 [ 3 ] {} HTTP-Session: 35cfcbfb-e374-4b20-95bf-f466bae0f067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.495944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:04.495996 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:04.496014 [ 3 ] {} HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:04.496031 [ 3 ] {} HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.496044 [ 3 ] {} HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.496077 [ 3 ] {} HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:04.496230 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:04.496279 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:04.496424 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:04.496795 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:04.496832 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:04.497225 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.30 04:14:04.497559 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:04.497725 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. 2024.05.30 04:14:04.497893 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} DynamicQueryHandler: Done processing query 2024.05.30 04:14:04.497917 [ 3 ] {c41a1f49-adbb-4867-b074-ef09f6db5dd4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:04.497933 [ 3 ] {} HTTP-Session: f1f29d15-245f-4f41-a830-eb11906ff4fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.498074 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:04.498123 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:04.498142 [ 3 ] {} HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:04.498158 [ 3 ] {} HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.498172 [ 3 ] {} HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:04.498203 [ 3 ] {} HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:04.498327 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:04.498372 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:04.498496 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:04.498789 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:04.498825 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:04.499175 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.30 04:14:04.499481 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:04.499639 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. 2024.05.30 04:14:04.499805 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} DynamicQueryHandler: Done processing query 2024.05.30 04:14:04.499829 [ 3 ] {580cf6cd-4b04-4ca8-b103-dc22c54f4dcf} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:04.499844 [ 3 ] {} HTTP-Session: a9954880-0552-4c0f-b86a-491c67d5d98b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.492381 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.492522 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.492552 [ 3 ] {} HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.492579 [ 3 ] {} HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.492598 [ 3 ] {} HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.492654 [ 3 ] {} HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.492866 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.492936 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:14:09.493123 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.493585 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.493635 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.494007 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.30 04:14:09.494351 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.494545 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} executeQuery: Read 31 rows, 2.51 KiB in 0.001739 sec., 17826.336975273145 rows/sec., 1.41 MiB/sec. 2024.05.30 04:14:09.494854 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.494883 [ 3 ] {59e452ee-b2d7-43e8-982c-708557b83a59} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:09.494902 [ 3 ] {} HTTP-Session: d0b1509c-6ab6-4277-a405-a1a92dd98d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.495026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.495086 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.495106 [ 3 ] {} HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.495124 [ 3 ] {} HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.495138 [ 3 ] {} HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.495173 [ 3 ] {} HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.495282 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.495330 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:14:09.495480 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.495799 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.495838 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.496139 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:14:09.496437 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.496613 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} executeQuery: Read 4 rows, 334.00 B in 0.001352 sec., 2958.579881656805 rows/sec., 241.25 KiB/sec. 2024.05.30 04:14:09.497112 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.497139 [ 3 ] {b9f7ecbc-6b84-415d-b2be-00230fdee312} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:14:09.497156 [ 3 ] {} HTTP-Session: 92f6aa4c-4931-4129-b839-0ea354a4b717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.497300 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.497355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.497374 [ 3 ] {} HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.497391 [ 3 ] {} HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.497405 [ 3 ] {} HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.497438 [ 3 ] {} HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.497580 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.497626 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:09.497779 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.498196 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.498234 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.498550 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.30 04:14:09.498852 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.499017 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} executeQuery: Read 151 rows, 12.93 KiB in 0.001493 sec., 101138.64701942398 rows/sec., 8.46 MiB/sec. 2024.05.30 04:14:09.499017 [ 91 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.30 04:14:09.499130 [ 91 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.499179 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.499267 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.499309 [ 3 ] {b7d1d1d4-9c6f-483e-b6bb-7c9e30f9c2a8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:14:09.499330 [ 3 ] {} HTTP-Session: a4d7da0c-b49b-49bb-b2e4-dcf2efdf2ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.499345 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.30 04:14:09.499454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.499502 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:09.499516 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.499545 [ 3 ] {} HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.499545 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 192 rows starting from the beginning of the part 2024.05.30 04:14:09.499569 [ 3 ] {} HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.499590 [ 3 ] {} HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.499644 [ 3 ] {} HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.499729 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 149 rows starting from the beginning of the part 2024.05.30 04:14:09.499977 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.499995 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 92 rows starting from the beginning of the part 2024.05.30 04:14:09.500123 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:14:09.500377 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 149 rows starting from the beginning of the part 2024.05.30 04:14:09.500672 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2024.05.30 04:14:09.501093 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 151 rows starting from the beginning of the part 2024.05.30 04:14:09.501689 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.502196 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.502242 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.502704 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.30 04:14:09.503125 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 789 rows, containing 4 columns (4 merged, 0 gathered) in 0.003848978 sec., 204989.4803243874 rows/sec., 16.77 MiB/sec. 2024.05.30 04:14:09.503204 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.503399 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.30 04:14:09.503511 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} executeQuery: Read 4 rows, 286.00 B in 0.003629 sec., 1102.2320198401765 rows/sec., 76.96 KiB/sec. 2024.05.30 04:14:09.504439 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.504482 [ 3 ] {5b94181f-f552-4c1e-b7d1-384e233ef1eb} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:14:09.504524 [ 3 ] {} HTTP-Session: 930d8fb6-0c4e-43de-9f50-3316bb16c485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.504694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.504706 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.504807 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.504856 [ 3 ] {} HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.504888 [ 3 ] {} HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.504904 [ 199 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_46_9} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.30 04:14:09.504912 [ 3 ] {} HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.504994 [ 3 ] {} HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.505054 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.30 04:14:09.505186 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.505235 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:09.505379 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.505742 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.505780 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.506104 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.30 04:14:09.506415 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.506565 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} executeQuery: Read 99 rows, 7.92 KiB in 0.001429 sec., 69279.21623512947 rows/sec., 5.42 MiB/sec. 2024.05.30 04:14:09.506597 [ 89 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.30 04:14:09.506698 [ 89 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.506732 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.506819 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.506878 [ 3 ] {e37f29b1-1e8d-4bac-8f18-11da49410076} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:14:09.506927 [ 3 ] {} HTTP-Session: ea90f53a-f4c4-471a-acbb-1e6fbf3d62fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.506933 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.30 04:14:09.507134 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:09.507132 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.507190 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 151 rows starting from the beginning of the part 2024.05.30 04:14:09.507251 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.507344 [ 3 ] {} HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.507417 [ 3 ] {} HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.507412 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 95 rows starting from the beginning of the part 2024.05.30 04:14:09.507475 [ 3 ] {} HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.507633 [ 3 ] {} HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.507707 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 88 rows starting from the beginning of the part 2024.05.30 04:14:09.507945 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 95 rows starting from the beginning of the part 2024.05.30 04:14:09.508076 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.508207 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2024.05.30 04:14:09.508320 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:09.508504 [ 199 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 99 rows starting from the beginning of the part 2024.05.30 04:14:09.509292 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.510268 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.510337 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.511408 [ 196 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.004578741 sec., 129293.18343186479 rows/sec., 10.10 MiB/sec. 2024.05.30 04:14:09.511445 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.30 04:14:09.511617 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.30 04:14:09.512205 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.512518 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} executeQuery: Read 162 rows, 11.55 KiB in 0.00462 sec., 35064.93506493507 rows/sec., 2.44 MiB/sec. 2024.05.30 04:14:09.512554 [ 89 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.30 04:14:09.512638 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.512690 [ 89 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.512822 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.512996 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_46_9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.30 04:14:09.513076 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.513171 [ 3 ] {67decbce-44ef-40b8-b1a3-75bb5e482196} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:09.513272 [ 3 ] {} HTTP-Session: fa82eea9-ea44-484f-a83e-6d57022bbd16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.513417 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.30 04:14:09.513467 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.30 04:14:09.513638 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.513772 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.513847 [ 3 ] {} HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.513906 [ 3 ] {} HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.513925 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:09.513941 [ 3 ] {} HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.514001 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6579 rows starting from the beginning of the part 2024.05.30 04:14:09.514013 [ 3 ] {} HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.514118 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:09.514442 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 196 rows starting from the beginning of the part 2024.05.30 04:14:09.514494 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.514705 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:14:09.514774 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:09.515193 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:09.515527 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 162 rows starting from the beginning of the part 2024.05.30 04:14:09.516146 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.516740 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.516776 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.517373 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.30 04:14:09.517776 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.518000 [ 89 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.30 04:14:09.518010 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} executeQuery: Read 31 rows, 42.84 KiB in 0.003823 sec., 8108.815066701543 rows/sec., 10.94 MiB/sec. 2024.05.30 04:14:09.518059 [ 89 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.518171 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.518598 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.30 04:14:09.518676 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.518779 [ 3 ] {373b9bac-4c5d-44bf-b845-6b9df1b31e92} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:14:09.518876 [ 3 ] {} HTTP-Session: b2a3ae5d-9844-49f0-a3ad-3b4b0090af41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.519219 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:09.519408 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:09.519534 [ 3 ] {} HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:09.519615 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:09.519633 [ 3 ] {} HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.519723 [ 3 ] {} HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.519761 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 463 rows starting from the beginning of the part 2024.05.30 04:14:09.519773 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7417 rows, containing 5 columns (5 merged, 0 gathered) in 0.00676231 sec., 1096814.5500575986 rows/sec., 76.46 MiB/sec. 2024.05.30 04:14:09.519812 [ 3 ] {} HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:09.520071 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:09.520296 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:09.520420 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:09.520438 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.30 04:14:09.520543 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:09.520951 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::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.05.30 04:14:09.521559 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:09.522206 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:09.522415 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:09.523264 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.523596 [ 187 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_46_9} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.30 04:14:09.523866 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2024.05.30 04:14:09.524023 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.524105 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.524615 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.30 04:14:09.525023 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.525348 [ 89 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.30 04:14:09.525372 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} executeQuery: Read 60 rows, 4.14 KiB in 0.005305 sec., 11310.084825636193 rows/sec., 780.51 KiB/sec. 2024.05.30 04:14:09.525477 [ 89 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:09.525604 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:09.526001 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} DynamicQueryHandler: Done processing query 2024.05.30 04:14:09.526035 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.30 04:14:09.526067 [ 3 ] {6c253a24-5cfb-4ce7-b46f-488128c59f72} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:09.526155 [ 3 ] {} HTTP-Session: de35a911-9858-4ce7-b2b5-88065eaacfe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:09.526373 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:09.526414 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2342 rows starting from the beginning of the part 2024.05.30 04:14:09.526643 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:09.526919 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:09.527119 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:09.527311 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:09.527523 [ 186 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:09.528904 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 618 rows, containing 6 columns (6 merged, 0 gathered) in 0.010540197 sec., 58632.6802051233 rows/sec., 79.12 MiB/sec. 2024.05.30 04:14:09.529099 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2642 rows, containing 4 columns (4 merged, 0 gathered) in 0.003317199 sec., 796455.0815311352 rows/sec., 53.64 MiB/sec. 2024.05.30 04:14:09.529302 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.30 04:14:09.529315 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.30 04:14:09.529989 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.530059 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:09.530090 [ 202 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_21_4} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.30 04:14:09.530199 [ 194 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_46_9} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.30 04:14:09.530205 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2024.05.30 04:14:09.530287 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2024.05.30 04:14:10.000152 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 187.52 MiB, peak 196.15 MiB, free memory in arenas 0.00 B, will set to 188.88 MiB (RSS), difference: 1.36 MiB 2024.05.30 04:14:13.105727 [ 88 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:14:13.105783 [ 88 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:14:14.491314 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:14.491462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:14.491491 [ 3 ] {} HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:14.491520 [ 3 ] {} HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.491538 [ 3 ] {} HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.491593 [ 3 ] {} HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:14.491815 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:14.491892 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:14.492097 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:14.492628 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:14.492678 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:14.493054 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.30 04:14:14.493390 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:14.493579 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} executeQuery: Read 56 rows, 4.38 KiB in 0.00183 sec., 30601.09289617486 rows/sec., 2.34 MiB/sec. 2024.05.30 04:14:14.493937 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} DynamicQueryHandler: Done processing query 2024.05.30 04:14:14.493964 [ 3 ] {e04393d5-d68c-4491-b224-15c84ef5cdc0} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:14:14.493981 [ 3 ] {} HTTP-Session: 9f194db4-8b35-419d-8a47-9b4034213129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.494118 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:14.494174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:14.494193 [ 3 ] {} HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:14.494211 [ 3 ] {} HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.494225 [ 3 ] {} HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.494260 [ 3 ] {} HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:14.494385 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:14.494434 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:14.494583 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:14.494989 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:14.495054 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:14.495526 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.30 04:14:14.496016 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:14.496225 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec. 2024.05.30 04:14:14.496409 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} DynamicQueryHandler: Done processing query 2024.05.30 04:14:14.496435 [ 3 ] {5afcba24-a90f-41d7-8210-abc0bea6d664} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:14:14.496450 [ 3 ] {} HTTP-Session: d10716a5-3920-4630-947e-0c2e9750f28b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.496607 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:14.496657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:14.496676 [ 3 ] {} HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:14.496692 [ 3 ] {} HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.496706 [ 3 ] {} HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.496736 [ 3 ] {} HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:14.496886 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:14.496932 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:14.497074 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:14.497478 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:14.497516 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:14.497919 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.30 04:14:14.498254 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:14.498419 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. 2024.05.30 04:14:14.498591 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} DynamicQueryHandler: Done processing query 2024.05.30 04:14:14.498616 [ 3 ] {2a9baa09-c2c5-4fea-971c-f663f8bd2a35} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:14.498631 [ 3 ] {} HTTP-Session: b40d9606-1de4-4f63-b5fb-7b7d2dd53dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.498744 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:14.498794 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:14.498813 [ 3 ] {} HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:14.498831 [ 3 ] {} HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.498845 [ 3 ] {} HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:14.498875 [ 3 ] {} HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:14.499000 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:14.499044 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:14.499171 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:14.499466 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:14.499504 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:14.499876 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.30 04:14:14.500187 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:14.500319 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. 2024.05.30 04:14:14.500487 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} DynamicQueryHandler: Done processing query 2024.05.30 04:14:14.500512 [ 3 ] {94ad7949-6d67-4d4e-b582-faec004e0470} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:14.500528 [ 3 ] {} HTTP-Session: e7b23d5e-39ad-4396-95b5-87b8d8720211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.493371 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:19.493502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:19.493527 [ 3 ] {} HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:19.493551 [ 3 ] {} HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.493565 [ 3 ] {} HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.493614 [ 3 ] {} HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:19.493803 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:19.493869 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:14:19.494065 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:19.494442 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:19.494488 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:19.494857 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.30 04:14:19.495191 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:19.495369 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} executeQuery: Read 31 rows, 2.51 KiB in 0.001617 sec., 19171.3048855906 rows/sec., 1.52 MiB/sec. 2024.05.30 04:14:19.495379 [ 81 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2024.05.30 04:14:19.495485 [ 81 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:19.495531 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:19.495680 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} DynamicQueryHandler: Done processing query 2024.05.30 04:14:19.495763 [ 3 ] {af2ef7ce-37b1-4785-92d9-457917a1eaa2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:19.495793 [ 3 ] {} HTTP-Session: 2433fe03-5e15-490d-b197-4970599009c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.495794 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full 2024.05.30 04:14:19.496023 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:19.496194 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:19.496282 [ 3 ] {} HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:19.496356 [ 3 ] {} HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.496356 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:19.496381 [ 3 ] {} HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.496428 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 31 rows starting from the beginning of the part 2024.05.30 04:14:19.496452 [ 3 ] {} HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:19.496589 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:19.496898 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:19.496952 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:19.497056 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:19.497356 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:19.497681 [ 189 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:19.498119 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:19.499053 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:19.499130 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:19.500104 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.30 04:14:19.500147 [ 194 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.00452619 sec., 34245.13774278145 rows/sec., 2.71 MiB/sec. 2024.05.30 04:14:19.500483 [ 194 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2024.05.30 04:14:19.500683 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:19.501084 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} executeQuery: Read 149 rows, 12.78 KiB in 0.004419 sec., 33718.03575469563 rows/sec., 2.82 MiB/sec. 2024.05.30 04:14:19.501433 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} DynamicQueryHandler: Done processing query 2024.05.30 04:14:19.501487 [ 3 ] {922cbb3d-40ca-4ea5-960e-029c4aaedaba} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:14:19.501488 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:19.501513 [ 3 ] {} HTTP-Session: 89bbd80f-f91b-431b-a993-7f0efbedc31e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.501638 [ 202 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_22_5} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2024.05.30 04:14:19.501684 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:19.501780 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.30 04:14:19.501790 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:19.501834 [ 3 ] {} HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:19.501851 [ 3 ] {} HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.501865 [ 3 ] {} HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.501897 [ 3 ] {} HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:19.502036 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:19.502083 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:19.502230 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:19.502550 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:19.502587 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:19.502913 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.30 04:14:19.503223 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:19.503382 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} executeQuery: Read 95 rows, 7.60 KiB in 0.001398 sec., 67954.22031473534 rows/sec., 5.31 MiB/sec. 2024.05.30 04:14:19.503534 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} DynamicQueryHandler: Done processing query 2024.05.30 04:14:19.503558 [ 3 ] {e62b45c3-42e1-4618-bd29-b2ce6533fecc} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:19.503574 [ 3 ] {} HTTP-Session: dd065541-c15c-4178-8c6b-62fd47a7fdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.503718 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:19.503766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:19.503785 [ 3 ] {} HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:19.503801 [ 3 ] {} HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.503814 [ 3 ] {} HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.503845 [ 3 ] {} HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:19.503998 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:19.504045 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:19.504189 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:19.504525 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:19.504562 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:19.504948 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.30 04:14:19.505276 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:19.505452 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. 2024.05.30 04:14:19.505611 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} DynamicQueryHandler: Done processing query 2024.05.30 04:14:19.505636 [ 3 ] {49a5aa00-ef20-4c67-a508-b00b5efdf9b9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:19.505651 [ 3 ] {} HTTP-Session: 08125885-f192-4ba1-9e7f-62bbe5670cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.505790 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:19.505839 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:19.505857 [ 3 ] {} HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:19.505873 [ 3 ] {} HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.505886 [ 3 ] {} HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.505918 [ 3 ] {} HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:19.506206 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:19.506255 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:14:19.506414 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:19.506831 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:19.506868 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:19.507270 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.30 04:14:19.507613 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:19.507776 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} executeQuery: Read 31 rows, 42.84 KiB in 0.001778 sec., 17435.320584926885 rows/sec., 23.53 MiB/sec. 2024.05.30 04:14:19.507931 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} DynamicQueryHandler: Done processing query 2024.05.30 04:14:19.507955 [ 3 ] {cecad7d9-3f92-4600-bb8e-d4444aeb3c1a} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:14:19.507971 [ 3 ] {} HTTP-Session: e83bc394-4645-414c-b52d-ae6c0b2eeab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.508084 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:19.508132 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:19.508151 [ 3 ] {} HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:19.508166 [ 3 ] {} HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.508179 [ 3 ] {} HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:19.508209 [ 3 ] {} HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:19.508320 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:19.508364 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:19.508491 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:19.508768 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:19.508805 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:19.509158 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.30 04:14:19.509465 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:19.509602 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. 2024.05.30 04:14:19.509768 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} DynamicQueryHandler: Done processing query 2024.05.30 04:14:19.509791 [ 3 ] {6e1a4d8b-7e9b-4717-ba69-17694e987a42} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:19.509806 [ 3 ] {} HTTP-Session: f8859b5d-a08b-43da-9918-ab0a6aed5710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:21.839831 [ 79 ] {} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.05.30 04:14:21.839904 [ 79 ] {} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:21.839931 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:21.840106 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.05.30 04:14:21.840290 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:21.840330 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part 2024.05.30 04:14:21.840412 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.05.30 04:14:21.840519 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2024.05.30 04:14:21.840644 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2024.05.30 04:14:21.840751 [ 194 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.05.30 04:14:21.841693 [ 189 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001675079 sec., 19103.57660743165 rows/sec., 1.30 MiB/sec. 2024.05.30 04:14:21.841896 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.05.30 04:14:21.842337 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:21.842429 [ 188 ] {f5010535-cd64-42d7-ac63-98dfd59d33c1::all_1_9_2} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.05.30 04:14:21.842528 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.30 04:14:22.241650 [ 79 ] {} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.05.30 04:14:22.241717 [ 79 ] {} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:22.241740 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:22.241889 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.05.30 04:14:22.242061 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:22.242103 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part 2024.05.30 04:14:22.242178 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.05.30 04:14:22.242259 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2024.05.30 04:14:22.242405 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2024.05.30 04:14:22.242495 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.05.30 04:14:22.243351 [ 194 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001543808 sec., 20727.966171959208 rows/sec., 1.65 MiB/sec. 2024.05.30 04:14:22.243566 [ 197 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.05.30 04:14:22.244066 [ 197 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:22.244159 [ 197 ] {7437664c-5015-4ab1-bcc0-e9747c26d3d7::all_1_9_2} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.05.30 04:14:22.244262 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.30 04:14:24.493278 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:24.493415 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:24.493444 [ 3 ] {} HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:24.493471 [ 3 ] {} HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.493489 [ 3 ] {} HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.493544 [ 3 ] {} HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:24.493735 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:24.493808 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:14:24.494019 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:24.494407 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:24.494452 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:24.494808 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:14:24.495134 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:24.495303 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} executeQuery: Read 6 rows, 501.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 302.20 KiB/sec. 2024.05.30 04:14:24.495513 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} DynamicQueryHandler: Done processing query 2024.05.30 04:14:24.495542 [ 3 ] {4343555c-a823-4c91-8d60-019baecb930a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:14:24.495558 [ 3 ] {} HTTP-Session: 327ceb02-641f-4fce-bd75-ec66b95343d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.495690 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 13133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:24.495745 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:24.495764 [ 3 ] {} HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:24.495781 [ 3 ] {} HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.495796 [ 3 ] {} HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.495831 [ 3 ] {} HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:24.495962 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:24.496009 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:24.496142 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:24.496590 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:24.496628 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:24.496946 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.30 04:14:24.497263 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:24.497421 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} executeQuery: Read 95 rows, 7.36 KiB in 0.001506 sec., 63081.00929614874 rows/sec., 4.77 MiB/sec. 2024.05.30 04:14:24.497716 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} DynamicQueryHandler: Done processing query 2024.05.30 04:14:24.497783 [ 3 ] {f5b7b5ca-2be2-409e-accc-78d061d1620e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:24.497851 [ 3 ] {} HTTP-Session: 0fdced0c-c2f1-4e49-b265-0b31766d0650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.498066 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:24.498151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:24.498172 [ 3 ] {} HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:24.498190 [ 3 ] {} HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.498204 [ 3 ] {} HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.498238 [ 3 ] {} HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:24.498343 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:24.498389 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:14:24.498533 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:24.498812 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:24.498849 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:24.499143 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.30 04:14:24.499432 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:24.499586 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} executeQuery: Read 6 rows, 429.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 330.14 KiB/sec. 2024.05.30 04:14:24.499738 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} DynamicQueryHandler: Done processing query 2024.05.30 04:14:24.499762 [ 3 ] {e2a59981-e216-4cd7-8bb5-f06f0e42764c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:14:24.499777 [ 3 ] {} HTTP-Session: c0c82793-9c89-4e93-9176-9cd54032e0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.499888 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 15939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:24.499936 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:24.499955 [ 3 ] {} HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:24.499972 [ 3 ] {} HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.499986 [ 3 ] {} HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.500016 [ 3 ] {} HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:24.500133 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:24.500176 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:24.500300 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:24.500690 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:24.500725 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:24.501030 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.30 04:14:24.501326 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:24.501482 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} executeQuery: Read 94 rows, 7.50 KiB in 0.00139 sec., 67625.89928057554 rows/sec., 5.27 MiB/sec. 2024.05.30 04:14:24.501656 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} DynamicQueryHandler: Done processing query 2024.05.30 04:14:24.501680 [ 3 ] {a436bb0f-d586-4bfd-90b4-7f444bfadbcd} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:24.501696 [ 3 ] {} HTTP-Session: 30db6cef-f551-41d1-b4e6-49da8e3e4ccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.501859 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 38135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:24.501909 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:24.501928 [ 3 ] {} HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:24.501944 [ 3 ] {} HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.501958 [ 3 ] {} HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.501988 [ 3 ] {} HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:24.502161 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:24.502208 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:24.502356 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:24.502754 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:24.502790 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:24.503175 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.30 04:14:24.503520 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:24.503675 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} executeQuery: Read 199 rows, 14.22 KiB in 0.001595 sec., 124764.89028213166 rows/sec., 8.71 MiB/sec. 2024.05.30 04:14:24.503865 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} DynamicQueryHandler: Done processing query 2024.05.30 04:14:24.503895 [ 3 ] {34a3515a-7be2-412e-b388-ad6220713c95} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:14:24.503912 [ 3 ] {} HTTP-Session: 1ef64872-803f-4a22-b529-4392a235b747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.504044 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:24.504091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:24.504110 [ 3 ] {} HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:24.504125 [ 3 ] {} HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.504140 [ 3 ] {} HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:24.504170 [ 3 ] {} HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:24.504300 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:24.504345 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:24.504469 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:24.504771 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:24.504807 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:24.505170 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.30 04:14:24.505485 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:24.505640 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. 2024.05.30 04:14:24.505914 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} DynamicQueryHandler: Done processing query 2024.05.30 04:14:24.505965 [ 3 ] {7f1cfcec-ae8b-47d7-a7dc-45f00336ad95} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:24.506000 [ 3 ] {} HTTP-Session: dca6507e-8fe9-4156-affa-88544f86c43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:28.105834 [ 75 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:14:28.105887 [ 75 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:14:29.492793 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:29.492932 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:29.492961 [ 3 ] {} HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:29.492989 [ 3 ] {} HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.493007 [ 3 ] {} HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.493062 [ 3 ] {} HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:29.493271 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:29.493345 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:14:29.493543 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:29.493949 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:29.493997 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:29.494370 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.30 04:14:29.494701 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:29.494868 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} executeQuery: Read 31 rows, 2.51 KiB in 0.001662 sec., 18652.226233453668 rows/sec., 1.48 MiB/sec. 2024.05.30 04:14:29.495204 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} DynamicQueryHandler: Done processing query 2024.05.30 04:14:29.495232 [ 3 ] {780c8eb8-e4a2-496a-b7d1-67b9aa1d3848} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:29.495248 [ 3 ] {} HTTP-Session: 83af30c1-510e-4229-90fa-edca3e607c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.495408 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:29.495462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:29.495481 [ 3 ] {} HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:29.495498 [ 3 ] {} HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.495512 [ 3 ] {} HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.495547 [ 3 ] {} HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:29.495698 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:29.495747 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:29.495897 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:29.496328 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:29.496366 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:29.496722 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.30 04:14:29.497027 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:29.497189 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} executeQuery: Read 149 rows, 12.78 KiB in 0.001554 sec., 95881.59588159587 rows/sec., 8.03 MiB/sec. 2024.05.30 04:14:29.497435 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} DynamicQueryHandler: Done processing query 2024.05.30 04:14:29.497494 [ 3 ] {3a8815ee-9fc5-4219-80ce-678988d414d2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:14:29.497559 [ 3 ] {} HTTP-Session: 978e2920-4fbf-479a-ab45-87db446be891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.497734 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:29.497787 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:29.497806 [ 3 ] {} HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:29.497823 [ 3 ] {} HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.497836 [ 3 ] {} HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.497869 [ 3 ] {} HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:29.498005 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:29.498135 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:29.498281 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:29.498608 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:29.498645 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:29.498965 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.30 04:14:29.499270 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:29.499427 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} executeQuery: Read 95 rows, 7.60 KiB in 0.001472 sec., 64538.04347826087 rows/sec., 5.04 MiB/sec. 2024.05.30 04:14:29.499693 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} DynamicQueryHandler: Done processing query 2024.05.30 04:14:29.499754 [ 3 ] {75f91001-da97-4f24-ad0d-a8191fff137c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:29.499801 [ 3 ] {} HTTP-Session: 9b3abcb9-641d-428f-95dc-c67dfe3bfa90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.499970 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:29.500102 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:29.500122 [ 3 ] {} HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:29.500139 [ 3 ] {} HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.500152 [ 3 ] {} HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.500184 [ 3 ] {} HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:29.500340 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:29.500388 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:29.500548 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:29.500975 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:29.501014 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:29.501409 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.30 04:14:29.501741 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:29.501904 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. 2024.05.30 04:14:29.502077 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} DynamicQueryHandler: Done processing query 2024.05.30 04:14:29.502101 [ 3 ] {0cecc40f-dbe7-4407-8ece-7f3274c17c27} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:29.502117 [ 3 ] {} HTTP-Session: bcf7b0ad-3b84-4bae-813e-1353345faf88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.502261 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:29.502311 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:29.502329 [ 3 ] {} HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:29.502345 [ 3 ] {} HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.502358 [ 3 ] {} HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.502389 [ 3 ] {} HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:29.502872 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:29.502922 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:14:29.503082 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:29.503569 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:29.503605 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:29.504044 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.30 04:14:29.504385 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:29.504544 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} executeQuery: Read 31 rows, 42.84 KiB in 0.002067 sec., 14997.581035316885 rows/sec., 20.24 MiB/sec. 2024.05.30 04:14:29.504717 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} DynamicQueryHandler: Done processing query 2024.05.30 04:14:29.504742 [ 3 ] {6df2cde3-bb6a-436f-b7e1-96f7e3e3c9b6} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:14:29.504757 [ 3 ] {} HTTP-Session: 24edb92a-932d-42c6-ba18-8d009de2fe55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.504863 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:29.504913 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:29.504931 [ 3 ] {} HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:29.504947 [ 3 ] {} HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.504961 [ 3 ] {} HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:29.504991 [ 3 ] {} HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:29.505114 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:29.505158 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:29.505284 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:29.505569 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:29.505605 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. 2024.05.30 04:14:29.505964 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.30 04:14:29.506287 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:29.506446 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. 2024.05.30 04:14:29.506640 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} DynamicQueryHandler: Done processing query 2024.05.30 04:14:29.506669 [ 3 ] {6410f036-6b4c-49bb-a1f6-b85a41bf255d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:29.506687 [ 3 ] {} HTTP-Session: d535468f-1f5e-4f2a-bf09-b26a2d8a4ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.491642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:34.491781 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:34.491810 [ 3 ] {} HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:34.491837 [ 3 ] {} HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.491855 [ 3 ] {} HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.491908 [ 3 ] {} HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:34.492114 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:34.492185 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:34.492399 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:34.492966 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.493007 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.493374 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.30 04:14:34.493697 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.493840 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} executeQuery: Read 56 rows, 4.38 KiB in 0.001797 sec., 31163.049526989427 rows/sec., 2.38 MiB/sec. 2024.05.30 04:14:34.493852 [ 72 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.30 04:14:34.493914 [ 72 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.493954 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.494101 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} DynamicQueryHandler: Done processing query 2024.05.30 04:14:34.494183 [ 3 ] {581ced3a-6021-4014-9ecb-bedd43403c02} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:14:34.494261 [ 3 ] {} HTTP-Session: bfc9b5c7-deff-4abb-bbb9-fac60369907b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.494374 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.30 04:14:34.494533 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:34.494687 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:34.494776 [ 3 ] {} HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:34.494836 [ 3 ] {} HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.494886 [ 3 ] {} HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.494918 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:34.494956 [ 3 ] {} HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:34.494981 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 192 rows starting from the beginning of the part 2024.05.30 04:14:34.495236 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2024.05.30 04:14:34.495254 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:34.495413 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:34.495620 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 149 rows starting from the beginning of the part 2024.05.30 04:14:34.495986 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 95 rows starting from the beginning of the part 2024.05.30 04:14:34.496374 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 149 rows starting from the beginning of the part 2024.05.30 04:14:34.496412 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:34.496794 [ 191 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part 2024.05.30 04:14:34.497505 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.497562 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.498317 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.30 04:14:34.499236 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.499618 [ 72 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.30 04:14:34.499671 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} executeQuery: Read 64 rows, 5.12 KiB in 0.004562 sec., 14028.934677772906 rows/sec., 1.09 MiB/sec. 2024.05.30 04:14:34.499683 [ 72 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.499692 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 697 rows, containing 4 columns (4 merged, 0 gathered) in 0.00563923 sec., 123598.43453804863 rows/sec., 10.00 MiB/sec. 2024.05.30 04:14:34.499738 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.500078 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} DynamicQueryHandler: Done processing query 2024.05.30 04:14:34.500127 [ 3 ] {a9292862-3d6c-41ba-8964-002c55d8cdd9} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:14:34.500137 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.30 04:14:34.500169 [ 3 ] {} HTTP-Session: 1f7ac748-20e5-4af0-b750-83d713ee7058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.500143 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.30 04:14:34.500459 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:34.500556 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:34.500604 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:34.500703 [ 3 ] {} HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:34.500759 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 151 rows starting from the beginning of the part 2024.05.30 04:14:34.500779 [ 3 ] {} HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.500853 [ 3 ] {} HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.501027 [ 3 ] {} HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:34.501376 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2024.05.30 04:14:34.501652 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:34.501778 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 95 rows starting from the beginning of the part 2024.05.30 04:14:34.501907 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:34.502156 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.502351 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 94 rows starting from the beginning of the part 2024.05.30 04:14:34.502586 [ 194 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_51_10} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.30 04:14:34.502877 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 95 rows starting from the beginning of the part 2024.05.30 04:14:34.502993 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.30 04:14:34.503355 [ 189 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part 2024.05.30 04:14:34.503489 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:34.504594 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.504677 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.505712 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.30 04:14:34.505968 [ 193 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 563 rows, containing 4 columns (4 merged, 0 gathered) in 0.006030167 sec., 93363.91512871865 rows/sec., 7.29 MiB/sec. 2024.05.30 04:14:34.506262 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.30 04:14:34.506472 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.506878 [ 72 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.30 04:14:34.506933 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} executeQuery: Read 160 rows, 11.41 KiB in 0.005638 sec., 28378.857750975523 rows/sec., 1.98 MiB/sec. 2024.05.30 04:14:34.506944 [ 72 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.507047 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.507418 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.507636 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} DynamicQueryHandler: Done processing query 2024.05.30 04:14:34.507674 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.30 04:14:34.507748 [ 3 ] {1acaee13-2288-4f42-b6b6-92fed82181f9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:34.507863 [ 3 ] {} HTTP-Session: 466bf9fc-ff70-4102-b0f5-0bbf881ad0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.507983 [ 198 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_51_10} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.30 04:14:34.508281 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:34.508474 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.30 04:14:34.508544 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:34.508653 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:34.508683 [ 3 ] {} HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:34.508775 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7417 rows starting from the beginning of the part 2024.05.30 04:14:34.508793 [ 3 ] {} HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.508862 [ 3 ] {} HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.508996 [ 3 ] {} HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:34.509063 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:34.509326 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:34.509423 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:34.509553 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 199 rows starting from the beginning of the part 2024.05.30 04:14:34.509599 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:34.510026 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:34.510405 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:34.510561 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:34.511494 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.511551 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.511986 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.30 04:14:34.512957 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.513179 [ 72 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.30 04:14:34.513187 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} executeQuery: Read 60 rows, 4.14 KiB in 0.003979 sec., 15079.165619502388 rows/sec., 1.02 MiB/sec. 2024.05.30 04:14:34.513218 [ 72 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:34.513269 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:34.513578 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} DynamicQueryHandler: Done processing query 2024.05.30 04:14:34.513641 [ 3 ] {15890a9c-49c2-49e3-b08e-2b167cf6ee53} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:34.513729 [ 3 ] {} HTTP-Session: dee86a74-c25b-4e00-97f6-6e590a9da019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:34.513771 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.30 04:14:34.514682 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:34.514751 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2642 rows starting from the beginning of the part 2024.05.30 04:14:34.514868 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:34.515089 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:34.515307 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:34.515391 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:34.515472 [ 190 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:34.516247 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 8256 rows, containing 5 columns (5 merged, 0 gathered) in 0.00900714 sec., 916606.1591137698 rows/sec., 63.89 MiB/sec. 2024.05.30 04:14:34.516458 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.30 04:14:34.517323 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.517548 [ 193 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_51_10} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.30 04:14:34.517727 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2024.05.30 04:14:34.518318 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2942 rows, containing 4 columns (4 merged, 0 gathered) in 0.004927258 sec., 597086.6554988596 rows/sec., 40.22 MiB/sec. 2024.05.30 04:14:34.518618 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.30 04:14:34.519057 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:34.519156 [ 195 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_51_10} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.30 04:14:34.519259 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2024.05.30 04:14:39.492067 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.492192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.492217 [ 3 ] {} HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.492241 [ 3 ] {} HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.492256 [ 3 ] {} HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.492303 [ 3 ] {} HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.492492 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.492559 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:14:39.492748 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.493181 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.493229 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.493614 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.30 04:14:39.493962 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.494161 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} executeQuery: Read 31 rows, 2.51 KiB in 0.00172 sec., 18023.25581395349 rows/sec., 1.43 MiB/sec. 2024.05.30 04:14:39.494398 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.494426 [ 3 ] {41965677-87f7-4089-9abd-8be701a300c7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:39.494443 [ 3 ] {} HTTP-Session: 60dbeaf0-0561-493c-809d-d2d43966861c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.494576 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.494637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.494657 [ 3 ] {} HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.494676 [ 3 ] {} HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.494690 [ 3 ] {} HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.494726 [ 3 ] {} HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.494836 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.494883 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.30 04:14:39.495026 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.495345 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.495384 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.495696 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:14:39.496010 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} oximeter.fields_ipaddr (7437664c-5015-4ab1-bcc0-e9747c26d3d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.496161 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} executeQuery: Read 4 rows, 334.00 B in 0.001354 sec., 2954.2097488921713 rows/sec., 240.90 KiB/sec. 2024.05.30 04:14:39.496385 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.496410 [ 3 ] {423b115f-6884-4578-9e03-e85f5a570b55} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:14:39.496425 [ 3 ] {} HTTP-Session: 363cd116-96cb-4c94-8267-d8f5684f6ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.496596 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 22104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.496650 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.496669 [ 3 ] {} HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.496688 [ 3 ] {} HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.496702 [ 3 ] {} HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.496738 [ 3 ] {} HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.496882 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.496927 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:39.497062 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.497463 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.497500 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.497820 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.30 04:14:39.498123 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.498281 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} executeQuery: Read 151 rows, 12.93 KiB in 0.001459 sec., 103495.54489376285 rows/sec., 8.65 MiB/sec. 2024.05.30 04:14:39.498455 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.498480 [ 3 ] {e85576d6-f8cd-472c-9429-b9e7c4043634} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:14:39.498496 [ 3 ] {} HTTP-Session: b5f7039d-8d64-45d3-8949-b55f4319b18c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.498620 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.498679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.498705 [ 3 ] {} HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.498723 [ 3 ] {} HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.498736 [ 3 ] {} HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.498772 [ 3 ] {} HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.498880 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.498932 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.30 04:14:39.499125 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.499495 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.499544 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.499933 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.30 04:14:39.500247 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} oximeter.fields_u16 (f5010535-cd64-42d7-ac63-98dfd59d33c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.500417 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} executeQuery: Read 4 rows, 286.00 B in 0.001563 sec., 2559.181062060141 rows/sec., 178.69 KiB/sec. 2024.05.30 04:14:39.500586 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.500611 [ 3 ] {e73d61a5-437e-446b-a94e-3d74c0baa680} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.30 04:14:39.500627 [ 3 ] {} HTTP-Session: cf62c040-7927-42a7-afac-68a164b69638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.500752 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.500805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.500824 [ 3 ] {} HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.500841 [ 3 ] {} HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.500854 [ 3 ] {} HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.500888 [ 3 ] {} HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.501023 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.501067 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:39.501207 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.501560 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.501596 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.501925 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.30 04:14:39.502382 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.502587 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} executeQuery: Read 99 rows, 7.92 KiB in 0.00161 sec., 61490.68322981366 rows/sec., 4.81 MiB/sec. 2024.05.30 04:14:39.502779 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.502805 [ 3 ] {5639139b-ad54-4a65-800a-0c00c1bb87c7} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.30 04:14:39.502822 [ 3 ] {} HTTP-Session: 9d50ce89-2d85-4e02-9112-5081f4e1668e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.502988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.503041 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.503061 [ 3 ] {} HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.503078 [ 3 ] {} HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.503092 [ 3 ] {} HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.503124 [ 3 ] {} HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.503275 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.503333 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:39.503486 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.503856 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.503894 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.504298 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.30 04:14:39.504638 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.504796 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} executeQuery: Read 162 rows, 11.55 KiB in 0.001582 sec., 102402.02275600506 rows/sec., 7.13 MiB/sec. 2024.05.30 04:14:39.504969 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.504994 [ 3 ] {defb5d25-2d07-42e1-9745-39f85113b4c8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:39.505010 [ 3 ] {} HTTP-Session: c6f27e04-eb56-49d8-9458-b11dce18f859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.505201 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.505254 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.505273 [ 3 ] {} HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.505289 [ 3 ] {} HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.505302 [ 3 ] {} HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.505334 [ 3 ] {} HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.505606 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.505657 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:14:39.505820 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.506305 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.506341 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.506772 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.30 04:14:39.507125 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.507286 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} executeQuery: Read 31 rows, 42.84 KiB in 0.001865 sec., 16621.983914209115 rows/sec., 22.43 MiB/sec. 2024.05.30 04:14:39.507466 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.507491 [ 3 ] {62a5024e-300a-4518-abf2-9aedbc4be1f2} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:14:39.507507 [ 3 ] {} HTTP-Session: a48ef228-4251-4bad-a1c1-e2404b6de7b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.507625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:39.507676 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:39.507694 [ 3 ] {} HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:39.507711 [ 3 ] {} HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.507724 [ 3 ] {} HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:39.507756 [ 3 ] {} HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:39.507875 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:39.507920 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:39.508049 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:39.508417 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:39.508455 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:39.508815 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.30 04:14:39.509130 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:39.509280 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. 2024.05.30 04:14:39.509443 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} DynamicQueryHandler: Done processing query 2024.05.30 04:14:39.509467 [ 3 ] {644dedf5-9a36-40a7-8ca3-da9c25226172} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:39.509482 [ 3 ] {} HTTP-Session: fbc75a89-9e59-41b0-adfe-11da6e4e11b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:43.106128 [ 62 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:14:43.106181 [ 62 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:14:44.491525 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 7798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:44.491662 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:44.491690 [ 3 ] {} HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:44.491717 [ 3 ] {} HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.491734 [ 3 ] {} HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.491786 [ 3 ] {} HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:44.491979 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:44.492041 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:44.492225 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:44.492691 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:44.492729 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:44.493087 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.30 04:14:44.493410 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:44.493557 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} executeQuery: Read 56 rows, 4.38 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.61 MiB/sec. 2024.05.30 04:14:44.493780 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} DynamicQueryHandler: Done processing query 2024.05.30 04:14:44.493806 [ 3 ] {904c40c9-514e-4fcb-a31d-368082029e31} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.30 04:14:44.493823 [ 3 ] {} HTTP-Session: 2206e0ef-afb2-4735-b668-db4dea3a9f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.494011 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 10872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:44.494060 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:44.494078 [ 3 ] {} HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:44.494095 [ 3 ] {} HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.494109 [ 3 ] {} HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.494140 [ 3 ] {} HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:44.494253 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:44.494297 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:44.494427 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:44.494781 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:44.494818 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:44.495125 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.30 04:14:44.495438 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:44.495591 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} executeQuery: Read 64 rows, 5.12 KiB in 0.001368 sec., 46783.62573099415 rows/sec., 3.65 MiB/sec. 2024.05.30 04:14:44.495781 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} DynamicQueryHandler: Done processing query 2024.05.30 04:14:44.495816 [ 3 ] {47f1df69-8d08-4acd-90b3-4d551e63357d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.30 04:14:44.495852 [ 3 ] {} HTTP-Session: 8dee46e7-8f35-4f3b-a485-3cd922eefe6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.496008 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:44.496056 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:44.496075 [ 3 ] {} HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:44.496092 [ 3 ] {} HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.496105 [ 3 ] {} HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.496135 [ 3 ] {} HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:44.496271 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:44.496317 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:44.496459 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:44.496828 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:44.496865 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:44.497247 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.30 04:14:44.497578 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:44.497735 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. 2024.05.30 04:14:44.497902 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} DynamicQueryHandler: Done processing query 2024.05.30 04:14:44.497925 [ 3 ] {2feb2d13-58d7-4cc6-9c96-f90db6f6eea7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:44.497941 [ 3 ] {} HTTP-Session: d4dd2d41-2f2a-484f-8d39-e70ae79ac079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.498094 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:44.498142 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:44.498160 [ 3 ] {} HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:44.498176 [ 3 ] {} HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.498190 [ 3 ] {} HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:44.498220 [ 3 ] {} HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:44.498346 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:44.498393 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:44.498518 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:44.498795 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:44.498831 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:44.499186 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.30 04:14:44.499494 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:44.499645 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. 2024.05.30 04:14:44.499905 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} DynamicQueryHandler: Done processing query 2024.05.30 04:14:44.499969 [ 3 ] {ba0dd5cb-7232-423c-adf0-b84ab01d2b1a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:44.500028 [ 3 ] {} HTTP-Session: e5900b53-54ac-4d26-a22d-1b7ec19184bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.495287 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:49.495426 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:49.495456 [ 3 ] {} HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:49.495483 [ 3 ] {} HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.495500 [ 3 ] {} HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.495553 [ 3 ] {} HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:49.495760 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:49.495830 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:14:49.496041 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:49.496468 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:49.496510 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:49.496886 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.30 04:14:49.497219 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:49.497363 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} executeQuery: Read 31 rows, 2.51 KiB in 0.001672 sec., 18540.669856459328 rows/sec., 1.47 MiB/sec. 2024.05.30 04:14:49.497691 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} DynamicQueryHandler: Done processing query 2024.05.30 04:14:49.497720 [ 3 ] {c587221a-c848-4d69-bf5f-751383134f21} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:49.497737 [ 3 ] {} HTTP-Session: 6cb320f6-b713-4258-a588-7d9f9c529895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.497904 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:49.497961 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:49.497981 [ 3 ] {} HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:49.497997 [ 3 ] {} HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.498011 [ 3 ] {} HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.498046 [ 3 ] {} HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:49.498193 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:49.498239 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:49.498385 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:49.498766 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:49.498802 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:49.499121 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.30 04:14:49.499427 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:49.499551 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} executeQuery: Read 149 rows, 12.78 KiB in 0.001422 sec., 104781.99718706048 rows/sec., 8.78 MiB/sec. 2024.05.30 04:14:49.499809 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} DynamicQueryHandler: Done processing query 2024.05.30 04:14:49.499857 [ 3 ] {7a01834a-ff1e-460e-8343-adc4cd2b794e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:14:49.499906 [ 3 ] {} HTTP-Session: d58386fb-149c-4c8c-9e0a-1f794e5946d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.500039 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:49.500091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:49.500110 [ 3 ] {} HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:49.500127 [ 3 ] {} HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.500140 [ 3 ] {} HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.500173 [ 3 ] {} HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:49.500302 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:49.500346 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:49.500488 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:49.500824 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:49.500860 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:49.501167 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.30 04:14:49.501465 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:49.501590 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} executeQuery: Read 95 rows, 7.60 KiB in 0.001341 sec., 70842.65473527218 rows/sec., 5.53 MiB/sec. 2024.05.30 04:14:49.501743 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} DynamicQueryHandler: Done processing query 2024.05.30 04:14:49.501766 [ 3 ] {f0a95535-7ce1-43a6-9acd-a2507898c287} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:49.501782 [ 3 ] {} HTTP-Session: 138397d4-6be9-473c-8d9e-976df803e7c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.501920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:49.501969 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:49.501988 [ 3 ] {} HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:49.502003 [ 3 ] {} HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.502017 [ 3 ] {} HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.502051 [ 3 ] {} HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:49.502232 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:49.502287 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:49.502445 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:49.502848 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:49.502884 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:49.503275 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.30 04:14:49.503610 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:49.503732 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. 2024.05.30 04:14:49.503893 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} DynamicQueryHandler: Done processing query 2024.05.30 04:14:49.503916 [ 3 ] {1ed72393-787f-4ac8-9cbb-fef8069c3856} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:49.503931 [ 3 ] {} HTTP-Session: d36e59bc-20f3-476e-b7dd-0183866a01e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.504063 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:49.504112 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:49.504131 [ 3 ] {} HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:49.504147 [ 3 ] {} HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.504161 [ 3 ] {} HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.504191 [ 3 ] {} HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:49.504445 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:49.504492 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:14:49.504646 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:49.505089 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:49.505125 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:49.505531 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.30 04:14:49.505857 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:49.505989 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} executeQuery: Read 31 rows, 42.84 KiB in 0.001717 sec., 18054.7466511357 rows/sec., 24.36 MiB/sec. 2024.05.30 04:14:49.506313 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} DynamicQueryHandler: Done processing query 2024.05.30 04:14:49.506337 [ 3 ] {dbc616af-826b-4080-b08b-5146a47734b1} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:14:49.506353 [ 3 ] {} HTTP-Session: 879c4f97-f02c-4b49-94b3-087869e1588f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.506472 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:49.506521 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:49.506539 [ 3 ] {} HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:49.506556 [ 3 ] {} HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.506569 [ 3 ] {} HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:49.506600 [ 3 ] {} HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:49.506728 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:49.506773 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:49.506919 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:49.507308 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:49.507344 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:49.507689 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.30 04:14:49.508014 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:49.508140 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. 2024.05.30 04:14:49.508300 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} DynamicQueryHandler: Done processing query 2024.05.30 04:14:49.508324 [ 3 ] {f0ac9c7a-133b-4c30-91f4-7c88399938c8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:49.508340 [ 3 ] {} HTTP-Session: 597365b9-1992-4a76-be88-543c666b1233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.492615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 12733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:54.492761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:54.492790 [ 3 ] {} HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:54.492818 [ 3 ] {} HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.492836 [ 3 ] {} HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.492891 [ 3 ] {} HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:54.493122 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:54.493195 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:54.493385 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:54.493873 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:54.493922 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:54.494301 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.30 04:14:54.494634 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:54.494802 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} executeQuery: Read 92 rows, 7.14 KiB in 0.001763 sec., 52183.77765173001 rows/sec., 3.96 MiB/sec. 2024.05.30 04:14:54.495098 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} DynamicQueryHandler: Done processing query 2024.05.30 04:14:54.495153 [ 3 ] {39433711-9c49-4f06-aae1-a1e7095c75c8} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:54.495201 [ 3 ] {} HTTP-Session: 8505c66a-27e7-441d-9d1f-bb0609fa8950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.495347 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 14914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:54.495403 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:54.495422 [ 3 ] {} HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:54.495440 [ 3 ] {} HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.495454 [ 3 ] {} HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.495490 [ 3 ] {} HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:54.495621 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:54.495670 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:54.495816 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:54.496174 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:54.496212 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:54.496522 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.30 04:14:54.496821 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:54.496983 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} executeQuery: Read 88 rows, 7.01 KiB in 0.001405 sec., 62633.45195729537 rows/sec., 4.87 MiB/sec. 2024.05.30 04:14:54.497177 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} DynamicQueryHandler: Done processing query 2024.05.30 04:14:54.497213 [ 3 ] {3086e809-4cf8-44d8-8b96-48113aa9c58a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:54.497236 [ 3 ] {} HTTP-Session: 92487cb0-6328-4340-8abc-8d8cae23d0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.497397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 37563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:54.497447 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:54.497466 [ 3 ] {} HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:54.497484 [ 3 ] {} HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.497497 [ 3 ] {} HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.497530 [ 3 ] {} HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:54.497707 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:54.497754 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:54.497899 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:54.498279 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:54.498315 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:54.498700 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.30 04:14:54.499039 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:54.499205 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} executeQuery: Read 196 rows, 14.01 KiB in 0.001578 sec., 124207.85804816223 rows/sec., 8.67 MiB/sec. 2024.05.30 04:14:54.499388 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} DynamicQueryHandler: Done processing query 2024.05.30 04:14:54.499420 [ 3 ] {61df81d5-1ce7-420d-946a-dc41b925905f} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.30 04:14:54.499445 [ 3 ] {} HTTP-Session: 429fe9b3-609f-4f52-93fa-2e44255bcae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.499567 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:54.499615 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:54.499634 [ 3 ] {} HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:54.499650 [ 3 ] {} HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.499664 [ 3 ] {} HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:54.499694 [ 3 ] {} HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:54.499820 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:54.499864 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:54.499986 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:54.500264 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:54.500300 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:54.500654 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.30 04:14:54.500969 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:54.501119 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. 2024.05.30 04:14:54.501367 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} DynamicQueryHandler: Done processing query 2024.05.30 04:14:54.501421 [ 3 ] {4131ae38-4aea-4ed8-a264-79233b7a8f0c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:54.501475 [ 3 ] {} HTTP-Session: 6c2b6fc7-f30b-4de5-909e-b62be2876932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:58.106445 [ 51 ] {} DNSResolver: Updating DNS cache 2024.05.30 04:14:58.106540 [ 51 ] {} DNSResolver: Updated DNS cache 2024.05.30 04:14:59.493618 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 4497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:59.493732 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:59.493754 [ 3 ] {} HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:59.493778 [ 3 ] {} HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.493792 [ 3 ] {} HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.493839 [ 3 ] {} HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:59.494017 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:59.494081 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.30 04:14:59.494264 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:59.494691 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.494729 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.495084 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.30 04:14:59.495405 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.495545 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} executeQuery: Read 31 rows, 2.51 KiB in 0.001586 sec., 19546.027742749055 rows/sec., 1.55 MiB/sec. 2024.05.30 04:14:59.495545 [ 50 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2024.05.30 04:14:59.495606 [ 50 ] {} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.495634 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.495793 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} DynamicQueryHandler: Done processing query 2024.05.30 04:14:59.495884 [ 3 ] {76084c31-8dec-4b50-9c97-a228413d26c8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:59.495951 [ 3 ] {} HTTP-Session: 9cc466be-15ae-419c-b795-693f9c38345e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.495994 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full 2024.05.30 04:14:59.496158 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 21838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:59.496283 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:59.496347 [ 3 ] {} HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:59.496362 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:59.496382 [ 3 ] {} HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.496424 [ 3 ] {} HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.496430 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.496499 [ 3 ] {} HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:59.496666 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.496899 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:59.497061 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.30 04:14:59.497047 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.497465 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.497839 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.497918 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:59.498951 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.499011 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.499860 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.30 04:14:59.500128 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004381768 sec., 35373.84909470332 rows/sec., 2.80 MiB/sec. 2024.05.30 04:14:59.500380 [ 203 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2024.05.30 04:14:59.500634 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.501023 [ 50 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.30 04:14:59.501099 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} executeQuery: Read 149 rows, 12.78 KiB in 0.004377 sec., 34041.580991546725 rows/sec., 2.85 MiB/sec. 2024.05.30 04:14:59.501106 [ 50 ] {} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.501178 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.501466 [ 200 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.501603 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.30 04:14:59.501616 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} DynamicQueryHandler: Done processing query 2024.05.30 04:14:59.501669 [ 200 ] {2f8cd5cc-7e97-4299-b556-99a95d7f8aba::all_1_26_6} oximeter.fields_i64 (2f8cd5cc-7e97-4299-b556-99a95d7f8aba) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2024.05.30 04:14:59.501709 [ 3 ] {b15062a4-47c8-4524-94ac-ccc304c2b752} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.30 04:14:59.501755 [ 3 ] {} HTTP-Session: 7669e503-e069-409d-ac3f-2e8c778b53e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.501895 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.30 04:14:59.502031 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:59.502028 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 16124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:59.502097 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 192 rows starting from the beginning of the part 2024.05.30 04:14:59.502148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:59.502217 [ 3 ] {} HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:59.502286 [ 3 ] {} HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.502345 [ 3 ] {} HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.502404 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 151 rows starting from the beginning of the part 2024.05.30 04:14:59.502448 [ 3 ] {} HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:59.502691 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part 2024.05.30 04:14:59.502818 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:59.502976 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.30 04:14:59.502976 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 149 rows starting from the beginning of the part 2024.05.30 04:14:59.503343 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 92 rows starting from the beginning of the part 2024.05.30 04:14:59.503701 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 149 rows starting from the beginning of the part 2024.05.30 04:14:59.503841 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:59.504767 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.504826 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.505709 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.30 04:14:59.506422 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.506532 [ 193 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 789 rows, containing 4 columns (4 merged, 0 gathered) in 0.005178023 sec., 152374.757701926 rows/sec., 12.46 MiB/sec. 2024.05.30 04:14:59.506667 [ 50 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.30 04:14:59.506684 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} executeQuery: Read 95 rows, 7.60 KiB in 0.004022 sec., 23620.089507707606 rows/sec., 1.84 MiB/sec. 2024.05.30 04:14:59.506721 [ 50 ] {} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.506770 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.506781 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.30 04:14:59.507168 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} DynamicQueryHandler: Done processing query 2024.05.30 04:14:59.507195 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.30 04:14:59.507225 [ 3 ] {b74b8e00-a3d2-4c7a-b2a4-0ab5f6d094f6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.30 04:14:59.507354 [ 3 ] {} HTTP-Session: c3b7ee66-d459-46d8-ad9f-55ac4f37d2eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.507798 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:59.508082 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:59.508236 [ 3 ] {} HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:59.508295 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:59.508349 [ 3 ] {} HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.508450 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 151 rows starting from the beginning of the part 2024.05.30 04:14:59.508470 [ 3 ] {} HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.508700 [ 3 ] {} HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:59.509061 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 99 rows starting from the beginning of the part 2024.05.30 04:14:59.509411 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:59.509522 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part 2024.05.30 04:14:59.509636 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.30 04:14:59.510101 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 95 rows starting from the beginning of the part 2024.05.30 04:14:59.510134 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.510562 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 88 rows starting from the beginning of the part 2024.05.30 04:14:59.510678 [ 196 ] {a2dc76b1-8d71-4bf9-b39f-f345399029e3::all_1_56_11} oximeter.fields_string (a2dc76b1-8d71-4bf9-b39f-f345399029e3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.30 04:14:59.511078 [ 200 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 95 rows starting from the beginning of the part 2024.05.30 04:14:59.511179 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.05.30 04:14:59.512120 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:59.512674 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.512717 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.513290 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.006416364 sec., 92264.09224913051 rows/sec., 7.20 MiB/sec. 2024.05.30 04:14:59.513305 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.30 04:14:59.513534 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.30 04:14:59.514086 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.514347 [ 50 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.30 04:14:59.514363 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} executeQuery: Read 160 rows, 11.41 KiB in 0.005268 sec., 30372.057706909643 rows/sec., 2.12 MiB/sec. 2024.05.30 04:14:59.514414 [ 50 ] {} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.514493 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.514511 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.515054 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} DynamicQueryHandler: Done processing query 2024.05.30 04:14:59.515096 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.30 04:14:59.515166 [ 3 ] {4e80376a-67f0-4161-82dc-5ae6ed1907f3} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.30 04:14:59.515161 [ 186 ] {5eff35f0-57d6-4737-b992-4da27ffb8963::all_1_56_11} oximeter.fields_uuid (5eff35f0-57d6-4737-b992-4da27ffb8963) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.30 04:14:59.515273 [ 3 ] {} HTTP-Session: 0d880c4e-55b5-4994-b09e-77c35019d059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.515599 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.30 04:14:59.515633 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 33195, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:59.515816 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:59.515891 [ 3 ] {} HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:59.515914 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:59.515938 [ 3 ] {} HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.515994 [ 3 ] {} HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.516002 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8256 rows starting from the beginning of the part 2024.05.30 04:14:59.516066 [ 3 ] {} HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:59.516205 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part 2024.05.30 04:14:59.516448 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:59.516662 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:59.516694 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:59.516864 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.30 04:14:59.517087 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 196 rows starting from the beginning of the part 2024.05.30 04:14:59.517494 [ 196 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2024.05.30 04:14:59.518151 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:59.518757 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.518793 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.519420 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.30 04:14:59.519917 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.520203 [ 50 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.30 04:14:59.520227 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} executeQuery: Read 31 rows, 42.84 KiB in 0.003988 sec., 7773.319959879638 rows/sec., 10.49 MiB/sec. 2024.05.30 04:14:59.520239 [ 50 ] {} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.520282 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.520437 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.30 04:14:59.520482 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} DynamicQueryHandler: Done processing query 2024.05.30 04:14:59.520529 [ 3 ] {086ef905-840f-43f7-831a-ae05330087fb} MemoryTracker: Peak memory usage (for query): 4.37 MiB. 2024.05.30 04:14:59.520553 [ 3 ] {} HTTP-Session: 838cabf3-726a-4cf6-b4ac-3e66088ce2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.520702 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:59.520786 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 618 rows starting from the beginning of the part 2024.05.30 04:14:59.520799 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34616, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.30 04:14:59.520973 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.520985 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.30 04:14:59.521084 [ 3 ] {} HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Authenticating user 'default' from [fd00:1122:3344:101::d]:34616 2024.05.30 04:14:59.521204 [ 3 ] {} HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.521317 [ 3 ] {} HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.521361 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.521499 [ 3 ] {} HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.30 04:14:59.521735 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.521883 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} executeQuery: (from [fd00:1122:3344:101::d]:34616) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.30 04:14:59.522142 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.30 04:14:59.522319 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.522852 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part 2024.05.30 04:14:59.523404 [ 199 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 9094 rows, containing 5 columns (5 merged, 0 gathered) in 0.008745055 sec., 1039901.978889784 rows/sec., 72.49 MiB/sec. 2024.05.30 04:14:59.523685 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} ParallelParsingInputFormat: Parallel parsing is used 2024.05.30 04:14:59.523886 [ 202 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.30 04:14:59.525088 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.525203 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.525857 [ 202 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.526345 [ 202 ] {30c7c4a4-df95-4ca7-9165-92814bba2ebe::all_1_56_11} oximeter.measurements_cumulativeu64 (30c7c4a4-df95-4ca7-9165-92814bba2ebe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.30 04:14:59.526556 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.30 04:14:59.526598 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB. 2024.05.30 04:14:59.527301 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.527450 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} executeQuery: Read 60 rows, 4.14 KiB in 0.005752 sec., 10431.15438108484 rows/sec., 719.86 KiB/sec. 2024.05.30 04:14:59.527452 [ 50 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.30 04:14:59.527541 [ 50 ] {} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.30 04:14:59.527613 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. 2024.05.30 04:14:59.527808 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.30 04:14:59.527822 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} DynamicQueryHandler: Done processing query 2024.05.30 04:14:59.527872 [ 3 ] {c32011bf-dddb-454e-9153-982b17e22172} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.30 04:14:59.527916 [ 3 ] {} HTTP-Session: 66361cfc-10c4-4ca8-8ac1-741b6352ffec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.30 04:14:59.528051 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.30 04:14:59.528091 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2942 rows starting from the beginning of the part 2024.05.30 04:14:59.528223 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:59.528715 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:59.529029 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 773 rows, containing 6 columns (6 merged, 0 gathered) in 0.008654524 sec., 89317.44830796009 rows/sec., 120.53 MiB/sec. 2024.05.30 04:14:59.529066 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:59.529244 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:59.529435 [ 199 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2024.05.30 04:14:59.529754 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.30 04:14:59.530644 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.530808 [ 200 ] {685be072-9424-4095-bf5b-8da187daa969::all_1_26_5} oximeter.measurements_histogramf64 (685be072-9424-4095-bf5b-8da187daa969) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.30 04:14:59.530983 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.72 MiB. 2024.05.30 04:14:59.531893 [ 188 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3242 rows, containing 4 columns (4 merged, 0 gathered) in 0.004181244 sec., 775367.3308709083 rows/sec., 52.23 MiB/sec. 2024.05.30 04:14:59.532166 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.30 04:14:59.532541 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.30 04:14:59.532614 [ 200 ] {07bb0026-effc-496c-bc2a-7b8d243fdbeb::all_1_56_11} oximeter.measurements_u64 (07bb0026-effc-496c-bc2a-7b8d243fdbeb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.30 04:14:59.532697 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2024.05.30 04:15:00.000159 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 190.91 MiB, peak 202.37 MiB, free memory in arenas 0.00 B, will set to 192.16 MiB (RSS), difference: 1.26 MiB