[ Mar 13 04:51:55 Enabled. ] [ Mar 13 04:51:55 Rereading configuration. ] [ Mar 13 04:51:58 Rereading configuration. ] [ Mar 13 04:52:07 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + single_node=true + command=() + true + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 13 04:52:07 Method "start" exited with status 0. ] Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2024.03.13 04:52:08.130812 [ 1 ] {} Application: Will watch for the process with pid 24733 2024.03.13 04:52:08.131530 [ 1 ] {} Application: Forked a child process to watch 2024.03.13 04:52:08.296737 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 24733 2024.03.13 04:52:08.297506 [ 1 ] {} Application: starting up 2024.03.13 04:52:08.298206 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.03.13 04:52:08.365164 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.03.13 04:52:08.473692 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.03.13 04:52:08.473738 [ 1 ] {} Application: Initializing DateLUT. 2024.03.13 04:52:08.473755 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.03.13 04:52:08.473821 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.03.13 04:52:08.474140 [ 1 ] {} Application: Initializing interserver credentials. 2024.03.13 04:52:08.475733 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.03.13 04:52:08.476202 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.03.13 04:52:08.477027 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2024.03.13 04:52:08.477051 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2024.03.13 04:52:08.477063 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.03.13 04:52:08.477230 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.03.13 04:52:08.478080 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.03.13 04:52:08.482835 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.03.13 04:52:08.483533 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.03.13 04:52:08.485027 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.03.13 04:52:08.485089 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.03.13 04:52:08.486598 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.03.13 04:52:08.486871 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.03.13 04:52:08.491179 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.03.13 04:52:08.491494 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.03.13 04:52:08.493077 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.03.13 04:52:08.493543 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.03.13 04:52:08.493950 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.03.13 04:52:08.494345 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.03.13 04:52:08.495743 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.03.13 04:52:08.495768 [ 1 ] {} Application: Loading metadata from /data/ 2024.03.13 04:52:08.495862 [ 125 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:52:08.496032 [ 125 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:52:08.539542 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.03.13 04:52:08.539577 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000157613 sec 2024.03.13 04:52:08.539616 [ 1 ] {} ReferentialDeps: No tables 2024.03.13 04:52:08.539628 [ 1 ] {} LoadingDeps: No tables 2024.03.13 04:52:08.540800 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.03.13 04:52:08.541883 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.03.13 04:52:08.541905 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.03.13 04:52:08.541940 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.03.13 04:52:08.541955 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.03.13 04:52:08.541967 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.03.13 04:52:08.542000 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.03.13 04:52:08.542012 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.03.13 04:52:08.542027 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.03.13 04:52:08.542065 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.03.13 04:52:08.542078 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.03.13 04:52:08.542093 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.03.13 04:52:08.542108 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.03.13 04:52:08.542143 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.03.13 04:52:08.542157 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.03.13 04:52:08.542172 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.03.13 04:52:08.542202 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.03.13 04:52:08.542218 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.03.13 04:52:08.576861 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.03.13 04:52:08.586701 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.03.13 04:52:08.586737 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4871e-05 sec 2024.03.13 04:52:08.586755 [ 1 ] {} ReferentialDeps: No tables 2024.03.13 04:52:08.586775 [ 1 ] {} LoadingDeps: No tables 2024.03.13 04:52:08.586805 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.03.13 04:52:08.587114 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.03.13 04:52:08.587175 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.03.13 04:52:08.587195 [ 1 ] {} Application: Loaded metadata. 2024.03.13 04:52:08.587217 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2024.03.13 04:52:08.587235 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.03.13 04:52:08.610862 [ 1 ] {} MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) 2024.03.13 04:52:08.803424 [ 1 ] {} MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) 2024.03.13 04:52:08.803484 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.03.13 04:52:08.829857 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.03.13 04:52:08.830072 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.20 MiB 2024.03.13 04:52:08.830949 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.269e-05 sec. 2024.03.13 04:52:08.831363 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.03.13 04:52:08.831464 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.03.13 04:52:08.831532 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.03.13 04:52:08.831557 [ 1 ] {} Application: Ready for connections. 2024.03.13 04:52:08.831975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.832210 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.832250 [ 3 ] {} HTTP-Session: 696118af-7ecd-451d-856a-845bfd8fd424 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.832285 [ 3 ] {} HTTP-Session: 696118af-7ecd-451d-856a-845bfd8fd424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.832306 [ 3 ] {} HTTP-Session: 696118af-7ecd-451d-856a-845bfd8fd424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.832403 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.03.13 04:52:08.832441 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.03.13 04:52:08.832468 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.03.13 04:52:08.832541 [ 3 ] {} HTTP-Session: 696118af-7ecd-451d-856a-845bfd8fd424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.833539 [ 3 ] {ab058b4d-ced1-479d-bc4c-ac289f863491} executeQuery: (from [fd00:1122:3344:101::d]:34075) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.03.13 04:52:08.858487 [ 3 ] {ab058b4d-ced1-479d-bc4c-ac289f863491} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34075) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.03.13 04:52:08.859186 [ 3 ] {ab058b4d-ced1-479d-bc4c-ac289f863491} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.03.13 04:52:08.859377 [ 3 ] {} HTTP-Session: 696118af-7ecd-451d-856a-845bfd8fd424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.860263 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.860321 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.860344 [ 3 ] {} HTTP-Session: bb477eb4-913a-4219-a024-8dfccda82b32 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.860365 [ 3 ] {} HTTP-Session: bb477eb4-913a-4219-a024-8dfccda82b32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.860378 [ 3 ] {} HTTP-Session: bb477eb4-913a-4219-a024-8dfccda82b32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.860417 [ 3 ] {} HTTP-Session: bb477eb4-913a-4219-a024-8dfccda82b32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.861511 [ 3 ] {31dce87f-640e-48a3-936c-1813b93a0f2a} executeQuery: (from [fd00:1122:3344:101::d]:34075) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:52:08.861619 [ 3 ] {31dce87f-640e-48a3-936c-1813b93a0f2a} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.03.13 04:52:08.863202 [ 3 ] {31dce87f-640e-48a3-936c-1813b93a0f2a} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.03.13 04:52:08.865072 [ 3 ] {31dce87f-640e-48a3-936c-1813b93a0f2a} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:52:08.869436 [ 3 ] {31dce87f-640e-48a3-936c-1813b93a0f2a} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.869470 [ 3 ] {31dce87f-640e-48a3-936c-1813b93a0f2a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:52:08.869486 [ 3 ] {} HTTP-Session: bb477eb4-913a-4219-a024-8dfccda82b32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.869627 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.869678 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.869699 [ 3 ] {} HTTP-Session: 334da81d-1b19-4fa3-8eeb-d1b5122c3303 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.869716 [ 3 ] {} HTTP-Session: 334da81d-1b19-4fa3-8eeb-d1b5122c3303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.869731 [ 3 ] {} HTTP-Session: 334da81d-1b19-4fa3-8eeb-d1b5122c3303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.869763 [ 3 ] {} HTTP-Session: 334da81d-1b19-4fa3-8eeb-d1b5122c3303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.869849 [ 3 ] {835cc564-3202-47c0-955d-86cb65bf0bad} executeQuery: (from [fd00:1122:3344:101::d]:34075) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.03.13 04:52:08.870093 [ 3 ] {835cc564-3202-47c0-955d-86cb65bf0bad} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34075) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 2024.03.13 04:52:08.870207 [ 3 ] {835cc564-3202-47c0-955d-86cb65bf0bad} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.03.13 04:52:08.870306 [ 3 ] {} HTTP-Session: 334da81d-1b19-4fa3-8eeb-d1b5122c3303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.871017 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.871063 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.871080 [ 3 ] {} HTTP-Session: 78f2514d-95c5-4941-9422-b115cc39ec6f Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.871100 [ 3 ] {} HTTP-Session: 78f2514d-95c5-4941-9422-b115cc39ec6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.871116 [ 3 ] {} HTTP-Session: 78f2514d-95c5-4941-9422-b115cc39ec6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.871144 [ 3 ] {} HTTP-Session: 78f2514d-95c5-4941-9422-b115cc39ec6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.871277 [ 3 ] {16c3dd3e-1ac5-420e-bb2e-18eccaece9db} executeQuery: (from [fd00:1122:3344:101::d]:34075) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.03.13 04:52:08.871391 [ 3 ] {16c3dd3e-1ac5-420e-bb2e-18eccaece9db} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.871413 [ 3 ] {} HTTP-Session: 78f2514d-95c5-4941-9422-b115cc39ec6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.871543 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.871588 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.871605 [ 3 ] {} HTTP-Session: 8d0c6088-78aa-42f3-b375-91e12e21f7bc Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.871624 [ 3 ] {} HTTP-Session: 8d0c6088-78aa-42f3-b375-91e12e21f7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.871640 [ 3 ] {} HTTP-Session: 8d0c6088-78aa-42f3-b375-91e12e21f7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.871668 [ 3 ] {} HTTP-Session: 8d0c6088-78aa-42f3-b375-91e12e21f7bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.871719 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.03.13 04:52:08.871779 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.03.13 04:52:08.882535 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.03.13 04:52:08.882569 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0131e-05 sec 2024.03.13 04:52:08.882591 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} ReferentialDeps: No tables 2024.03.13 04:52:08.882606 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} LoadingDeps: No tables 2024.03.13 04:52:08.882635 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} DatabaseAtomic (oximeter): Starting up tables. 2024.03.13 04:52:08.882731 [ 3 ] {6b2fa390-2c3b-4c4e-a8e0-7600fd6da18e} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.882761 [ 3 ] {} HTTP-Session: 8d0c6088-78aa-42f3-b375-91e12e21f7bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.882908 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.882957 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.882978 [ 3 ] {} HTTP-Session: 0a61f3ad-a5cc-4cdf-ab54-4dc63b360935 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.882994 [ 3 ] {} HTTP-Session: 0a61f3ad-a5cc-4cdf-ab54-4dc63b360935 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.883009 [ 3 ] {} HTTP-Session: 0a61f3ad-a5cc-4cdf-ab54-4dc63b360935 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.883059 [ 3 ] {} HTTP-Session: 0a61f3ad-a5cc-4cdf-ab54-4dc63b360935 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.883163 [ 3 ] {bfb54433-3981-4e7d-b3d9-263838a8db48} executeQuery: (from [fd00:1122:3344:101::d]:34075) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2024.03.13 04:52:08.883210 [ 3 ] {bfb54433-3981-4e7d-b3d9-263838a8db48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.03.13 04:52:08.886525 [ 3 ] {bfb54433-3981-4e7d-b3d9-263838a8db48} StoragePolicy (default): Storage policy default created, total volumes 1 2024.03.13 04:52:08.888980 [ 3 ] {bfb54433-3981-4e7d-b3d9-263838a8db48} oximeter.version (2710ab87-5cf7-4b86-b644-0279406e422d): Loading data parts 2024.03.13 04:52:08.889361 [ 3 ] {bfb54433-3981-4e7d-b3d9-263838a8db48} oximeter.version (2710ab87-5cf7-4b86-b644-0279406e422d): There are no data parts 2024.03.13 04:52:08.894981 [ 3 ] {bfb54433-3981-4e7d-b3d9-263838a8db48} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.895013 [ 3 ] {} HTTP-Session: 0a61f3ad-a5cc-4cdf-ab54-4dc63b360935 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.895127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.895172 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.895196 [ 3 ] {} HTTP-Session: 76f76905-4566-45d6-bd84-7de0dd563e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.895218 [ 3 ] {} HTTP-Session: 76f76905-4566-45d6-bd84-7de0dd563e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.895231 [ 3 ] {} HTTP-Session: 76f76905-4566-45d6-bd84-7de0dd563e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.895265 [ 3 ] {} HTTP-Session: 76f76905-4566-45d6-bd84-7de0dd563e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.895440 [ 3 ] {1e9ffab2-62c9-4438-91b7-ad87f7ea5bdc} executeQuery: (from [fd00:1122:3344:101::d]:34075) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:08.895503 [ 3 ] {1e9ffab2-62c9-4438-91b7-ad87f7ea5bdc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.03.13 04:52:08.904345 [ 3 ] {1e9ffab2-62c9-4438-91b7-ad87f7ea5bdc} oximeter.measurements_bool (f4459382-e942-4408-ba70-26dd17cc19bd): Loading data parts 2024.03.13 04:52:08.904524 [ 3 ] {1e9ffab2-62c9-4438-91b7-ad87f7ea5bdc} oximeter.measurements_bool (f4459382-e942-4408-ba70-26dd17cc19bd): There are no data parts 2024.03.13 04:52:08.909465 [ 3 ] {1e9ffab2-62c9-4438-91b7-ad87f7ea5bdc} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.909498 [ 3 ] {} HTTP-Session: 76f76905-4566-45d6-bd84-7de0dd563e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.909639 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.909704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.909727 [ 3 ] {} HTTP-Session: 66693a20-396d-47e8-8533-66e243d889cb Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.909753 [ 3 ] {} HTTP-Session: 66693a20-396d-47e8-8533-66e243d889cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.909769 [ 3 ] {} HTTP-Session: 66693a20-396d-47e8-8533-66e243d889cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.909810 [ 3 ] {} HTTP-Session: 66693a20-396d-47e8-8533-66e243d889cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.909971 [ 3 ] {5a374b4c-429e-4696-9b11-708533bb35c5} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:08.910019 [ 3 ] {5a374b4c-429e-4696-9b11-708533bb35c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.03.13 04:52:08.915116 [ 3 ] {5a374b4c-429e-4696-9b11-708533bb35c5} oximeter.measurements_i8 (9f3ba071-d9a7-4149-9444-2d6b82d324b8): Loading data parts 2024.03.13 04:52:08.915280 [ 3 ] {5a374b4c-429e-4696-9b11-708533bb35c5} oximeter.measurements_i8 (9f3ba071-d9a7-4149-9444-2d6b82d324b8): There are no data parts 2024.03.13 04:52:08.920235 [ 3 ] {5a374b4c-429e-4696-9b11-708533bb35c5} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.920275 [ 3 ] {} HTTP-Session: 66693a20-396d-47e8-8533-66e243d889cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.920436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.920489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.920519 [ 3 ] {} HTTP-Session: 287ccca2-5420-4468-900b-29a9a329a3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.920545 [ 3 ] {} HTTP-Session: 287ccca2-5420-4468-900b-29a9a329a3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.920561 [ 3 ] {} HTTP-Session: 287ccca2-5420-4468-900b-29a9a329a3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.920603 [ 3 ] {} HTTP-Session: 287ccca2-5420-4468-900b-29a9a329a3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.920781 [ 3 ] {35c80f82-97d6-4887-93a5-c2444d201aab} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:08.920842 [ 3 ] {35c80f82-97d6-4887-93a5-c2444d201aab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.03.13 04:52:08.927729 [ 3 ] {35c80f82-97d6-4887-93a5-c2444d201aab} oximeter.measurements_u8 (6b208fd3-366f-4ddf-9731-cb641d949833): Loading data parts 2024.03.13 04:52:08.927919 [ 3 ] {35c80f82-97d6-4887-93a5-c2444d201aab} oximeter.measurements_u8 (6b208fd3-366f-4ddf-9731-cb641d949833): There are no data parts 2024.03.13 04:52:08.947467 [ 3 ] {35c80f82-97d6-4887-93a5-c2444d201aab} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.947508 [ 3 ] {} HTTP-Session: 287ccca2-5420-4468-900b-29a9a329a3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.947653 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.947721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.947743 [ 3 ] {} HTTP-Session: 05f25db7-32fe-4347-87e2-e9c96e329172 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.947762 [ 3 ] {} HTTP-Session: 05f25db7-32fe-4347-87e2-e9c96e329172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.947785 [ 3 ] {} HTTP-Session: 05f25db7-32fe-4347-87e2-e9c96e329172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.947827 [ 3 ] {} HTTP-Session: 05f25db7-32fe-4347-87e2-e9c96e329172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.947996 [ 3 ] {7a7516c0-0c3e-41d6-98ca-ba7a735238c3} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:08.948046 [ 3 ] {7a7516c0-0c3e-41d6-98ca-ba7a735238c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.03.13 04:52:08.961592 [ 3 ] {7a7516c0-0c3e-41d6-98ca-ba7a735238c3} oximeter.measurements_i16 (dc805492-d0c1-44bf-b728-62423592593d): Loading data parts 2024.03.13 04:52:08.961780 [ 3 ] {7a7516c0-0c3e-41d6-98ca-ba7a735238c3} oximeter.measurements_i16 (dc805492-d0c1-44bf-b728-62423592593d): There are no data parts 2024.03.13 04:52:08.979934 [ 3 ] {7a7516c0-0c3e-41d6-98ca-ba7a735238c3} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.979974 [ 3 ] {} HTTP-Session: 05f25db7-32fe-4347-87e2-e9c96e329172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.980156 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.980207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.980234 [ 3 ] {} HTTP-Session: 5dffec49-3f75-4bc3-ac18-21dd425cac65 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.980260 [ 3 ] {} HTTP-Session: 5dffec49-3f75-4bc3-ac18-21dd425cac65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.980276 [ 3 ] {} HTTP-Session: 5dffec49-3f75-4bc3-ac18-21dd425cac65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.980316 [ 3 ] {} HTTP-Session: 5dffec49-3f75-4bc3-ac18-21dd425cac65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.980486 [ 3 ] {88e45a39-4660-4faa-9cd9-f5c1399657ee} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:08.980547 [ 3 ] {88e45a39-4660-4faa-9cd9-f5c1399657ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.03.13 04:52:08.985873 [ 3 ] {88e45a39-4660-4faa-9cd9-f5c1399657ee} oximeter.measurements_u16 (1c7e0e85-8d11-41e9-8f0b-edb8c7b0c2b1): Loading data parts 2024.03.13 04:52:08.986072 [ 3 ] {88e45a39-4660-4faa-9cd9-f5c1399657ee} oximeter.measurements_u16 (1c7e0e85-8d11-41e9-8f0b-edb8c7b0c2b1): There are no data parts 2024.03.13 04:52:08.992544 [ 3 ] {88e45a39-4660-4faa-9cd9-f5c1399657ee} DynamicQueryHandler: Done processing query 2024.03.13 04:52:08.992585 [ 3 ] {} HTTP-Session: 5dffec49-3f75-4bc3-ac18-21dd425cac65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.992742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:08.992808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:08.992831 [ 3 ] {} HTTP-Session: dd27da31-821d-46ce-96c4-4789854b3916 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:08.992851 [ 3 ] {} HTTP-Session: dd27da31-821d-46ce-96c4-4789854b3916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.992875 [ 3 ] {} HTTP-Session: dd27da31-821d-46ce-96c4-4789854b3916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:08.992920 [ 3 ] {} HTTP-Session: dd27da31-821d-46ce-96c4-4789854b3916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:08.993067 [ 3 ] {aef49a65-4323-4e84-9d41-29d6ed06c239} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:08.993116 [ 3 ] {aef49a65-4323-4e84-9d41-29d6ed06c239} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.03.13 04:52:08.995807 [ 3 ] {aef49a65-4323-4e84-9d41-29d6ed06c239} oximeter.measurements_i32 (8cff4bad-d1d5-4bc8-8eb8-363b2a6b0a7d): Loading data parts 2024.03.13 04:52:08.995961 [ 3 ] {aef49a65-4323-4e84-9d41-29d6ed06c239} oximeter.measurements_i32 (8cff4bad-d1d5-4bc8-8eb8-363b2a6b0a7d): There are no data parts 2024.03.13 04:52:09.000180 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 158.77 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.75 MiB (RSS), difference: 11.97 MiB 2024.03.13 04:52:09.000589 [ 3 ] {aef49a65-4323-4e84-9d41-29d6ed06c239} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.000630 [ 3 ] {} HTTP-Session: dd27da31-821d-46ce-96c4-4789854b3916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.000764 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.000826 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.000855 [ 3 ] {} HTTP-Session: 0201f3d8-6c61-4a5b-b698-20eae015f752 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.000876 [ 3 ] {} HTTP-Session: 0201f3d8-6c61-4a5b-b698-20eae015f752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.000897 [ 3 ] {} HTTP-Session: 0201f3d8-6c61-4a5b-b698-20eae015f752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.000940 [ 3 ] {} HTTP-Session: 0201f3d8-6c61-4a5b-b698-20eae015f752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.001080 [ 3 ] {ed261b0b-3dae-447c-bf87-ca2dbfad18ff} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.001136 [ 3 ] {ed261b0b-3dae-447c-bf87-ca2dbfad18ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.03.13 04:52:09.007896 [ 3 ] {ed261b0b-3dae-447c-bf87-ca2dbfad18ff} oximeter.measurements_u32 (d2ed226e-9693-439d-a41e-ac2a40dc9ff1): Loading data parts 2024.03.13 04:52:09.008078 [ 3 ] {ed261b0b-3dae-447c-bf87-ca2dbfad18ff} oximeter.measurements_u32 (d2ed226e-9693-439d-a41e-ac2a40dc9ff1): There are no data parts 2024.03.13 04:52:09.014447 [ 3 ] {ed261b0b-3dae-447c-bf87-ca2dbfad18ff} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.014477 [ 3 ] {} HTTP-Session: 0201f3d8-6c61-4a5b-b698-20eae015f752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.014610 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.014669 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.014696 [ 3 ] {} HTTP-Session: 92205577-217b-44ae-aef3-3ec42a195727 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.014715 [ 3 ] {} HTTP-Session: 92205577-217b-44ae-aef3-3ec42a195727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.014735 [ 3 ] {} HTTP-Session: 92205577-217b-44ae-aef3-3ec42a195727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.014773 [ 3 ] {} HTTP-Session: 92205577-217b-44ae-aef3-3ec42a195727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.014988 [ 3 ] {eb11717d-66e4-41c8-bb3e-e080de4f6f9b} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.015038 [ 3 ] {eb11717d-66e4-41c8-bb3e-e080de4f6f9b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.03.13 04:52:09.017823 [ 3 ] {eb11717d-66e4-41c8-bb3e-e080de4f6f9b} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Loading data parts 2024.03.13 04:52:09.017993 [ 3 ] {eb11717d-66e4-41c8-bb3e-e080de4f6f9b} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): There are no data parts 2024.03.13 04:52:09.022659 [ 3 ] {eb11717d-66e4-41c8-bb3e-e080de4f6f9b} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.022702 [ 3 ] {} HTTP-Session: 92205577-217b-44ae-aef3-3ec42a195727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.022842 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.022904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.022933 [ 3 ] {} HTTP-Session: d50cc0f6-e79a-481c-a6a0-42392594ce96 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.022954 [ 3 ] {} HTTP-Session: d50cc0f6-e79a-481c-a6a0-42392594ce96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.022973 [ 3 ] {} HTTP-Session: d50cc0f6-e79a-481c-a6a0-42392594ce96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.023010 [ 3 ] {} HTTP-Session: d50cc0f6-e79a-481c-a6a0-42392594ce96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.023148 [ 3 ] {4cb9a25f-f7be-4a91-9e9e-34ec57a20ac1} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.023205 [ 3 ] {4cb9a25f-f7be-4a91-9e9e-34ec57a20ac1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.03.13 04:52:09.029806 [ 3 ] {4cb9a25f-f7be-4a91-9e9e-34ec57a20ac1} oximeter.measurements_u64 (97f9ee6a-d82d-4931-b9ce-b7efb0d6ef0b): Loading data parts 2024.03.13 04:52:09.030022 [ 3 ] {4cb9a25f-f7be-4a91-9e9e-34ec57a20ac1} oximeter.measurements_u64 (97f9ee6a-d82d-4931-b9ce-b7efb0d6ef0b): There are no data parts 2024.03.13 04:52:09.036585 [ 3 ] {4cb9a25f-f7be-4a91-9e9e-34ec57a20ac1} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.036617 [ 3 ] {} HTTP-Session: d50cc0f6-e79a-481c-a6a0-42392594ce96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.036777 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.036840 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.036862 [ 3 ] {} HTTP-Session: 536db563-6af9-4a15-a931-388980c87b68 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.036889 [ 3 ] {} HTTP-Session: 536db563-6af9-4a15-a931-388980c87b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.036914 [ 3 ] {} HTTP-Session: 536db563-6af9-4a15-a931-388980c87b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.036950 [ 3 ] {} HTTP-Session: 536db563-6af9-4a15-a931-388980c87b68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.037102 [ 3 ] {7fdc1c31-382a-42d3-ac70-6c0a057cd0db} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.037151 [ 3 ] {7fdc1c31-382a-42d3-ac70-6c0a057cd0db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.03.13 04:52:09.039759 [ 3 ] {7fdc1c31-382a-42d3-ac70-6c0a057cd0db} oximeter.measurements_f32 (60bde67d-33cc-4771-943e-d40d95089b0d): Loading data parts 2024.03.13 04:52:09.039884 [ 3 ] {7fdc1c31-382a-42d3-ac70-6c0a057cd0db} oximeter.measurements_f32 (60bde67d-33cc-4771-943e-d40d95089b0d): There are no data parts 2024.03.13 04:52:09.044561 [ 3 ] {7fdc1c31-382a-42d3-ac70-6c0a057cd0db} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.044605 [ 3 ] {} HTTP-Session: 536db563-6af9-4a15-a931-388980c87b68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.044736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.044799 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.044827 [ 3 ] {} HTTP-Session: 16752969-b824-4186-bd73-08e1208ae138 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.044848 [ 3 ] {} HTTP-Session: 16752969-b824-4186-bd73-08e1208ae138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.044871 [ 3 ] {} HTTP-Session: 16752969-b824-4186-bd73-08e1208ae138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.044910 [ 3 ] {} HTTP-Session: 16752969-b824-4186-bd73-08e1208ae138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.045049 [ 3 ] {154a6c5e-8228-4aaa-96fd-0e135e914ee7} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.045106 [ 3 ] {154a6c5e-8228-4aaa-96fd-0e135e914ee7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.03.13 04:52:09.051645 [ 3 ] {154a6c5e-8228-4aaa-96fd-0e135e914ee7} oximeter.measurements_f64 (55131983-ae55-451b-9fd0-2b7e84c90311): Loading data parts 2024.03.13 04:52:09.051787 [ 3 ] {154a6c5e-8228-4aaa-96fd-0e135e914ee7} oximeter.measurements_f64 (55131983-ae55-451b-9fd0-2b7e84c90311): There are no data parts 2024.03.13 04:52:09.058950 [ 3 ] {154a6c5e-8228-4aaa-96fd-0e135e914ee7} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.058977 [ 3 ] {} HTTP-Session: 16752969-b824-4186-bd73-08e1208ae138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.059111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.059166 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.059183 [ 3 ] {} HTTP-Session: c451eb9a-c1df-43df-92ee-52c15cb6c00e Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.059207 [ 3 ] {} HTTP-Session: c451eb9a-c1df-43df-92ee-52c15cb6c00e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.059228 [ 3 ] {} HTTP-Session: c451eb9a-c1df-43df-92ee-52c15cb6c00e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.059255 [ 3 ] {} HTTP-Session: c451eb9a-c1df-43df-92ee-52c15cb6c00e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.059402 [ 3 ] {b86ba786-3c62-4db8-abe0-e06b7d898402} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.059459 [ 3 ] {b86ba786-3c62-4db8-abe0-e06b7d898402} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.03.13 04:52:09.064864 [ 3 ] {b86ba786-3c62-4db8-abe0-e06b7d898402} oximeter.measurements_string (e9138f7e-3e2a-4c94-ac0c-4bcad4c4b302): Loading data parts 2024.03.13 04:52:09.065006 [ 3 ] {b86ba786-3c62-4db8-abe0-e06b7d898402} oximeter.measurements_string (e9138f7e-3e2a-4c94-ac0c-4bcad4c4b302): There are no data parts 2024.03.13 04:52:09.074457 [ 3 ] {b86ba786-3c62-4db8-abe0-e06b7d898402} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.074501 [ 3 ] {} HTTP-Session: c451eb9a-c1df-43df-92ee-52c15cb6c00e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.074642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.074708 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.074739 [ 3 ] {} HTTP-Session: 5c4a0484-c2fd-45ec-a6cf-2a1180b686b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.074759 [ 3 ] {} HTTP-Session: 5c4a0484-c2fd-45ec-a6cf-2a1180b686b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.074783 [ 3 ] {} HTTP-Session: 5c4a0484-c2fd-45ec-a6cf-2a1180b686b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.074825 [ 3 ] {} HTTP-Session: 5c4a0484-c2fd-45ec-a6cf-2a1180b686b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.074989 [ 3 ] {8b425d6f-5568-483d-bfa2-6303dbe3f080} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.075047 [ 3 ] {8b425d6f-5568-483d-bfa2-6303dbe3f080} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.03.13 04:52:09.080724 [ 3 ] {8b425d6f-5568-483d-bfa2-6303dbe3f080} oximeter.measurements_bytes (0465e6ae-eff1-492a-a194-4d57202c614e): Loading data parts 2024.03.13 04:52:09.080855 [ 3 ] {8b425d6f-5568-483d-bfa2-6303dbe3f080} oximeter.measurements_bytes (0465e6ae-eff1-492a-a194-4d57202c614e): There are no data parts 2024.03.13 04:52:09.085704 [ 3 ] {8b425d6f-5568-483d-bfa2-6303dbe3f080} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.085742 [ 3 ] {} HTTP-Session: 5c4a0484-c2fd-45ec-a6cf-2a1180b686b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.085866 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.085920 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.085947 [ 3 ] {} HTTP-Session: ab8fcacb-b688-4b7d-8fa7-4a465d162660 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.085963 [ 3 ] {} HTTP-Session: ab8fcacb-b688-4b7d-8fa7-4a465d162660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.085983 [ 3 ] {} HTTP-Session: ab8fcacb-b688-4b7d-8fa7-4a465d162660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.086018 [ 3 ] {} HTTP-Session: ab8fcacb-b688-4b7d-8fa7-4a465d162660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.086174 [ 3 ] {c2015a9d-def9-46d8-9d02-6ac3b4ac6605} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.086226 [ 3 ] {c2015a9d-def9-46d8-9d02-6ac3b4ac6605} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.03.13 04:52:09.100512 [ 3 ] {c2015a9d-def9-46d8-9d02-6ac3b4ac6605} oximeter.measurements_cumulativei64 (e5a30611-458a-4a69-9caa-e6ce5dc33040): Loading data parts 2024.03.13 04:52:09.100641 [ 3 ] {c2015a9d-def9-46d8-9d02-6ac3b4ac6605} oximeter.measurements_cumulativei64 (e5a30611-458a-4a69-9caa-e6ce5dc33040): There are no data parts 2024.03.13 04:52:09.104944 [ 3 ] {c2015a9d-def9-46d8-9d02-6ac3b4ac6605} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.104982 [ 3 ] {} HTTP-Session: ab8fcacb-b688-4b7d-8fa7-4a465d162660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.105159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.105216 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.105239 [ 3 ] {} HTTP-Session: 39eaf830-7f76-449a-9cf1-5a74b941fc1d Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.105264 [ 3 ] {} HTTP-Session: 39eaf830-7f76-449a-9cf1-5a74b941fc1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.105280 [ 3 ] {} HTTP-Session: 39eaf830-7f76-449a-9cf1-5a74b941fc1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.105319 [ 3 ] {} HTTP-Session: 39eaf830-7f76-449a-9cf1-5a74b941fc1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.105505 [ 3 ] {d26fdb8d-a7aa-426a-a64d-f3d2d2106a84} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.105566 [ 3 ] {d26fdb8d-a7aa-426a-a64d-f3d2d2106a84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.03.13 04:52:09.114892 [ 3 ] {d26fdb8d-a7aa-426a-a64d-f3d2d2106a84} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Loading data parts 2024.03.13 04:52:09.115026 [ 3 ] {d26fdb8d-a7aa-426a-a64d-f3d2d2106a84} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): There are no data parts 2024.03.13 04:52:09.118884 [ 3 ] {d26fdb8d-a7aa-426a-a64d-f3d2d2106a84} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.118915 [ 3 ] {} HTTP-Session: 39eaf830-7f76-449a-9cf1-5a74b941fc1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.119055 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.119115 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.119137 [ 3 ] {} HTTP-Session: 6eaafc51-422a-4c72-8e39-9646bbc65c36 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.119161 [ 3 ] {} HTTP-Session: 6eaafc51-422a-4c72-8e39-9646bbc65c36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.119183 [ 3 ] {} HTTP-Session: 6eaafc51-422a-4c72-8e39-9646bbc65c36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.119217 [ 3 ] {} HTTP-Session: 6eaafc51-422a-4c72-8e39-9646bbc65c36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.119404 [ 3 ] {80a93fd1-e387-4d2c-b7f7-5fb74608bd9d} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.119464 [ 3 ] {80a93fd1-e387-4d2c-b7f7-5fb74608bd9d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.03.13 04:52:09.124642 [ 3 ] {80a93fd1-e387-4d2c-b7f7-5fb74608bd9d} oximeter.measurements_cumulativef32 (b1fe724a-2160-400f-87d3-fac07e5971b9): Loading data parts 2024.03.13 04:52:09.124761 [ 3 ] {80a93fd1-e387-4d2c-b7f7-5fb74608bd9d} oximeter.measurements_cumulativef32 (b1fe724a-2160-400f-87d3-fac07e5971b9): There are no data parts 2024.03.13 04:52:09.130160 [ 3 ] {80a93fd1-e387-4d2c-b7f7-5fb74608bd9d} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.130200 [ 3 ] {} HTTP-Session: 6eaafc51-422a-4c72-8e39-9646bbc65c36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.130309 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.130360 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.130389 [ 3 ] {} HTTP-Session: c4deadd5-d6a3-4da3-9f29-c8ec610c4723 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.130405 [ 3 ] {} HTTP-Session: c4deadd5-d6a3-4da3-9f29-c8ec610c4723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.130423 [ 3 ] {} HTTP-Session: c4deadd5-d6a3-4da3-9f29-c8ec610c4723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.130458 [ 3 ] {} HTTP-Session: c4deadd5-d6a3-4da3-9f29-c8ec610c4723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.130605 [ 3 ] {b4af9aeb-614e-4df0-a1f6-2c15fbaa9bd9} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.130658 [ 3 ] {b4af9aeb-614e-4df0-a1f6-2c15fbaa9bd9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.03.13 04:52:09.138639 [ 3 ] {b4af9aeb-614e-4df0-a1f6-2c15fbaa9bd9} oximeter.measurements_cumulativef64 (bafee116-3c83-4bca-bb02-a3032f1201bd): Loading data parts 2024.03.13 04:52:09.138780 [ 3 ] {b4af9aeb-614e-4df0-a1f6-2c15fbaa9bd9} oximeter.measurements_cumulativef64 (bafee116-3c83-4bca-bb02-a3032f1201bd): There are no data parts 2024.03.13 04:52:09.142359 [ 3 ] {b4af9aeb-614e-4df0-a1f6-2c15fbaa9bd9} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.142400 [ 3 ] {} HTTP-Session: c4deadd5-d6a3-4da3-9f29-c8ec610c4723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.142551 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.142611 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.142633 [ 3 ] {} HTTP-Session: d9cda14a-f5fb-45c6-aa3f-cb095167419a Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.142660 [ 3 ] {} HTTP-Session: d9cda14a-f5fb-45c6-aa3f-cb095167419a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.142677 [ 3 ] {} HTTP-Session: d9cda14a-f5fb-45c6-aa3f-cb095167419a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.142718 [ 3 ] {} HTTP-Session: d9cda14a-f5fb-45c6-aa3f-cb095167419a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.142914 [ 3 ] {e3056758-10e5-4616-940e-e28b50236f79} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.142975 [ 3 ] {e3056758-10e5-4616-940e-e28b50236f79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.03.13 04:52:09.153060 [ 3 ] {e3056758-10e5-4616-940e-e28b50236f79} oximeter.measurements_histogrami8 (d2643247-80bf-4f19-a5d8-427013cd2f33): Loading data parts 2024.03.13 04:52:09.153197 [ 3 ] {e3056758-10e5-4616-940e-e28b50236f79} oximeter.measurements_histogrami8 (d2643247-80bf-4f19-a5d8-427013cd2f33): There are no data parts 2024.03.13 04:52:09.258799 [ 3 ] {e3056758-10e5-4616-940e-e28b50236f79} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.258826 [ 3 ] {} HTTP-Session: d9cda14a-f5fb-45c6-aa3f-cb095167419a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.258949 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.259006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.259024 [ 3 ] {} HTTP-Session: 735bc085-be73-4134-bade-b64e51503ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.259051 [ 3 ] {} HTTP-Session: 735bc085-be73-4134-bade-b64e51503ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.259072 [ 3 ] {} HTTP-Session: 735bc085-be73-4134-bade-b64e51503ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.259101 [ 3 ] {} HTTP-Session: 735bc085-be73-4134-bade-b64e51503ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.259265 [ 3 ] {ec19562f-9441-44d8-864d-c1375fb38dfb} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.259327 [ 3 ] {ec19562f-9441-44d8-864d-c1375fb38dfb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.03.13 04:52:09.277504 [ 3 ] {ec19562f-9441-44d8-864d-c1375fb38dfb} oximeter.measurements_histogramu8 (19bd222a-8485-4e24-acc0-36b1c7ab5a97): Loading data parts 2024.03.13 04:52:09.277668 [ 3 ] {ec19562f-9441-44d8-864d-c1375fb38dfb} oximeter.measurements_histogramu8 (19bd222a-8485-4e24-acc0-36b1c7ab5a97): There are no data parts 2024.03.13 04:52:09.281737 [ 3 ] {ec19562f-9441-44d8-864d-c1375fb38dfb} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.281829 [ 3 ] {} HTTP-Session: 735bc085-be73-4134-bade-b64e51503ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.281942 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.282001 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.282035 [ 3 ] {} HTTP-Session: 1dc8ac9a-1da3-4afe-a6a2-73789e428481 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.282052 [ 3 ] {} HTTP-Session: 1dc8ac9a-1da3-4afe-a6a2-73789e428481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.282073 [ 3 ] {} HTTP-Session: 1dc8ac9a-1da3-4afe-a6a2-73789e428481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.282112 [ 3 ] {} HTTP-Session: 1dc8ac9a-1da3-4afe-a6a2-73789e428481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.282266 [ 3 ] {05e8057d-7fec-44ec-bf7b-579b5f6556cc} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.282330 [ 3 ] {05e8057d-7fec-44ec-bf7b-579b5f6556cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.03.13 04:52:09.285790 [ 3 ] {05e8057d-7fec-44ec-bf7b-579b5f6556cc} oximeter.measurements_histogrami16 (b3e5545a-7860-40ee-b16f-4363c3f9cbe5): Loading data parts 2024.03.13 04:52:09.286073 [ 3 ] {05e8057d-7fec-44ec-bf7b-579b5f6556cc} oximeter.measurements_histogrami16 (b3e5545a-7860-40ee-b16f-4363c3f9cbe5): There are no data parts 2024.03.13 04:52:09.293020 [ 3 ] {05e8057d-7fec-44ec-bf7b-579b5f6556cc} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.293060 [ 3 ] {} HTTP-Session: 1dc8ac9a-1da3-4afe-a6a2-73789e428481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.293191 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.293236 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.293267 [ 3 ] {} HTTP-Session: 801be64d-e293-4c08-8d52-403cfc893ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.293293 [ 3 ] {} HTTP-Session: 801be64d-e293-4c08-8d52-403cfc893ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.293306 [ 3 ] {} HTTP-Session: 801be64d-e293-4c08-8d52-403cfc893ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.293344 [ 3 ] {} HTTP-Session: 801be64d-e293-4c08-8d52-403cfc893ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.293507 [ 3 ] {2eee0919-2767-4b39-881e-f49533aac9f9} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.293576 [ 3 ] {2eee0919-2767-4b39-881e-f49533aac9f9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.03.13 04:52:09.296874 [ 3 ] {2eee0919-2767-4b39-881e-f49533aac9f9} oximeter.measurements_histogramu16 (649d610a-6f67-4892-90cc-7616d8ca54be): Loading data parts 2024.03.13 04:52:09.297055 [ 3 ] {2eee0919-2767-4b39-881e-f49533aac9f9} oximeter.measurements_histogramu16 (649d610a-6f67-4892-90cc-7616d8ca54be): There are no data parts 2024.03.13 04:52:09.304579 [ 3 ] {2eee0919-2767-4b39-881e-f49533aac9f9} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.304609 [ 3 ] {} HTTP-Session: 801be64d-e293-4c08-8d52-403cfc893ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.304751 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.304819 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.304841 [ 3 ] {} HTTP-Session: 0c01284d-b68c-4bca-b70d-a1231952e561 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.304873 [ 3 ] {} HTTP-Session: 0c01284d-b68c-4bca-b70d-a1231952e561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.304900 [ 3 ] {} HTTP-Session: 0c01284d-b68c-4bca-b70d-a1231952e561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.304931 [ 3 ] {} HTTP-Session: 0c01284d-b68c-4bca-b70d-a1231952e561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.305105 [ 3 ] {6e609a29-e9f5-499e-ae1f-08f5783cc51c} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.305186 [ 3 ] {6e609a29-e9f5-499e-ae1f-08f5783cc51c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.03.13 04:52:09.308600 [ 3 ] {6e609a29-e9f5-499e-ae1f-08f5783cc51c} oximeter.measurements_histogrami32 (8dca2380-d301-4980-ae4f-deb1659df471): Loading data parts 2024.03.13 04:52:09.308790 [ 3 ] {6e609a29-e9f5-499e-ae1f-08f5783cc51c} oximeter.measurements_histogrami32 (8dca2380-d301-4980-ae4f-deb1659df471): There are no data parts 2024.03.13 04:52:09.316955 [ 3 ] {6e609a29-e9f5-499e-ae1f-08f5783cc51c} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.316997 [ 3 ] {} HTTP-Session: 0c01284d-b68c-4bca-b70d-a1231952e561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.317136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.317193 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.317223 [ 3 ] {} HTTP-Session: f730b1bb-0042-4b91-a32d-c198512abde7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.317238 [ 3 ] {} HTTP-Session: f730b1bb-0042-4b91-a32d-c198512abde7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.317261 [ 3 ] {} HTTP-Session: f730b1bb-0042-4b91-a32d-c198512abde7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.317309 [ 3 ] {} HTTP-Session: f730b1bb-0042-4b91-a32d-c198512abde7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.317462 [ 3 ] {b1b2c9fa-bc6d-4421-84e8-79ce88bfd573} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.317532 [ 3 ] {b1b2c9fa-bc6d-4421-84e8-79ce88bfd573} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.03.13 04:52:09.321054 [ 3 ] {b1b2c9fa-bc6d-4421-84e8-79ce88bfd573} oximeter.measurements_histogramu32 (8c536187-e6ff-41db-9d7b-b5bfcc97feff): Loading data parts 2024.03.13 04:52:09.321307 [ 3 ] {b1b2c9fa-bc6d-4421-84e8-79ce88bfd573} oximeter.measurements_histogramu32 (8c536187-e6ff-41db-9d7b-b5bfcc97feff): There are no data parts 2024.03.13 04:52:09.328390 [ 3 ] {b1b2c9fa-bc6d-4421-84e8-79ce88bfd573} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.328441 [ 3 ] {} HTTP-Session: f730b1bb-0042-4b91-a32d-c198512abde7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.328590 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.328637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.328667 [ 3 ] {} HTTP-Session: 830b0962-d77d-48c0-bd4f-48f3077623b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.328700 [ 3 ] {} HTTP-Session: 830b0962-d77d-48c0-bd4f-48f3077623b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.328714 [ 3 ] {} HTTP-Session: 830b0962-d77d-48c0-bd4f-48f3077623b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.328752 [ 3 ] {} HTTP-Session: 830b0962-d77d-48c0-bd4f-48f3077623b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.328919 [ 3 ] {99679071-a7bc-4995-b50c-7788e6db69fa} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.328985 [ 3 ] {99679071-a7bc-4995-b50c-7788e6db69fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.03.13 04:52:09.333656 [ 3 ] {99679071-a7bc-4995-b50c-7788e6db69fa} oximeter.measurements_histogrami64 (a59d2407-8549-44cd-8d64-6b400b9a3037): Loading data parts 2024.03.13 04:52:09.333821 [ 3 ] {99679071-a7bc-4995-b50c-7788e6db69fa} oximeter.measurements_histogrami64 (a59d2407-8549-44cd-8d64-6b400b9a3037): There are no data parts 2024.03.13 04:52:09.339794 [ 3 ] {99679071-a7bc-4995-b50c-7788e6db69fa} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.339819 [ 3 ] {} HTTP-Session: 830b0962-d77d-48c0-bd4f-48f3077623b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.340013 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.340078 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.340096 [ 3 ] {} HTTP-Session: b204c0f0-9b43-4e94-81b8-07fe52a58292 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.340122 [ 3 ] {} HTTP-Session: b204c0f0-9b43-4e94-81b8-07fe52a58292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.340150 [ 3 ] {} HTTP-Session: b204c0f0-9b43-4e94-81b8-07fe52a58292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.340180 [ 3 ] {} HTTP-Session: b204c0f0-9b43-4e94-81b8-07fe52a58292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.340344 [ 3 ] {20d409d3-b82f-488c-a810-5889f1a2b268} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.340408 [ 3 ] {20d409d3-b82f-488c-a810-5889f1a2b268} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.03.13 04:52:09.343653 [ 3 ] {20d409d3-b82f-488c-a810-5889f1a2b268} oximeter.measurements_histogramu64 (2425652d-3204-4b51-a846-331bdf7464db): Loading data parts 2024.03.13 04:52:09.343808 [ 3 ] {20d409d3-b82f-488c-a810-5889f1a2b268} oximeter.measurements_histogramu64 (2425652d-3204-4b51-a846-331bdf7464db): There are no data parts 2024.03.13 04:52:09.351481 [ 3 ] {20d409d3-b82f-488c-a810-5889f1a2b268} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.351541 [ 3 ] {} HTTP-Session: b204c0f0-9b43-4e94-81b8-07fe52a58292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.351710 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.351788 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.351830 [ 3 ] {} HTTP-Session: 3973807c-843b-44ca-ada7-f429fe1abf67 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.351853 [ 3 ] {} HTTP-Session: 3973807c-843b-44ca-ada7-f429fe1abf67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.351884 [ 3 ] {} HTTP-Session: 3973807c-843b-44ca-ada7-f429fe1abf67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.351931 [ 3 ] {} HTTP-Session: 3973807c-843b-44ca-ada7-f429fe1abf67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.352104 [ 3 ] {565df3a1-e965-4873-a58b-a513ea7bc28e} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.352163 [ 3 ] {565df3a1-e965-4873-a58b-a513ea7bc28e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.03.13 04:52:09.355597 [ 3 ] {565df3a1-e965-4873-a58b-a513ea7bc28e} oximeter.measurements_histogramf32 (85ba46fa-8d1d-47b9-abf7-d743f2910ff0): Loading data parts 2024.03.13 04:52:09.355794 [ 3 ] {565df3a1-e965-4873-a58b-a513ea7bc28e} oximeter.measurements_histogramf32 (85ba46fa-8d1d-47b9-abf7-d743f2910ff0): There are no data parts 2024.03.13 04:52:09.362968 [ 3 ] {565df3a1-e965-4873-a58b-a513ea7bc28e} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.363007 [ 3 ] {} HTTP-Session: 3973807c-843b-44ca-ada7-f429fe1abf67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.363185 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.363269 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.363296 [ 3 ] {} HTTP-Session: 5a3af1ff-6343-4774-99e3-129bd6bd26ef Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.363334 [ 3 ] {} HTTP-Session: 5a3af1ff-6343-4774-99e3-129bd6bd26ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.363355 [ 3 ] {} HTTP-Session: 5a3af1ff-6343-4774-99e3-129bd6bd26ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.363410 [ 3 ] {} HTTP-Session: 5a3af1ff-6343-4774-99e3-129bd6bd26ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.363656 [ 3 ] {a71bce2f-93ed-4ff4-927d-01d11d11477e} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.03.13 04:52:09.363747 [ 3 ] {a71bce2f-93ed-4ff4-927d-01d11d11477e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.03.13 04:52:09.367115 [ 3 ] {a71bce2f-93ed-4ff4-927d-01d11d11477e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Loading data parts 2024.03.13 04:52:09.367296 [ 3 ] {a71bce2f-93ed-4ff4-927d-01d11d11477e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): There are no data parts 2024.03.13 04:52:09.374567 [ 3 ] {a71bce2f-93ed-4ff4-927d-01d11d11477e} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.374595 [ 3 ] {} HTTP-Session: 5a3af1ff-6343-4774-99e3-129bd6bd26ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.374712 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.374765 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.374783 [ 3 ] {} HTTP-Session: 6276a1c9-3f44-48d6-b551-5d1073aca8de Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.374805 [ 3 ] {} HTTP-Session: 6276a1c9-3f44-48d6-b551-5d1073aca8de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.374825 [ 3 ] {} HTTP-Session: 6276a1c9-3f44-48d6-b551-5d1073aca8de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.374855 [ 3 ] {} HTTP-Session: 6276a1c9-3f44-48d6-b551-5d1073aca8de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.374983 [ 3 ] {186cd879-3a19-4533-9768-4f3a1c5cb58b} executeQuery: (from [fd00:1122:3344:101::d]:34075) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.375041 [ 3 ] {186cd879-3a19-4533-9768-4f3a1c5cb58b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.03.13 04:52:09.379693 [ 3 ] {186cd879-3a19-4533-9768-4f3a1c5cb58b} oximeter.fields_bool (20cf1806-76f6-41bd-9ae4-150e92767366): Loading data parts 2024.03.13 04:52:09.379883 [ 3 ] {186cd879-3a19-4533-9768-4f3a1c5cb58b} oximeter.fields_bool (20cf1806-76f6-41bd-9ae4-150e92767366): There are no data parts 2024.03.13 04:52:09.387472 [ 3 ] {186cd879-3a19-4533-9768-4f3a1c5cb58b} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.387513 [ 3 ] {} HTTP-Session: 6276a1c9-3f44-48d6-b551-5d1073aca8de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.387655 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.387711 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.387742 [ 3 ] {} HTTP-Session: f2a50f33-d76f-4393-8785-ec62ca4150d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.387769 [ 3 ] {} HTTP-Session: f2a50f33-d76f-4393-8785-ec62ca4150d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.387786 [ 3 ] {} HTTP-Session: f2a50f33-d76f-4393-8785-ec62ca4150d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.387829 [ 3 ] {} HTTP-Session: f2a50f33-d76f-4393-8785-ec62ca4150d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.387970 [ 3 ] {55027b37-9fc7-40e0-9799-08006a4b2688} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.388015 [ 3 ] {55027b37-9fc7-40e0-9799-08006a4b2688} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.03.13 04:52:09.395626 [ 3 ] {55027b37-9fc7-40e0-9799-08006a4b2688} oximeter.fields_i8 (4a35e72a-fafe-4719-a834-22c09454df2f): Loading data parts 2024.03.13 04:52:09.395794 [ 3 ] {55027b37-9fc7-40e0-9799-08006a4b2688} oximeter.fields_i8 (4a35e72a-fafe-4719-a834-22c09454df2f): There are no data parts 2024.03.13 04:52:09.401629 [ 3 ] {55027b37-9fc7-40e0-9799-08006a4b2688} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.401704 [ 3 ] {} HTTP-Session: f2a50f33-d76f-4393-8785-ec62ca4150d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.401886 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.402006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.402051 [ 3 ] {} HTTP-Session: bb777390-a5c6-4aeb-a2e0-0ceaa294c774 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.402071 [ 3 ] {} HTTP-Session: bb777390-a5c6-4aeb-a2e0-0ceaa294c774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.402101 [ 3 ] {} HTTP-Session: bb777390-a5c6-4aeb-a2e0-0ceaa294c774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.402152 [ 3 ] {} HTTP-Session: bb777390-a5c6-4aeb-a2e0-0ceaa294c774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.402289 [ 3 ] {39c684f2-1fb5-4508-b5b9-f6c755bdd3dc} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.402362 [ 3 ] {39c684f2-1fb5-4508-b5b9-f6c755bdd3dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.03.13 04:52:09.407981 [ 3 ] {39c684f2-1fb5-4508-b5b9-f6c755bdd3dc} oximeter.fields_u8 (802ea56d-ab5c-4ab6-8999-2fd1a1d776c6): Loading data parts 2024.03.13 04:52:09.408134 [ 3 ] {39c684f2-1fb5-4508-b5b9-f6c755bdd3dc} oximeter.fields_u8 (802ea56d-ab5c-4ab6-8999-2fd1a1d776c6): There are no data parts 2024.03.13 04:52:09.416172 [ 3 ] {39c684f2-1fb5-4508-b5b9-f6c755bdd3dc} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.416221 [ 3 ] {} HTTP-Session: bb777390-a5c6-4aeb-a2e0-0ceaa294c774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.416413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.416514 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.416547 [ 3 ] {} HTTP-Session: 9198f14d-4932-4c0b-8d71-d2980220525a Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.416592 [ 3 ] {} HTTP-Session: 9198f14d-4932-4c0b-8d71-d2980220525a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.416634 [ 3 ] {} HTTP-Session: 9198f14d-4932-4c0b-8d71-d2980220525a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.416690 [ 3 ] {} HTTP-Session: 9198f14d-4932-4c0b-8d71-d2980220525a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.416908 [ 3 ] {a00fbd96-2ec6-480e-8d61-5e305f4b32e0} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.416997 [ 3 ] {a00fbd96-2ec6-480e-8d61-5e305f4b32e0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.03.13 04:52:09.428967 [ 3 ] {a00fbd96-2ec6-480e-8d61-5e305f4b32e0} oximeter.fields_i16 (768fe1c7-1bab-4585-bfa6-e87ff56a224e): Loading data parts 2024.03.13 04:52:09.429197 [ 3 ] {a00fbd96-2ec6-480e-8d61-5e305f4b32e0} oximeter.fields_i16 (768fe1c7-1bab-4585-bfa6-e87ff56a224e): There are no data parts 2024.03.13 04:52:09.441698 [ 3 ] {a00fbd96-2ec6-480e-8d61-5e305f4b32e0} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.441749 [ 3 ] {} HTTP-Session: 9198f14d-4932-4c0b-8d71-d2980220525a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.442023 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.442109 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.442130 [ 3 ] {} HTTP-Session: 36b9c541-215b-430a-a760-1986e0583515 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.442154 [ 3 ] {} HTTP-Session: 36b9c541-215b-430a-a760-1986e0583515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.442169 [ 3 ] {} HTTP-Session: 36b9c541-215b-430a-a760-1986e0583515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.442207 [ 3 ] {} HTTP-Session: 36b9c541-215b-430a-a760-1986e0583515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.442326 [ 3 ] {e20fa6df-959b-48fd-93fa-0dcbfda7316d} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.442377 [ 3 ] {e20fa6df-959b-48fd-93fa-0dcbfda7316d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.03.13 04:52:09.445911 [ 3 ] {e20fa6df-959b-48fd-93fa-0dcbfda7316d} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Loading data parts 2024.03.13 04:52:09.446133 [ 3 ] {e20fa6df-959b-48fd-93fa-0dcbfda7316d} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): There are no data parts 2024.03.13 04:52:09.454623 [ 3 ] {e20fa6df-959b-48fd-93fa-0dcbfda7316d} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.454686 [ 3 ] {} HTTP-Session: 36b9c541-215b-430a-a760-1986e0583515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.454846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.454935 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.454958 [ 3 ] {} HTTP-Session: d52d4cb3-5bab-4e5e-92eb-8682f28d3492 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.454977 [ 3 ] {} HTTP-Session: d52d4cb3-5bab-4e5e-92eb-8682f28d3492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.455004 [ 3 ] {} HTTP-Session: d52d4cb3-5bab-4e5e-92eb-8682f28d3492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.455045 [ 3 ] {} HTTP-Session: d52d4cb3-5bab-4e5e-92eb-8682f28d3492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.455169 [ 3 ] {877ea8e6-d1f4-4a5f-bd1f-3df10205c0d8} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.455226 [ 3 ] {877ea8e6-d1f4-4a5f-bd1f-3df10205c0d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.03.13 04:52:09.478000 [ 3 ] {877ea8e6-d1f4-4a5f-bd1f-3df10205c0d8} oximeter.fields_i32 (97871301-083b-4367-b894-dbeb544ea3cc): Loading data parts 2024.03.13 04:52:09.478229 [ 3 ] {877ea8e6-d1f4-4a5f-bd1f-3df10205c0d8} oximeter.fields_i32 (97871301-083b-4367-b894-dbeb544ea3cc): There are no data parts 2024.03.13 04:52:09.488797 [ 3 ] {877ea8e6-d1f4-4a5f-bd1f-3df10205c0d8} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.488829 [ 3 ] {} HTTP-Session: d52d4cb3-5bab-4e5e-92eb-8682f28d3492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.488967 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.489029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.489060 [ 3 ] {} HTTP-Session: addb9bce-6ca4-41d1-bd08-4472fd690fde Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.489077 [ 3 ] {} HTTP-Session: addb9bce-6ca4-41d1-bd08-4472fd690fde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.489103 [ 3 ] {} HTTP-Session: addb9bce-6ca4-41d1-bd08-4472fd690fde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.489143 [ 3 ] {} HTTP-Session: addb9bce-6ca4-41d1-bd08-4472fd690fde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.489278 [ 3 ] {d56df38d-9fd2-42b1-886c-871437c59746} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.489325 [ 3 ] {d56df38d-9fd2-42b1-886c-871437c59746} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.03.13 04:52:09.496952 [ 3 ] {d56df38d-9fd2-42b1-886c-871437c59746} oximeter.fields_u32 (bb01f7ae-a9bd-4065-9b59-be1beb0c90c5): Loading data parts 2024.03.13 04:52:09.497127 [ 3 ] {d56df38d-9fd2-42b1-886c-871437c59746} oximeter.fields_u32 (bb01f7ae-a9bd-4065-9b59-be1beb0c90c5): There are no data parts 2024.03.13 04:52:09.510310 [ 3 ] {d56df38d-9fd2-42b1-886c-871437c59746} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.510340 [ 3 ] {} HTTP-Session: addb9bce-6ca4-41d1-bd08-4472fd690fde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.510538 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.510599 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.510630 [ 3 ] {} HTTP-Session: 573cdcc1-14bf-4bda-9b84-0cdd3149458d Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.510648 [ 3 ] {} HTTP-Session: 573cdcc1-14bf-4bda-9b84-0cdd3149458d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.510671 [ 3 ] {} HTTP-Session: 573cdcc1-14bf-4bda-9b84-0cdd3149458d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.510706 [ 3 ] {} HTTP-Session: 573cdcc1-14bf-4bda-9b84-0cdd3149458d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.510847 [ 3 ] {6ce3322f-ef96-437d-aa84-322fd751ee10} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.510966 [ 3 ] {6ce3322f-ef96-437d-aa84-322fd751ee10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.03.13 04:52:09.533464 [ 3 ] {6ce3322f-ef96-437d-aa84-322fd751ee10} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Loading data parts 2024.03.13 04:52:09.533709 [ 3 ] {6ce3322f-ef96-437d-aa84-322fd751ee10} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): There are no data parts 2024.03.13 04:52:09.549031 [ 3 ] {6ce3322f-ef96-437d-aa84-322fd751ee10} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.549058 [ 3 ] {} HTTP-Session: 573cdcc1-14bf-4bda-9b84-0cdd3149458d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.549233 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.549293 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.549311 [ 3 ] {} HTTP-Session: d1d15f57-22c8-4f3b-b5e4-8de3013c113a Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.549334 [ 3 ] {} HTTP-Session: d1d15f57-22c8-4f3b-b5e4-8de3013c113a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.549359 [ 3 ] {} HTTP-Session: d1d15f57-22c8-4f3b-b5e4-8de3013c113a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.549393 [ 3 ] {} HTTP-Session: d1d15f57-22c8-4f3b-b5e4-8de3013c113a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.549512 [ 3 ] {9bd03834-9f02-4e69-8d18-0f9aba092170} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.549557 [ 3 ] {9bd03834-9f02-4e69-8d18-0f9aba092170} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.03.13 04:52:09.555243 [ 3 ] {9bd03834-9f02-4e69-8d18-0f9aba092170} oximeter.fields_u64 (33fd97dc-2a5e-4aa0-9bfb-c03f6806dd10): Loading data parts 2024.03.13 04:52:09.555463 [ 3 ] {9bd03834-9f02-4e69-8d18-0f9aba092170} oximeter.fields_u64 (33fd97dc-2a5e-4aa0-9bfb-c03f6806dd10): There are no data parts 2024.03.13 04:52:09.569152 [ 3 ] {9bd03834-9f02-4e69-8d18-0f9aba092170} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.569254 [ 3 ] {} HTTP-Session: d1d15f57-22c8-4f3b-b5e4-8de3013c113a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.569392 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.569439 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.569472 [ 3 ] {} HTTP-Session: 6f38eebb-b1ec-461b-8d6b-e39c99409324 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.569503 [ 3 ] {} HTTP-Session: 6f38eebb-b1ec-461b-8d6b-e39c99409324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.569517 [ 3 ] {} HTTP-Session: 6f38eebb-b1ec-461b-8d6b-e39c99409324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.569630 [ 3 ] {} HTTP-Session: 6f38eebb-b1ec-461b-8d6b-e39c99409324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.569742 [ 3 ] {b9413bda-8576-4be5-8c4e-809b1c41093b} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.569793 [ 3 ] {b9413bda-8576-4be5-8c4e-809b1c41093b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.03.13 04:52:09.575135 [ 3 ] {b9413bda-8576-4be5-8c4e-809b1c41093b} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Loading data parts 2024.03.13 04:52:09.575324 [ 3 ] {b9413bda-8576-4be5-8c4e-809b1c41093b} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): There are no data parts 2024.03.13 04:52:09.601574 [ 3 ] {b9413bda-8576-4be5-8c4e-809b1c41093b} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.601629 [ 3 ] {} HTTP-Session: 6f38eebb-b1ec-461b-8d6b-e39c99409324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.601813 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.601952 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.601993 [ 3 ] {} HTTP-Session: ad076c4c-7509-4b0f-b103-a3b10c7ac083 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.602016 [ 3 ] {} HTTP-Session: ad076c4c-7509-4b0f-b103-a3b10c7ac083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.602030 [ 3 ] {} HTTP-Session: ad076c4c-7509-4b0f-b103-a3b10c7ac083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.602060 [ 3 ] {} HTTP-Session: ad076c4c-7509-4b0f-b103-a3b10c7ac083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.602171 [ 3 ] {09378d02-4d02-4524-b4bf-b7a707aa0246} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.602209 [ 3 ] {09378d02-4d02-4524-b4bf-b7a707aa0246} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.03.13 04:52:09.631731 [ 3 ] {09378d02-4d02-4524-b4bf-b7a707aa0246} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Loading data parts 2024.03.13 04:52:09.631903 [ 3 ] {09378d02-4d02-4524-b4bf-b7a707aa0246} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): There are no data parts 2024.03.13 04:52:09.636143 [ 3 ] {09378d02-4d02-4524-b4bf-b7a707aa0246} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.636172 [ 3 ] {} HTTP-Session: ad076c4c-7509-4b0f-b103-a3b10c7ac083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.636297 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.636345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.636363 [ 3 ] {} HTTP-Session: 6bdf8885-2239-4d3c-84ed-df317f4c0ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.636380 [ 3 ] {} HTTP-Session: 6bdf8885-2239-4d3c-84ed-df317f4c0ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.636394 [ 3 ] {} HTTP-Session: 6bdf8885-2239-4d3c-84ed-df317f4c0ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.636425 [ 3 ] {} HTTP-Session: 6bdf8885-2239-4d3c-84ed-df317f4c0ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.636536 [ 3 ] {47688642-014d-4c61-a210-b9180c6c0aee} executeQuery: (from [fd00:1122:3344:101::d]:34075) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.03.13 04:52:09.636574 [ 3 ] {47688642-014d-4c61-a210-b9180c6c0aee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.03.13 04:52:09.646892 [ 3 ] {47688642-014d-4c61-a210-b9180c6c0aee} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Loading data parts 2024.03.13 04:52:09.647076 [ 3 ] {47688642-014d-4c61-a210-b9180c6c0aee} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): There are no data parts 2024.03.13 04:52:09.670106 [ 3 ] {47688642-014d-4c61-a210-b9180c6c0aee} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.670139 [ 3 ] {} HTTP-Session: 6bdf8885-2239-4d3c-84ed-df317f4c0ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.670277 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.670333 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.670355 [ 3 ] {} HTTP-Session: 3f4d7038-f26a-4f4d-9654-2ecfdfcf3a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.670375 [ 3 ] {} HTTP-Session: 3f4d7038-f26a-4f4d-9654-2ecfdfcf3a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.670392 [ 3 ] {} HTTP-Session: 3f4d7038-f26a-4f4d-9654-2ecfdfcf3a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.670429 [ 3 ] {} HTTP-Session: 3f4d7038-f26a-4f4d-9654-2ecfdfcf3a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.670645 [ 3 ] {24290829-6300-4bb1-af29-7728877832f0} executeQuery: (from [fd00:1122:3344:101::d]:34075) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2024.03.13 04:52:09.670714 [ 3 ] {24290829-6300-4bb1-af29-7728877832f0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.03.13 04:52:09.695217 [ 3 ] {24290829-6300-4bb1-af29-7728877832f0} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): Loading data parts 2024.03.13 04:52:09.695401 [ 3 ] {24290829-6300-4bb1-af29-7728877832f0} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): There are no data parts 2024.03.13 04:52:09.708571 [ 3 ] {24290829-6300-4bb1-af29-7728877832f0} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.708626 [ 3 ] {} HTTP-Session: 3f4d7038-f26a-4f4d-9654-2ecfdfcf3a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.708838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34075, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:09.708929 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:09.708965 [ 3 ] {} HTTP-Session: 0e83e255-af28-4c99-a5f7-4339c9266b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:34075 2024.03.13 04:52:09.709001 [ 3 ] {} HTTP-Session: 0e83e255-af28-4c99-a5f7-4339c9266b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.709022 [ 3 ] {} HTTP-Session: 0e83e255-af28-4c99-a5f7-4339c9266b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:09.709052 [ 3 ] {} HTTP-Session: 0e83e255-af28-4c99-a5f7-4339c9266b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:09.709185 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} executeQuery: (from [fd00:1122:3344:101::d]:34075) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.03.13 04:52:09.710403 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.03.13 04:52:09.714511 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} oximeter.version (2710ab87-5cf7-4b86-b644-0279406e422d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:09.714549 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. 2024.03.13 04:52:09.718280 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:52:09.719364 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} oximeter.version (2710ab87-5cf7-4b86-b644-0279406e422d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:09.719636 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} executeQuery: Read 1 rows, 16.00 B in 0.010529 sec., 94.97578117580017 rows/sec., 1.48 KiB/sec. 2024.03.13 04:52:09.719752 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} DynamicQueryHandler: Done processing query 2024.03.13 04:52:09.719775 [ 3 ] {65a4a5cf-276c-479f-a212-c853c83829d4} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.03.13 04:52:09.719791 [ 3 ] {} HTTP-Session: 0e83e255-af28-4c99-a5f7-4339c9266b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:23.496286 [ 73 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:52:23.496349 [ 73 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:52:34.728488 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.728633 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.728663 [ 3 ] {} HTTP-Session: ac7650a9-025d-4784-a213-9527fe607382 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.728693 [ 3 ] {} HTTP-Session: ac7650a9-025d-4784-a213-9527fe607382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.728712 [ 3 ] {} HTTP-Session: ac7650a9-025d-4784-a213-9527fe607382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.728774 [ 3 ] {} HTTP-Session: ac7650a9-025d-4784-a213-9527fe607382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.728900 [ 3 ] {6aaae02e-adb4-4f09-8945-9319ea50c7ad} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:52:34.729228 [ 3 ] {6aaae02e-adb4-4f09-8945-9319ea50c7ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:52:34.729374 [ 3 ] {6aaae02e-adb4-4f09-8945-9319ea50c7ad} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:52:34.730314 [ 3 ] {6aaae02e-adb4-4f09-8945-9319ea50c7ad} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.730348 [ 3 ] {6aaae02e-adb4-4f09-8945-9319ea50c7ad} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:52:34.730366 [ 3 ] {} HTTP-Session: ac7650a9-025d-4784-a213-9527fe607382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.734805 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.734869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.734892 [ 3 ] {} HTTP-Session: 81aba705-bd06-4b04-b49a-0286c06f8a97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.734914 [ 3 ] {} HTTP-Session: 81aba705-bd06-4b04-b49a-0286c06f8a97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.734931 [ 3 ] {} HTTP-Session: 81aba705-bd06-4b04-b49a-0286c06f8a97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.734972 [ 3 ] {} HTTP-Session: 81aba705-bd06-4b04-b49a-0286c06f8a97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.735111 [ 3 ] {139511a4-fc79-47f1-a688-31f90f679461} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:52:34.737506 [ 3 ] {139511a4-fc79-47f1-a688-31f90f679461} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:52:34.737563 [ 3 ] {139511a4-fc79-47f1-a688-31f90f679461} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:52:34.738487 [ 3 ] {139511a4-fc79-47f1-a688-31f90f679461} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.738516 [ 3 ] {139511a4-fc79-47f1-a688-31f90f679461} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:52:34.738533 [ 3 ] {} HTTP-Session: 81aba705-bd06-4b04-b49a-0286c06f8a97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.738893 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.738944 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.738963 [ 3 ] {} HTTP-Session: 8fc0aecf-ba10-48fe-b4d4-e642ec164bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.738982 [ 3 ] {} HTTP-Session: 8fc0aecf-ba10-48fe-b4d4-e642ec164bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.738995 [ 3 ] {} HTTP-Session: 8fc0aecf-ba10-48fe-b4d4-e642ec164bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.739028 [ 3 ] {} HTTP-Session: 8fc0aecf-ba10-48fe-b4d4-e642ec164bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.739123 [ 3 ] {a1fc727b-305d-4a04-9e14-bb3b5b4fc496} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:52:34.739479 [ 3 ] {a1fc727b-305d-4a04-9e14-bb3b5b4fc496} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:52:34.739529 [ 3 ] {a1fc727b-305d-4a04-9e14-bb3b5b4fc496} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:52:34.740381 [ 3 ] {a1fc727b-305d-4a04-9e14-bb3b5b4fc496} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.740408 [ 3 ] {a1fc727b-305d-4a04-9e14-bb3b5b4fc496} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:52:34.740425 [ 3 ] {} HTTP-Session: 8fc0aecf-ba10-48fe-b4d4-e642ec164bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.740637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.740685 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.740703 [ 3 ] {} HTTP-Session: fa8d8766-bd8f-442d-9019-ca7b1f7b7fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.740720 [ 3 ] {} HTTP-Session: fa8d8766-bd8f-442d-9019-ca7b1f7b7fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.740734 [ 3 ] {} HTTP-Session: fa8d8766-bd8f-442d-9019-ca7b1f7b7fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.740764 [ 3 ] {} HTTP-Session: fa8d8766-bd8f-442d-9019-ca7b1f7b7fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.740853 [ 3 ] {167b61f2-1449-4200-9af1-7eae92e730a1} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:52:34.741160 [ 3 ] {167b61f2-1449-4200-9af1-7eae92e730a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:52:34.741211 [ 3 ] {167b61f2-1449-4200-9af1-7eae92e730a1} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:52:34.742019 [ 3 ] {167b61f2-1449-4200-9af1-7eae92e730a1} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.742046 [ 3 ] {167b61f2-1449-4200-9af1-7eae92e730a1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:52:34.742063 [ 3 ] {} HTTP-Session: fa8d8766-bd8f-442d-9019-ca7b1f7b7fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.743159 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.743206 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.743225 [ 3 ] {} HTTP-Session: ac6693f7-245b-4902-8f91-4be3e304feb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.743241 [ 3 ] {} HTTP-Session: ac6693f7-245b-4902-8f91-4be3e304feb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.743255 [ 3 ] {} HTTP-Session: ac6693f7-245b-4902-8f91-4be3e304feb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.743285 [ 3 ] {} HTTP-Session: ac6693f7-245b-4902-8f91-4be3e304feb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.743364 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:34.743405 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:52:34.743595 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:34.744073 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:34.744114 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. 2024.03.13 04:52:34.744821 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:52:34.745339 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:34.745494 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} executeQuery: Read 4 rows, 443.00 B in 0.002161 sec., 1850.994909763998 rows/sec., 200.19 KiB/sec. 2024.03.13 04:52:34.745736 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.745760 [ 3 ] {ba0422cf-de11-4a6d-9443-d85666d86c94} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:52:34.745777 [ 3 ] {} HTTP-Session: ac6693f7-245b-4902-8f91-4be3e304feb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.745902 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.745950 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.745968 [ 3 ] {} HTTP-Session: 6918787a-3497-47e3-9a65-6dc4aa692bc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.745985 [ 3 ] {} HTTP-Session: 6918787a-3497-47e3-9a65-6dc4aa692bc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.745999 [ 3 ] {} HTTP-Session: 6918787a-3497-47e3-9a65-6dc4aa692bc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.746029 [ 3 ] {} HTTP-Session: 6918787a-3497-47e3-9a65-6dc4aa692bc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.746106 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:34.746147 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:52:34.746289 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:34.748488 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:34.748525 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. 2024.03.13 04:52:34.748937 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:52:34.749449 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:34.749604 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} executeQuery: Read 27 rows, 2.19 KiB in 0.003531 sec., 7646.5590484282075 rows/sec., 619.79 KiB/sec. 2024.03.13 04:52:34.749720 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.749743 [ 3 ] {5dcf6255-9566-46ee-8668-fef046dca6e4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:52:34.749758 [ 3 ] {} HTTP-Session: 6918787a-3497-47e3-9a65-6dc4aa692bc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.749975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 12596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.750022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.750041 [ 3 ] {} HTTP-Session: c3a5f1e6-bda4-43f9-945e-e4b806113a4d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.750058 [ 3 ] {} HTTP-Session: c3a5f1e6-bda4-43f9-945e-e4b806113a4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.750073 [ 3 ] {} HTTP-Session: c3a5f1e6-bda4-43f9-945e-e4b806113a4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.750103 [ 3 ] {} HTTP-Session: c3a5f1e6-bda4-43f9-945e-e4b806113a4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.750195 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:34.750236 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:52:34.750362 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:34.750696 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:34.750734 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. 2024.03.13 04:52:34.751151 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:52:34.751650 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:34.751796 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} executeQuery: Read 81 rows, 7.62 KiB in 0.001646 sec., 49210.20656136088 rows/sec., 4.52 MiB/sec. 2024.03.13 04:52:34.751945 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.751968 [ 3 ] {ca4111ae-ea06-42a8-b04b-b7420b867e0f} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:52:34.751984 [ 3 ] {} HTTP-Session: c3a5f1e6-bda4-43f9-945e-e4b806113a4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.752108 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.752157 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.752175 [ 3 ] {} HTTP-Session: c551f36f-c519-47ec-9aab-bb86b2af9a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.752192 [ 3 ] {} HTTP-Session: c551f36f-c519-47ec-9aab-bb86b2af9a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.752206 [ 3 ] {} HTTP-Session: c551f36f-c519-47ec-9aab-bb86b2af9a2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.752237 [ 3 ] {} HTTP-Session: c551f36f-c519-47ec-9aab-bb86b2af9a2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.752320 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:34.752358 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:52:34.753135 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:34.754106 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:34.754141 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. 2024.03.13 04:52:34.754577 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:52:34.755191 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:34.755349 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} executeQuery: Read 45 rows, 3.61 KiB in 0.003066 sec., 14677.103718199607 rows/sec., 1.15 MiB/sec. 2024.03.13 04:52:34.755567 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.755591 [ 3 ] {288750bb-0f73-4752-8c05-123d9af16249} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:52:34.755608 [ 3 ] {} HTTP-Session: c551f36f-c519-47ec-9aab-bb86b2af9a2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.755866 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 28916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.755912 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.755930 [ 3 ] {} HTTP-Session: 04f5c762-45db-499f-8e05-e3ff5cf320a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.755947 [ 3 ] {} HTTP-Session: 04f5c762-45db-499f-8e05-e3ff5cf320a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.755961 [ 3 ] {} HTTP-Session: 04f5c762-45db-499f-8e05-e3ff5cf320a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.755992 [ 3 ] {} HTTP-Session: 04f5c762-45db-499f-8e05-e3ff5cf320a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.756203 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:34.756249 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:52:34.756445 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:34.756941 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:34.756978 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. 2024.03.13 04:52:34.760589 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:52:34.761162 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:34.761325 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} executeQuery: Read 27 rows, 37.31 KiB in 0.005279 sec., 5114.605038833112 rows/sec., 6.90 MiB/sec. 2024.03.13 04:52:34.761497 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.761521 [ 3 ] {df7d539a-113c-4db5-bb8b-94a613daa767} MemoryTracker: Peak memory usage (for query): 4.40 MiB. 2024.03.13 04:52:34.761537 [ 3 ] {} HTTP-Session: 04f5c762-45db-499f-8e05-e3ff5cf320a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.761658 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:34.761707 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:34.761725 [ 3 ] {} HTTP-Session: 9eb0d665-eb8c-45eb-8475-0bfdaad76c8a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:34.761742 [ 3 ] {} HTTP-Session: 9eb0d665-eb8c-45eb-8475-0bfdaad76c8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.761756 [ 3 ] {} HTTP-Session: 9eb0d665-eb8c-45eb-8475-0bfdaad76c8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:34.761786 [ 3 ] {} HTTP-Session: 9eb0d665-eb8c-45eb-8475-0bfdaad76c8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:34.761859 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:34.761901 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.13 04:52:34.762029 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:34.762337 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:34.762370 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. 2024.03.13 04:52:34.762840 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:52:34.763394 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:34.763552 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} executeQuery: Read 27 rows, 1.99 KiB in 0.001714 sec., 15752.625437572928 rows/sec., 1.14 MiB/sec. 2024.03.13 04:52:34.763757 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} DynamicQueryHandler: Done processing query 2024.03.13 04:52:34.763781 [ 3 ] {d7806715-6cbb-40b5-b62d-41bbc0fedd1b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:52:34.763797 [ 3 ] {} HTTP-Session: 9eb0d665-eb8c-45eb-8475-0bfdaad76c8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:38.496597 [ 103 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:52:38.496701 [ 103 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:52:44.720592 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:44.720737 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:44.720767 [ 3 ] {} HTTP-Session: b59efedf-2b21-42c1-8058-a25af97f360b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:44.720796 [ 3 ] {} HTTP-Session: b59efedf-2b21-42c1-8058-a25af97f360b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.720814 [ 3 ] {} HTTP-Session: b59efedf-2b21-42c1-8058-a25af97f360b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.720869 [ 3 ] {} HTTP-Session: b59efedf-2b21-42c1-8058-a25af97f360b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:44.721013 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:44.721082 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:52:44.721298 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:44.721752 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:44.721800 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:44.722181 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:52:44.722537 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:44.722736 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} executeQuery: Read 28 rows, 2.27 KiB in 0.001785 sec., 15686.274509803923 rows/sec., 1.24 MiB/sec. 2024.03.13 04:52:44.722892 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} DynamicQueryHandler: Done processing query 2024.03.13 04:52:44.722918 [ 3 ] {0ec3dd2d-bea0-4421-9753-afbb39073d7e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:52:44.722935 [ 3 ] {} HTTP-Session: b59efedf-2b21-42c1-8058-a25af97f360b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.723067 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:44.723120 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:44.723138 [ 3 ] {} HTTP-Session: 1b77ac48-5882-446b-beaf-c5431585c2df Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:44.723157 [ 3 ] {} HTTP-Session: 1b77ac48-5882-446b-beaf-c5431585c2df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.723171 [ 3 ] {} HTTP-Session: 1b77ac48-5882-446b-beaf-c5431585c2df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.723206 [ 3 ] {} HTTP-Session: 1b77ac48-5882-446b-beaf-c5431585c2df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:44.723303 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:44.723345 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:52:44.723477 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:44.723815 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:44.723853 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:44.724164 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:52:44.724460 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:44.724602 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} executeQuery: Read 84 rows, 7.92 KiB in 0.001347 sec., 62360.80178173719 rows/sec., 5.74 MiB/sec. 2024.03.13 04:52:44.724757 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} DynamicQueryHandler: Done processing query 2024.03.13 04:52:44.724780 [ 3 ] {088b2182-9792-4d89-9f2d-b02f69e713f7} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:52:44.724796 [ 3 ] {} HTTP-Session: 1b77ac48-5882-446b-beaf-c5431585c2df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.724975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:44.725023 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:44.725041 [ 3 ] {} HTTP-Session: 663a8b8d-94bd-455f-a693-c31081bec6ac Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:44.725058 [ 3 ] {} HTTP-Session: 663a8b8d-94bd-455f-a693-c31081bec6ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.725072 [ 3 ] {} HTTP-Session: 663a8b8d-94bd-455f-a693-c31081bec6ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.725103 [ 3 ] {} HTTP-Session: 663a8b8d-94bd-455f-a693-c31081bec6ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:44.725175 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:44.725214 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:52:44.725339 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:44.725753 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:44.725789 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:44.726085 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:52:44.726376 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:44.726540 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} executeQuery: Read 28 rows, 2.24 KiB in 0.001383 sec., 20245.84237165582 rows/sec., 1.58 MiB/sec. 2024.03.13 04:52:44.726772 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} DynamicQueryHandler: Done processing query 2024.03.13 04:52:44.726796 [ 3 ] {0a934cd9-e948-435e-9aac-4da770150a49} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:52:44.726812 [ 3 ] {} HTTP-Session: 663a8b8d-94bd-455f-a693-c31081bec6ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.727036 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:44.727084 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:44.727103 [ 3 ] {} HTTP-Session: 2b0df116-7f36-46db-8eb5-5e4630ef607b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:44.727120 [ 3 ] {} HTTP-Session: 2b0df116-7f36-46db-8eb5-5e4630ef607b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.727134 [ 3 ] {} HTTP-Session: 2b0df116-7f36-46db-8eb5-5e4630ef607b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:44.727163 [ 3 ] {} HTTP-Session: 2b0df116-7f36-46db-8eb5-5e4630ef607b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:44.727375 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:44.727422 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:52:44.727612 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:44.728076 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:44.728112 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:44.728517 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:52:44.728867 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:44.729030 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} executeQuery: Read 28 rows, 38.69 KiB in 0.00182 sec., 15384.615384615385 rows/sec., 20.76 MiB/sec. 2024.03.13 04:52:44.729149 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} DynamicQueryHandler: Done processing query 2024.03.13 04:52:44.729172 [ 3 ] {7e239750-5ad9-41a8-bbe4-6978d903382b} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:52:44.729188 [ 3 ] {} HTTP-Session: 2b0df116-7f36-46db-8eb5-5e4630ef607b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:53.496973 [ 93 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:52:53.497042 [ 93 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:52:54.721396 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:54.721514 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:54.721543 [ 3 ] {} HTTP-Session: 7f623b23-cd61-4ef5-a116-b7fcea0a3327 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:54.721570 [ 3 ] {} HTTP-Session: 7f623b23-cd61-4ef5-a116-b7fcea0a3327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.721588 [ 3 ] {} HTTP-Session: 7f623b23-cd61-4ef5-a116-b7fcea0a3327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.721643 [ 3 ] {} HTTP-Session: 7f623b23-cd61-4ef5-a116-b7fcea0a3327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:54.721781 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:54.721848 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:52:54.722060 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:54.722490 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:54.722534 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:54.722916 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:52:54.723247 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:54.723404 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} executeQuery: Read 29 rows, 2.35 KiB in 0.001687 sec., 17190.278601066984 rows/sec., 1.36 MiB/sec. 2024.03.13 04:52:54.723654 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} DynamicQueryHandler: Done processing query 2024.03.13 04:52:54.723680 [ 3 ] {531066ea-1e08-4c62-9c98-219d1013cb2b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:52:54.723697 [ 3 ] {} HTTP-Session: 7f623b23-cd61-4ef5-a116-b7fcea0a3327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.723849 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:54.723902 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:54.723921 [ 3 ] {} HTTP-Session: da44cc14-5614-4be4-973c-c8ff2649a740 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:54.723939 [ 3 ] {} HTTP-Session: da44cc14-5614-4be4-973c-c8ff2649a740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.723954 [ 3 ] {} HTTP-Session: da44cc14-5614-4be4-973c-c8ff2649a740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.723988 [ 3 ] {} HTTP-Session: da44cc14-5614-4be4-973c-c8ff2649a740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:54.724080 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:54.724123 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:52:54.724269 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:54.724620 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:54.724656 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:54.724961 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:52:54.725260 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:54.725405 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} executeQuery: Read 87 rows, 8.18 KiB in 0.001359 sec., 64017.660044150114 rows/sec., 5.88 MiB/sec. 2024.03.13 04:52:54.725552 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} DynamicQueryHandler: Done processing query 2024.03.13 04:52:54.725575 [ 3 ] {30647091-ab5b-4b8a-91ad-1d9ad5af93af} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:52:54.725591 [ 3 ] {} HTTP-Session: da44cc14-5614-4be4-973c-c8ff2649a740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.725725 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:54.725771 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:54.725790 [ 3 ] {} HTTP-Session: afce4704-c4b4-4c82-9284-d1494473d0ba Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:54.725807 [ 3 ] {} HTTP-Session: afce4704-c4b4-4c82-9284-d1494473d0ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.725821 [ 3 ] {} HTTP-Session: afce4704-c4b4-4c82-9284-d1494473d0ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.725852 [ 3 ] {} HTTP-Session: afce4704-c4b4-4c82-9284-d1494473d0ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:54.725930 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:54.725969 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:52:54.726094 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:54.726369 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:54.726405 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:54.726698 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:52:54.727006 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:54.727148 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} executeQuery: Read 29 rows, 2.32 KiB in 0.001245 sec., 23293.17269076305 rows/sec., 1.82 MiB/sec. 2024.03.13 04:52:54.727280 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} DynamicQueryHandler: Done processing query 2024.03.13 04:52:54.727303 [ 3 ] {d1f8b1aa-3278-4698-958b-5cfe8ff178ef} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:52:54.727319 [ 3 ] {} HTTP-Session: afce4704-c4b4-4c82-9284-d1494473d0ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.727549 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:52:54.727598 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:52:54.727616 [ 3 ] {} HTTP-Session: b27b59b7-90c2-40e7-998c-efc5adc1b715 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:52:54.727632 [ 3 ] {} HTTP-Session: b27b59b7-90c2-40e7-998c-efc5adc1b715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.727645 [ 3 ] {} HTTP-Session: b27b59b7-90c2-40e7-998c-efc5adc1b715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:52:54.727677 [ 3 ] {} HTTP-Session: b27b59b7-90c2-40e7-998c-efc5adc1b715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:52:54.727893 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:52:54.727937 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:52:54.728097 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:52:54.728547 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:52:54.728582 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:52:54.728985 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:52:54.729312 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:52:54.729495 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} executeQuery: Read 29 rows, 40.07 KiB in 0.001759 sec., 16486.64013644116 rows/sec., 22.25 MiB/sec. 2024.03.13 04:52:54.729747 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} DynamicQueryHandler: Done processing query 2024.03.13 04:52:54.729771 [ 3 ] {9cb3839a-fa1a-42b9-8b40-535dbf79d5e1} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:52:54.729787 [ 3 ] {} HTTP-Session: b27b59b7-90c2-40e7-998c-efc5adc1b715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.721430 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.721565 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.721594 [ 3 ] {} HTTP-Session: 45a457d8-e20d-4ce9-9234-d4cf4c7470ba Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.721621 [ 3 ] {} HTTP-Session: 45a457d8-e20d-4ce9-9234-d4cf4c7470ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.721640 [ 3 ] {} HTTP-Session: 45a457d8-e20d-4ce9-9234-d4cf4c7470ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.721695 [ 3 ] {} HTTP-Session: 45a457d8-e20d-4ce9-9234-d4cf4c7470ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.721860 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:53:04.722300 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.13 04:53:04.722444 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.03.13 04:53:04.722684 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:04.722871 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:53:04.723222 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Key condition: (column 0 notIn 4-element set) 2024.03.13 04:53:04.724406 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.13 04:53:04.724456 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.03.13 04:53:04.724475 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.13 04:53:04.724584 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" 2024.03.13 04:53:04.724609 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.03.13 04:53:04.726800 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} executeQuery: Read 4 rows, 189.00 B in 0.005034 sec., 794.5967421533571 rows/sec., 36.66 KiB/sec. 2024.03.13 04:53:04.727027 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.727053 [ 3 ] {b8f544fe-971b-4152-86ff-b044fca4da70} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:53:04.727070 [ 3 ] {} HTTP-Session: 45a457d8-e20d-4ce9-9234-d4cf4c7470ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.727304 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.727353 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.727371 [ 3 ] {} HTTP-Session: 9353eefc-9ca5-417a-ab30-d94799ad284a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.727389 [ 3 ] {} HTTP-Session: 9353eefc-9ca5-417a-ab30-d94799ad284a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.727403 [ 3 ] {} HTTP-Session: 9353eefc-9ca5-417a-ab30-d94799ad284a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.727436 [ 3 ] {} HTTP-Session: 9353eefc-9ca5-417a-ab30-d94799ad284a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.727533 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:53:04.727761 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.13 04:53:04.727793 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE 2024.03.13 04:53:04.727991 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:04.728055 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:53:04.728189 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Key condition: (column 0 notIn 5-element set) 2024.03.13 04:53:04.728220 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.13 04:53:04.728242 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.03.13 04:53:04.728258 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.13 04:53:04.728297 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" 2024.03.13 04:53:04.728316 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.03.13 04:53:04.729161 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} executeQuery: Read 4 rows, 189.00 B in 0.001669 sec., 2396.644697423607 rows/sec., 110.59 KiB/sec. 2024.03.13 04:53:04.729328 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.729352 [ 3 ] {d2124f7b-1731-492b-bff2-bf7140096755} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:53:04.729369 [ 3 ] {} HTTP-Session: 9353eefc-9ca5-417a-ab30-d94799ad284a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.729600 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.729646 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.729664 [ 3 ] {} HTTP-Session: 164321a4-53cc-41e1-99a1-97efbc184f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.729680 [ 3 ] {} HTTP-Session: 164321a4-53cc-41e1-99a1-97efbc184f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.729694 [ 3 ] {} HTTP-Session: 164321a4-53cc-41e1-99a1-97efbc184f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.729724 [ 3 ] {} HTTP-Session: 164321a4-53cc-41e1-99a1-97efbc184f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.729816 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:53:04.730048 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.13 04:53:04.730081 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.03.13 04:53:04.730282 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:04.730344 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:53:04.730476 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Key condition: (column 0 notIn 6-element set) 2024.03.13 04:53:04.730506 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.13 04:53:04.730529 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.03.13 04:53:04.730545 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.13 04:53:04.730582 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.03.13 04:53:04.730601 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.03.13 04:53:04.731321 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} executeQuery: Read 4 rows, 189.00 B in 0.001555 sec., 2572.347266881029 rows/sec., 118.69 KiB/sec. 2024.03.13 04:53:04.731494 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.731517 [ 3 ] {f97b4430-eb48-4389-b420-f51ac10bf3c6} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:53:04.731534 [ 3 ] {} HTTP-Session: 164321a4-53cc-41e1-99a1-97efbc184f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.731865 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.731911 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.731929 [ 3 ] {} HTTP-Session: 13d1d71d-7cef-47b5-9b85-9f76516e2494 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.731945 [ 3 ] {} HTTP-Session: 13d1d71d-7cef-47b5-9b85-9f76516e2494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.731959 [ 3 ] {} HTTP-Session: 13d1d71d-7cef-47b5-9b85-9f76516e2494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.731989 [ 3 ] {} HTTP-Session: 13d1d71d-7cef-47b5-9b85-9f76516e2494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.732085 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:53:04.732314 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.13 04:53:04.732346 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE 2024.03.13 04:53:04.732550 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:04.732612 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:53:04.732741 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Key condition: (column 0 notIn 7-element set) 2024.03.13 04:53:04.732772 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.13 04:53:04.732794 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.03.13 04:53:04.732810 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.13 04:53:04.732847 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" 2024.03.13 04:53:04.732867 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.03.13 04:53:04.733676 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} executeQuery: Read 4 rows, 189.00 B in 0.001643 sec., 2434.5709068776628 rows/sec., 112.34 KiB/sec. 2024.03.13 04:53:04.733858 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.733881 [ 3 ] {e80b3089-bd45-4b4b-abe7-6036e679de08} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:53:04.733898 [ 3 ] {} HTTP-Session: 13d1d71d-7cef-47b5-9b85-9f76516e2494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.734161 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.734208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.734226 [ 3 ] {} HTTP-Session: e979ee91-9f71-4bc4-8019-51cb0e315d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.734242 [ 3 ] {} HTTP-Session: e979ee91-9f71-4bc4-8019-51cb0e315d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.734255 [ 3 ] {} HTTP-Session: e979ee91-9f71-4bc4-8019-51cb0e315d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.734285 [ 3 ] {} HTTP-Session: e979ee91-9f71-4bc4-8019-51cb0e315d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.734378 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:53:04.734607 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.13 04:53:04.734641 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE 2024.03.13 04:53:04.734850 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:04.734913 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:53:04.735048 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Key condition: (column 0 notIn 8-element set) 2024.03.13 04:53:04.735078 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.13 04:53:04.735102 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.03.13 04:53:04.735118 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.13 04:53:04.735157 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.03.13 04:53:04.735176 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.03.13 04:53:04.736076 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} executeQuery: Read 4 rows, 189.00 B in 0.001748 sec., 2288.329519450801 rows/sec., 105.59 KiB/sec. 2024.03.13 04:53:04.736253 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.736276 [ 3 ] {edaa9968-f0da-43c8-9cc6-2c8dece048b2} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:53:04.736292 [ 3 ] {} HTTP-Session: e979ee91-9f71-4bc4-8019-51cb0e315d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.736610 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.736655 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.736673 [ 3 ] {} HTTP-Session: 28088b9b-c14e-48d1-8249-e25bc98be240 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.736690 [ 3 ] {} HTTP-Session: 28088b9b-c14e-48d1-8249-e25bc98be240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.736703 [ 3 ] {} HTTP-Session: 28088b9b-c14e-48d1-8249-e25bc98be240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.736733 [ 3 ] {} HTTP-Session: 28088b9b-c14e-48d1-8249-e25bc98be240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.736827 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:53:04.737060 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.13 04:53:04.737093 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE 2024.03.13 04:53:04.737303 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:04.737365 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:53:04.737499 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Key condition: (column 0 notIn 9-element set) 2024.03.13 04:53:04.737530 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.13 04:53:04.737552 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.03.13 04:53:04.737568 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.13 04:53:04.737606 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" 2024.03.13 04:53:04.737626 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 2024.03.13 04:53:04.738389 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} executeQuery: Read 4 rows, 189.00 B in 0.001615 sec., 2476.780185758514 rows/sec., 114.29 KiB/sec. 2024.03.13 04:53:04.738555 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.738578 [ 3 ] {50450d77-6a86-46dd-b60d-8681a6455118} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.03.13 04:53:04.738595 [ 3 ] {} HTTP-Session: 28088b9b-c14e-48d1-8249-e25bc98be240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.749713 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.749766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.749784 [ 3 ] {} HTTP-Session: 85eb9ccd-3446-4d16-9d67-31c81741d24d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.749802 [ 3 ] {} HTTP-Session: 85eb9ccd-3446-4d16-9d67-31c81741d24d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.749816 [ 3 ] {} HTTP-Session: 85eb9ccd-3446-4d16-9d67-31c81741d24d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.749845 [ 3 ] {} HTTP-Session: 85eb9ccd-3446-4d16-9d67-31c81741d24d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.749926 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:04.749968 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:04.750129 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:04.750465 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:04.750506 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:04.750984 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:53:04.751321 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:04.751486 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} executeQuery: Read 6 rows, 996.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 610.96 KiB/sec. 2024.03.13 04:53:04.751605 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.751628 [ 3 ] {9802058c-6591-4906-ae1a-689e124e96db} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:53:04.751644 [ 3 ] {} HTTP-Session: 85eb9ccd-3446-4d16-9d67-31c81741d24d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.751765 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.751810 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.751828 [ 3 ] {} HTTP-Session: 1f08880b-d764-4d61-a082-17fbafcc9aed Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.751844 [ 3 ] {} HTTP-Session: 1f08880b-d764-4d61-a082-17fbafcc9aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.751857 [ 3 ] {} HTTP-Session: 1f08880b-d764-4d61-a082-17fbafcc9aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.751888 [ 3 ] {} HTTP-Session: 1f08880b-d764-4d61-a082-17fbafcc9aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.751958 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:04.751997 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:04.752121 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:04.752433 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:04.752470 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:04.752768 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:53:04.753072 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:04.753219 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} executeQuery: Read 29 rows, 2.35 KiB in 0.001281 sec., 22638.56362217018 rows/sec., 1.79 MiB/sec. 2024.03.13 04:53:04.753340 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.753363 [ 3 ] {08cef950-c330-4ba2-bbce-212726f667b8} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:04.753379 [ 3 ] {} HTTP-Session: 1f08880b-d764-4d61-a082-17fbafcc9aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.753547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.753594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.753612 [ 3 ] {} HTTP-Session: 43decdf2-55de-46b1-a0eb-00f1d268eb21 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.753628 [ 3 ] {} HTTP-Session: 43decdf2-55de-46b1-a0eb-00f1d268eb21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.753641 [ 3 ] {} HTTP-Session: 43decdf2-55de-46b1-a0eb-00f1d268eb21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.753672 [ 3 ] {} HTTP-Session: 43decdf2-55de-46b1-a0eb-00f1d268eb21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.753768 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:04.753807 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:04.753928 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:04.754321 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:04.754361 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:04.754718 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:53:04.755161 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:04.755316 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} executeQuery: Read 123 rows, 10.95 KiB in 0.001593 sec., 77212.80602636535 rows/sec., 6.71 MiB/sec. 2024.03.13 04:53:04.755526 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.755558 [ 3 ] {175306a4-798d-4630-9dcc-20c21cd10ad4} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:53:04.755583 [ 3 ] {} HTTP-Session: 43decdf2-55de-46b1-a0eb-00f1d268eb21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.755715 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.755762 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.755780 [ 3 ] {} HTTP-Session: fd492ed8-9a3c-4dc6-b848-7d90c6983d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.755796 [ 3 ] {} HTTP-Session: fd492ed8-9a3c-4dc6-b848-7d90c6983d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.755812 [ 3 ] {} HTTP-Session: fd492ed8-9a3c-4dc6-b848-7d90c6983d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.755847 [ 3 ] {} HTTP-Session: fd492ed8-9a3c-4dc6-b848-7d90c6983d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.755927 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:04.755968 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:04.756125 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:04.756460 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:04.756496 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:04.756795 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:53:04.757098 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:04.757247 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} executeQuery: Read 53 rows, 4.22 KiB in 0.001346 sec., 39375.92867756315 rows/sec., 3.06 MiB/sec. 2024.03.13 04:53:04.757370 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.757392 [ 3 ] {493d98d1-71e0-41cb-85e0-90e3f9965e56} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:53:04.757408 [ 3 ] {} HTTP-Session: fd492ed8-9a3c-4dc6-b848-7d90c6983d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.757735 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 55517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.757781 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.757800 [ 3 ] {} HTTP-Session: 27e5f43c-fdca-4113-841e-3622ef834bd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.757816 [ 3 ] {} HTTP-Session: 27e5f43c-fdca-4113-841e-3622ef834bd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.757829 [ 3 ] {} HTTP-Session: 27e5f43c-fdca-4113-841e-3622ef834bd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.757860 [ 3 ] {} HTTP-Session: 27e5f43c-fdca-4113-841e-3622ef834bd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.758016 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:04.758059 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:53:04.758200 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:04.758628 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:04.758664 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:04.759081 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:53:04.759411 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:04.759533 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} executeQuery: Read 288 rows, 20.81 KiB in 0.001616 sec., 178217.82178217822 rows/sec., 12.58 MiB/sec. 2024.03.13 04:53:04.759690 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.759715 [ 3 ] {f7e8d07a-973a-49a1-a3c9-a89c881874c3} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:04.759730 [ 3 ] {} HTTP-Session: 27e5f43c-fdca-4113-841e-3622ef834bd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.759929 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:04.759973 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:04.759991 [ 3 ] {} HTTP-Session: 720678d1-55b2-49cb-b679-b9cae45d6536 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:04.760008 [ 3 ] {} HTTP-Session: 720678d1-55b2-49cb-b679-b9cae45d6536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.760022 [ 3 ] {} HTTP-Session: 720678d1-55b2-49cb-b679-b9cae45d6536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:04.760051 [ 3 ] {} HTTP-Session: 720678d1-55b2-49cb-b679-b9cae45d6536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:04.760282 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:04.760327 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:04.760486 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:04.760909 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:04.760943 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:04.761352 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:53:04.761686 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:04.761841 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} executeQuery: Read 29 rows, 40.07 KiB in 0.001738 sec., 16685.84579976985 rows/sec., 22.52 MiB/sec. 2024.03.13 04:53:04.761971 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} DynamicQueryHandler: Done processing query 2024.03.13 04:53:04.761995 [ 3 ] {48c0ddcd-cbf3-468e-bfbf-d0530ca6d913} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:04.762010 [ 3 ] {} HTTP-Session: 720678d1-55b2-49cb-b679-b9cae45d6536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:08.497304 [ 82 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:53:08.497408 [ 82 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:53:14.721284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:14.721404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:14.721428 [ 3 ] {} HTTP-Session: 99ae73cd-96ec-4c75-86bc-9be3c6df59c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:14.721453 [ 3 ] {} HTTP-Session: 99ae73cd-96ec-4c75-86bc-9be3c6df59c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.721467 [ 3 ] {} HTTP-Session: 99ae73cd-96ec-4c75-86bc-9be3c6df59c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.721516 [ 3 ] {} HTTP-Session: 99ae73cd-96ec-4c75-86bc-9be3c6df59c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:14.721639 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:14.721701 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:14.721887 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:14.722304 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:14.722346 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:14.722719 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:53:14.723041 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:14.723183 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} executeQuery: Read 29 rows, 2.35 KiB in 0.001603 sec., 18091.079226450405 rows/sec., 1.43 MiB/sec. 2024.03.13 04:53:14.723421 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} DynamicQueryHandler: Done processing query 2024.03.13 04:53:14.723448 [ 3 ] {c311e785-ab6f-4723-9601-5b8825b3cd29} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:14.723465 [ 3 ] {} HTTP-Session: 99ae73cd-96ec-4c75-86bc-9be3c6df59c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.723606 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:14.723657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:14.723676 [ 3 ] {} HTTP-Session: cc0ba9a4-e733-4629-a332-905d4f246e10 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:14.723694 [ 3 ] {} HTTP-Session: cc0ba9a4-e733-4629-a332-905d4f246e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.723707 [ 3 ] {} HTTP-Session: cc0ba9a4-e733-4629-a332-905d4f246e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.723742 [ 3 ] {} HTTP-Session: cc0ba9a4-e733-4629-a332-905d4f246e10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:14.723840 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:14.723884 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:14.724025 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:14.724392 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:14.724428 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:14.724740 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:53:14.725034 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:14.725158 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} executeQuery: Read 87 rows, 8.18 KiB in 0.00137 sec., 63503.6496350365 rows/sec., 5.83 MiB/sec. 2024.03.13 04:53:14.725440 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} DynamicQueryHandler: Done processing query 2024.03.13 04:53:14.725472 [ 3 ] {747f3377-bb3f-4e5a-93df-223e87be528a} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:53:14.725489 [ 3 ] {} HTTP-Session: cc0ba9a4-e733-4629-a332-905d4f246e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.725608 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:14.725656 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:14.725674 [ 3 ] {} HTTP-Session: 02d2f6d7-9496-497d-9390-1abadaecfde6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:14.725691 [ 3 ] {} HTTP-Session: 02d2f6d7-9496-497d-9390-1abadaecfde6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.725705 [ 3 ] {} HTTP-Session: 02d2f6d7-9496-497d-9390-1abadaecfde6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.725737 [ 3 ] {} HTTP-Session: 02d2f6d7-9496-497d-9390-1abadaecfde6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:14.725813 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:14.725853 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:14.725993 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:14.726282 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:14.726317 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:14.726609 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:53:14.726899 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:14.727022 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} executeQuery: Read 29 rows, 2.32 KiB in 0.001243 sec., 23330.651649235722 rows/sec., 1.82 MiB/sec. 2024.03.13 04:53:14.727136 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} DynamicQueryHandler: Done processing query 2024.03.13 04:53:14.727160 [ 3 ] {31ed7be1-d0d4-4757-a534-1a6eb89ca268} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:14.727175 [ 3 ] {} HTTP-Session: 02d2f6d7-9496-497d-9390-1abadaecfde6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.727353 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:14.727399 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:14.727416 [ 3 ] {} HTTP-Session: 31e51c26-a877-414e-9ccc-e52e01c9a20f Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:14.727433 [ 3 ] {} HTTP-Session: 31e51c26-a877-414e-9ccc-e52e01c9a20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.727447 [ 3 ] {} HTTP-Session: 31e51c26-a877-414e-9ccc-e52e01c9a20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:14.727477 [ 3 ] {} HTTP-Session: 31e51c26-a877-414e-9ccc-e52e01c9a20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:14.727696 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:14.727742 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:14.727898 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:14.728399 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:14.728434 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:14.728831 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:53:14.729154 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:14.729285 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} executeQuery: Read 29 rows, 40.07 KiB in 0.001762 sec., 16458.56980703746 rows/sec., 22.21 MiB/sec. 2024.03.13 04:53:14.729536 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} DynamicQueryHandler: Done processing query 2024.03.13 04:53:14.729559 [ 3 ] {9654d449-62bf-43de-80f4-30963b9974f1} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:14.729575 [ 3 ] {} HTTP-Session: 31e51c26-a877-414e-9ccc-e52e01c9a20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:23.497471 [ 75 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:53:23.497539 [ 75 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:53:24.721332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.721439 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.721462 [ 3 ] {} HTTP-Session: 66710a74-479e-4c9b-9804-5c4847ddead8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.721485 [ 3 ] {} HTTP-Session: 66710a74-479e-4c9b-9804-5c4847ddead8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.721500 [ 3 ] {} HTTP-Session: 66710a74-479e-4c9b-9804-5c4847ddead8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.721548 [ 3 ] {} HTTP-Session: 66710a74-479e-4c9b-9804-5c4847ddead8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.721702 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} executeQuery: (from [fd00:1122:3344:101::d]:57600) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) 2024.03.13 04:53:24.722041 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.03.13 04:53:24.722080 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE 2024.03.13 04:53:24.722340 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:24.722420 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} InterpreterSelectQuery: FetchColumns -> Complete 2024.03.13 04:53:24.722590 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Key condition: (column 0 notIn 10-element set) 2024.03.13 04:53:24.722722 [ 252 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.03.13 04:53:24.722744 [ 253 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.03.13 04:53:24.722880 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.03.13 04:53:24.722911 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.03.13 04:53:24.724955 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.03.13 04:53:24.726890 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f) (SelectExecutor): Reading approx. 10 rows with 2 streams 2024.03.13 04:53:24.726955 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" 2024.03.13 04:53:24.727001 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" 2024.03.13 04:53:24.728735 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} executeQuery: Read 10 rows, 435.00 B in 0.007124 sec., 1403.705783267827 rows/sec., 59.63 KiB/sec. 2024.03.13 04:53:24.729016 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.729043 [ 3 ] {4d0a3d99-578d-412f-83ae-a9de64ed8c96} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.03.13 04:53:24.729060 [ 3 ] {} HTTP-Session: 66710a74-479e-4c9b-9804-5c4847ddead8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.729232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.729286 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.729304 [ 3 ] {} HTTP-Session: 94b4beea-cc80-45e9-bdc2-5306695e0b37 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.729324 [ 3 ] {} HTTP-Session: 94b4beea-cc80-45e9-bdc2-5306695e0b37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.729338 [ 3 ] {} HTTP-Session: 94b4beea-cc80-45e9-bdc2-5306695e0b37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.729373 [ 3 ] {} HTTP-Session: 94b4beea-cc80-45e9-bdc2-5306695e0b37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.729454 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.729501 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.03.13 04:53:24.729674 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.729997 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.730033 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:24.730559 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:53:24.730869 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} oximeter.timeseries_schema (6f49de14-0918-4c5e-a8bc-b1cb8e61e54f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.731003 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} executeQuery: Read 1 rows, 232.00 B in 0.001585 sec., 630.9148264984227 rows/sec., 142.94 KiB/sec. 2024.03.13 04:53:24.731274 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.731306 [ 3 ] {337c80fa-f37b-4ebb-93d2-b696fcf47758} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:53:24.731322 [ 3 ] {} HTTP-Session: 94b4beea-cc80-45e9-bdc2-5306695e0b37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.731462 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.731511 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.731529 [ 3 ] {} HTTP-Session: f820d917-daef-42ea-be0c-996356b1d471 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.731547 [ 3 ] {} HTTP-Session: f820d917-daef-42ea-be0c-996356b1d471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.731561 [ 3 ] {} HTTP-Session: f820d917-daef-42ea-be0c-996356b1d471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.731618 [ 3 ] {} HTTP-Session: f820d917-daef-42ea-be0c-996356b1d471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.731695 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.731737 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:24.731885 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.732204 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.732240 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:24.732540 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.13 04:53:24.732835 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.732948 [ 75 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.13 04:53:24.732957 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} executeQuery: Read 29 rows, 2.35 KiB in 0.001294 sec., 22411.12828438949 rows/sec., 1.77 MiB/sec. 2024.03.13 04:53:24.732998 [ 75 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.733031 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:24.733113 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.733157 [ 3 ] {778d52d3-0ab7-49d6-a638-92484129445a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:24.733224 [ 3 ] {} HTTP-Session: f820d917-daef-42ea-be0c-996356b1d471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.733474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.733525 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.733544 [ 3 ] {} HTTP-Session: 6b5d60a8-314e-48b4-a6c1-65b2f4a9bbe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.733561 [ 3 ] {} HTTP-Session: 6b5d60a8-314e-48b4-a6c1-65b2f4a9bbe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.733575 [ 3 ] {} HTTP-Session: 6b5d60a8-314e-48b4-a6c1-65b2f4a9bbe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.733608 [ 3 ] {} HTTP-Session: 6b5d60a8-314e-48b4-a6c1-65b2f4a9bbe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.733676 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.733715 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:53:24.733878 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.734147 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.734182 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:24.734515 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:53:24.734812 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.734937 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} executeQuery: Read 2 rows, 167.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 127.41 KiB/sec. 2024.03.13 04:53:24.735152 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.735176 [ 3 ] {9259fa1f-40f3-4760-b0d0-95f56181cb08} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:53:24.735191 [ 3 ] {} HTTP-Session: 6b5d60a8-314e-48b4-a6c1-65b2f4a9bbe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.735360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.735408 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.735425 [ 3 ] {} HTTP-Session: 87d766b7-0f17-481d-9ea1-9439070b3c84 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.735441 [ 3 ] {} HTTP-Session: 87d766b7-0f17-481d-9ea1-9439070b3c84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.735455 [ 3 ] {} HTTP-Session: 87d766b7-0f17-481d-9ea1-9439070b3c84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.735486 [ 3 ] {} HTTP-Session: 87d766b7-0f17-481d-9ea1-9439070b3c84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.735584 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.735624 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:24.735764 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.736142 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.736181 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:24.736494 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.13 04:53:24.736766 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.736862 [ 75 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.13 04:53:24.736877 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} executeQuery: Read 88 rows, 8.27 KiB in 0.001387 sec., 63446.286950252346 rows/sec., 5.82 MiB/sec. 2024.03.13 04:53:24.736892 [ 75 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.736922 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:24.737046 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.737090 [ 3 ] {2205216e-be1d-4628-ac6b-5aebf2391454} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:53:24.737117 [ 3 ] {} HTTP-Session: 87d766b7-0f17-481d-9ea1-9439070b3c84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.737300 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.737346 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.737364 [ 3 ] {} HTTP-Session: 2c8e10b4-ff5e-48f8-9b58-20226e1343e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.737381 [ 3 ] {} HTTP-Session: 2c8e10b4-ff5e-48f8-9b58-20226e1343e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.737395 [ 3 ] {} HTTP-Session: 2c8e10b4-ff5e-48f8-9b58-20226e1343e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.737425 [ 3 ] {} HTTP-Session: 2c8e10b4-ff5e-48f8-9b58-20226e1343e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.737488 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.737528 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:53:24.737652 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.738026 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.738061 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:24.738094 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.03.13 04:53:24.738095 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.03.13 04:53:24.738727 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:24.738756 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:24.739425 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 81 rows starting from the beginning of the part 2024.03.13 04:53:24.739425 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2024.03.13 04:53:24.739577 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.03.13 04:53:24.740029 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:24.740143 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 84 rows starting from the beginning of the part 2024.03.13 04:53:24.740954 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.740981 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 87 rows starting from the beginning of the part 2024.03.13 04:53:24.741748 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.741784 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 123 rows starting from the beginning of the part 2024.03.13 04:53:24.742507 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.742534 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 87 rows starting from the beginning of the part 2024.03.13 04:53:24.742667 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.743139 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.743241 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 88 rows starting from the beginning of the part 2024.03.13 04:53:24.744339 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} executeQuery: Read 2 rows, 143.00 B in 0.00683 sec., 292.82576866764276 rows/sec., 20.45 KiB/sec. 2024.03.13 04:53:24.744992 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.745109 [ 3 ] {606d9d7d-3ea5-4b30-bcb4-0701b40df0e8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:53:24.745204 [ 3 ] {} HTTP-Session: 2c8e10b4-ff5e-48f8-9b58-20226e1343e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.745499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.745650 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.745762 [ 3 ] {} HTTP-Session: 2cf93c34-eb15-4ee4-aa24-0ccf69c1ecba Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.745882 [ 3 ] {} HTTP-Session: 2cf93c34-eb15-4ee4-aa24-0ccf69c1ecba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.745946 [ 3 ] {} HTTP-Session: 2cf93c34-eb15-4ee4-aa24-0ccf69c1ecba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.746106 [ 3 ] {} HTTP-Session: 2cf93c34-eb15-4ee4-aa24-0ccf69c1ecba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.746593 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.746809 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:24.748190 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.749006 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 4 columns (4 merged, 0 gathered) in 0.015853236 sec., 10786.441329707071 rows/sec., 874.29 KiB/sec. 2024.03.13 04:53:24.749414 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.13 04:53:24.749453 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 4 columns (4 merged, 0 gathered) in 0.012371313 sec., 44457.690141701205 rows/sec., 4.03 MiB/sec. 2024.03.13 04:53:24.749855 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.13 04:53:24.749884 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.750046 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:24.751388 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.751662 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.751727 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_6_1} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.13 04:53:24.751755 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.13 04:53:24.751931 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_6_1} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.13 04:53:24.751974 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.13 04:53:24.752188 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.13 04:53:24.752465 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.752620 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} executeQuery: Read 31 rows, 2.49 KiB in 0.006259 sec., 4952.867870266816 rows/sec., 397.08 KiB/sec. 2024.03.13 04:53:24.752647 [ 74 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.13 04:53:24.752776 [ 74 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.752826 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:24.752858 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.752911 [ 3 ] {28739550-9464-4c8a-9234-b572c3cb15c2} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:24.752959 [ 3 ] {} HTTP-Session: 2cf93c34-eb15-4ee4-aa24-0ccf69c1ecba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.753057 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.03.13 04:53:24.753163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.753264 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.753292 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:24.753305 [ 3 ] {} HTTP-Session: 472143ec-3269-40bf-880c-e34cd7a6201e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.753357 [ 3 ] {} HTTP-Session: 472143ec-3269-40bf-880c-e34cd7a6201e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.753357 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 45 rows starting from the beginning of the part 2024.03.13 04:53:24.753378 [ 3 ] {} HTTP-Session: 472143ec-3269-40bf-880c-e34cd7a6201e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.753449 [ 3 ] {} HTTP-Session: 472143ec-3269-40bf-880c-e34cd7a6201e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.753672 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:24.753697 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.753882 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:53:24.753937 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.754331 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 53 rows starting from the beginning of the part 2024.03.13 04:53:24.754666 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.755012 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::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.03.13 04:53:24.755237 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.756033 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.756101 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:24.757136 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:53:24.757905 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 4 columns (4 merged, 0 gathered) in 0.004992487 sec., 43064.709031791164 rows/sec., 3.36 MiB/sec. 2024.03.13 04:53:24.758088 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.758116 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.13 04:53:24.758430 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} executeQuery: Read 1 rows, 72.00 B in 0.004824 sec., 207.29684908789386 rows/sec., 14.58 KiB/sec. 2024.03.13 04:53:24.759001 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.759040 [ 3 ] {56e1d716-266a-4efb-b034-224f9a001b47} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:53:24.759082 [ 3 ] {} HTTP-Session: 472143ec-3269-40bf-880c-e34cd7a6201e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.759245 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.759289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:24.759364 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:24.759382 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_6_1} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.13 04:53:24.759391 [ 3 ] {} HTTP-Session: f718710c-e5e6-4413-b32c-ab72e8fe53c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:24.759440 [ 3 ] {} HTTP-Session: f718710c-e5e6-4413-b32c-ab72e8fe53c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.759489 [ 3 ] {} HTTP-Session: f718710c-e5e6-4413-b32c-ab72e8fe53c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.759523 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:53:24.759556 [ 3 ] {} HTTP-Session: f718710c-e5e6-4413-b32c-ab72e8fe53c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:24.759810 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:24.759856 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:24.760047 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:24.760542 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.760579 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:24.760998 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.13 04:53:24.761347 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.761495 [ 74 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.13 04:53:24.761511 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} executeQuery: Read 29 rows, 40.07 KiB in 0.001884 sec., 15392.781316348195 rows/sec., 20.77 MiB/sec. 2024.03.13 04:53:24.761546 [ 74 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:24.761616 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. 2024.03.13 04:53:24.761837 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} DynamicQueryHandler: Done processing query 2024.03.13 04:53:24.761937 [ 3 ] {093cd04b-7031-4589-8353-ad4542488e2c} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:24.761971 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.03.13 04:53:24.762015 [ 3 ] {} HTTP-Session: f718710c-e5e6-4413-b32c-ab72e8fe53c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:24.762238 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:24.762277 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2024.03.13 04:53:24.762394 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:24.762491 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.762718 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.762879 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.763005 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:24.764678 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 6 columns (6 merged, 0 gathered) in 0.002944646 sec., 58071.49653982177 rows/sec., 78.36 MiB/sec. 2024.03.13 04:53:24.764887 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.13 04:53:24.765306 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:24.765377 [ 200 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_6_1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.13 04:53:24.765442 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2024.03.13 04:53:29.720949 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 3786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:29.721073 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:29.721097 [ 3 ] {} HTTP-Session: e3adedc8-83cd-4cde-acd9-0b187a6f49f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:29.721122 [ 3 ] {} HTTP-Session: e3adedc8-83cd-4cde-acd9-0b187a6f49f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.721136 [ 3 ] {} HTTP-Session: e3adedc8-83cd-4cde-acd9-0b187a6f49f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.721188 [ 3 ] {} HTTP-Session: e3adedc8-83cd-4cde-acd9-0b187a6f49f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:29.721311 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:29.721375 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:29.721562 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:29.722011 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:29.722063 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:29.722453 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.13 04:53:29.722790 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:29.722956 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} executeQuery: Read 26 rows, 2.11 KiB in 0.0017 sec., 15294.117647058825 rows/sec., 1.21 MiB/sec. 2024.03.13 04:53:29.723112 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} DynamicQueryHandler: Done processing query 2024.03.13 04:53:29.723137 [ 3 ] {f71cd010-deb0-4616-b4ee-c65540772916} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:53:29.723155 [ 3 ] {} HTTP-Session: e3adedc8-83cd-4cde-acd9-0b187a6f49f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.723297 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:29.723353 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:29.723372 [ 3 ] {} HTTP-Session: 44c422d4-8a69-4551-881a-153344173e7a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:29.723392 [ 3 ] {} HTTP-Session: 44c422d4-8a69-4551-881a-153344173e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.723406 [ 3 ] {} HTTP-Session: 44c422d4-8a69-4551-881a-153344173e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.723441 [ 3 ] {} HTTP-Session: 44c422d4-8a69-4551-881a-153344173e7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:29.723540 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:29.723584 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:29.723715 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:29.724093 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:29.724132 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:29.724445 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.13 04:53:29.724755 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:29.724906 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} executeQuery: Read 78 rows, 8.23 KiB in 0.001411 sec., 55279.943302622254 rows/sec., 5.69 MiB/sec. 2024.03.13 04:53:29.725133 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} DynamicQueryHandler: Done processing query 2024.03.13 04:53:29.725159 [ 3 ] {897c7850-237f-49cf-a450-302205bde0f3} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:53:29.725175 [ 3 ] {} HTTP-Session: 44c422d4-8a69-4551-881a-153344173e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.725299 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:29.725350 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:29.725368 [ 3 ] {} HTTP-Session: 73811f88-e1bd-4eed-ab0b-3892d6388ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:29.725386 [ 3 ] {} HTTP-Session: 73811f88-e1bd-4eed-ab0b-3892d6388ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.725400 [ 3 ] {} HTTP-Session: 73811f88-e1bd-4eed-ab0b-3892d6388ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.725432 [ 3 ] {} HTTP-Session: 73811f88-e1bd-4eed-ab0b-3892d6388ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:29.725510 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:29.725553 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:29.725699 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:29.725995 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:29.726034 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:29.726336 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.13 04:53:29.726643 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:29.726793 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} executeQuery: Read 26 rows, 2.08 KiB in 0.00131 sec., 19847.32824427481 rows/sec., 1.55 MiB/sec. 2024.03.13 04:53:29.726913 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} DynamicQueryHandler: Done processing query 2024.03.13 04:53:29.726937 [ 3 ] {ca653b01-a33c-438f-a77b-314e56891bf9} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:29.726953 [ 3 ] {} HTTP-Session: 73811f88-e1bd-4eed-ab0b-3892d6388ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.727191 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 27852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:29.727239 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:29.727260 [ 3 ] {} HTTP-Session: eebc33b0-7e64-479b-b173-22a2f3455a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:29.727278 [ 3 ] {} HTTP-Session: eebc33b0-7e64-479b-b173-22a2f3455a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.727292 [ 3 ] {} HTTP-Session: eebc33b0-7e64-479b-b173-22a2f3455a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:29.727323 [ 3 ] {} HTTP-Session: eebc33b0-7e64-479b-b173-22a2f3455a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:29.727532 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:29.727578 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:29.727738 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:29.728249 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:29.728286 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:29.728698 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.13 04:53:29.729037 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:29.729196 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} executeQuery: Read 26 rows, 35.93 KiB in 0.001822 sec., 14270.032930845224 rows/sec., 19.26 MiB/sec. 2024.03.13 04:53:29.729423 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} DynamicQueryHandler: Done processing query 2024.03.13 04:53:29.729447 [ 3 ] {cc5dca12-42a0-4b59-b9c1-c46fe9b58889} MemoryTracker: Peak memory usage (for query): 4.40 MiB. 2024.03.13 04:53:29.729463 [ 3 ] {} HTTP-Session: eebc33b0-7e64-479b-b173-22a2f3455a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.722444 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:34.722586 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:34.722614 [ 3 ] {} HTTP-Session: 8d1b7f4f-b4c4-49ce-a709-7f0493854cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:34.722643 [ 3 ] {} HTTP-Session: 8d1b7f4f-b4c4-49ce-a709-7f0493854cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.722661 [ 3 ] {} HTTP-Session: 8d1b7f4f-b4c4-49ce-a709-7f0493854cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.722716 [ 3 ] {} HTTP-Session: 8d1b7f4f-b4c4-49ce-a709-7f0493854cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:34.722851 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:34.722921 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:34.723136 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:34.723634 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:34.723684 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:34.724060 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.13 04:53:34.724410 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:34.724577 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} executeQuery: Read 29 rows, 2.35 KiB in 0.00178 sec., 16292.134831460675 rows/sec., 1.29 MiB/sec. 2024.03.13 04:53:34.724813 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} DynamicQueryHandler: Done processing query 2024.03.13 04:53:34.724839 [ 3 ] {f23a0112-8e37-4526-bb6a-d63a69db7e0b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:34.724856 [ 3 ] {} HTTP-Session: 8d1b7f4f-b4c4-49ce-a709-7f0493854cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.724974 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:34.725024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:34.725042 [ 3 ] {} HTTP-Session: d97df222-d6e4-4947-9d26-28a15fc70cce Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:34.725059 [ 3 ] {} HTTP-Session: d97df222-d6e4-4947-9d26-28a15fc70cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.725073 [ 3 ] {} HTTP-Session: d97df222-d6e4-4947-9d26-28a15fc70cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.725104 [ 3 ] {} HTTP-Session: d97df222-d6e4-4947-9d26-28a15fc70cce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:34.725168 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:34.725209 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:53:34.725358 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:34.725665 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:34.725703 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:34.725992 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:53:34.726288 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:34.726435 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. 2024.03.13 04:53:34.726556 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} DynamicQueryHandler: Done processing query 2024.03.13 04:53:34.726579 [ 3 ] {d1c7566a-4819-4d70-8f7b-803885009e25} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:53:34.726595 [ 3 ] {} HTTP-Session: d97df222-d6e4-4947-9d26-28a15fc70cce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.726807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:34.726853 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:34.726871 [ 3 ] {} HTTP-Session: ee3fbe2b-9b3b-4343-ad18-9f8440f54dff Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:34.726888 [ 3 ] {} HTTP-Session: ee3fbe2b-9b3b-4343-ad18-9f8440f54dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.726902 [ 3 ] {} HTTP-Session: ee3fbe2b-9b3b-4343-ad18-9f8440f54dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.726932 [ 3 ] {} HTTP-Session: ee3fbe2b-9b3b-4343-ad18-9f8440f54dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:34.727030 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:34.727069 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:34.727192 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:34.727553 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:34.727591 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:34.727887 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.13 04:53:34.728180 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:34.728328 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} executeQuery: Read 124 rows, 11.04 KiB in 0.001353 sec., 91648.18920916482 rows/sec., 7.97 MiB/sec. 2024.03.13 04:53:34.728454 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} DynamicQueryHandler: Done processing query 2024.03.13 04:53:34.728477 [ 3 ] {07b40253-8f9b-4863-baf9-9dccf481164f} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:53:34.728492 [ 3 ] {} HTTP-Session: ee3fbe2b-9b3b-4343-ad18-9f8440f54dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.728600 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:34.728647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:34.728665 [ 3 ] {} HTTP-Session: aaadca03-3baa-4a0c-bda4-99304b4e89bb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:34.728681 [ 3 ] {} HTTP-Session: aaadca03-3baa-4a0c-bda4-99304b4e89bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.728694 [ 3 ] {} HTTP-Session: aaadca03-3baa-4a0c-bda4-99304b4e89bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.728725 [ 3 ] {} HTTP-Session: aaadca03-3baa-4a0c-bda4-99304b4e89bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:34.728785 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:34.728823 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:53:34.728947 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:34.729205 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:34.729241 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:34.729530 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:53:34.729835 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:34.729980 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} executeQuery: Read 2 rows, 143.00 B in 0.001211 sec., 1651.5276630883566 rows/sec., 115.32 KiB/sec. 2024.03.13 04:53:34.730177 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} DynamicQueryHandler: Done processing query 2024.03.13 04:53:34.730201 [ 3 ] {fba2b9fe-027d-440c-9ecd-43488edb4a53} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:53:34.730217 [ 3 ] {} HTTP-Session: aaadca03-3baa-4a0c-bda4-99304b4e89bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.730346 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:34.730393 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:34.730410 [ 3 ] {} HTTP-Session: cf576048-b828-4dc2-94e8-c0839aecad0e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:34.730427 [ 3 ] {} HTTP-Session: cf576048-b828-4dc2-94e8-c0839aecad0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.730440 [ 3 ] {} HTTP-Session: cf576048-b828-4dc2-94e8-c0839aecad0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.730470 [ 3 ] {} HTTP-Session: cf576048-b828-4dc2-94e8-c0839aecad0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:34.730548 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:34.730587 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:34.730725 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:34.731033 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:34.731070 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:34.731362 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.13 04:53:34.731657 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:34.731803 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} executeQuery: Read 55 rows, 4.38 KiB in 0.001287 sec., 42735.042735042734 rows/sec., 3.33 MiB/sec. 2024.03.13 04:53:34.731923 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} DynamicQueryHandler: Done processing query 2024.03.13 04:53:34.731946 [ 3 ] {119561e5-64db-4a6b-bb0a-d59b6b0933c7} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:53:34.731961 [ 3 ] {} HTTP-Session: cf576048-b828-4dc2-94e8-c0839aecad0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.732065 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:34.732111 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:34.732129 [ 3 ] {} HTTP-Session: 15c54308-0ea4-4a2a-bab2-c58a4049ae0a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:34.732145 [ 3 ] {} HTTP-Session: 15c54308-0ea4-4a2a-bab2-c58a4049ae0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.732158 [ 3 ] {} HTTP-Session: 15c54308-0ea4-4a2a-bab2-c58a4049ae0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.732189 [ 3 ] {} HTTP-Session: 15c54308-0ea4-4a2a-bab2-c58a4049ae0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:34.732267 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:34.732310 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:53:34.732453 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:34.732758 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:34.732794 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:34.733157 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:53:34.733484 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:34.733613 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} executeQuery: Read 37 rows, 2.67 KiB in 0.001379 sec., 26831.036983321246 rows/sec., 1.89 MiB/sec. 2024.03.13 04:53:34.733843 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} DynamicQueryHandler: Done processing query 2024.03.13 04:53:34.733894 [ 3 ] {a0cf6ea2-7e02-4be7-8528-d36425e8a652} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:53:34.733935 [ 3 ] {} HTTP-Session: 15c54308-0ea4-4a2a-bab2-c58a4049ae0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.734093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:34.734141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:34.734159 [ 3 ] {} HTTP-Session: 51cb44d7-90e7-472b-89ba-a75244e20a40 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:34.734175 [ 3 ] {} HTTP-Session: 51cb44d7-90e7-472b-89ba-a75244e20a40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.734189 [ 3 ] {} HTTP-Session: 51cb44d7-90e7-472b-89ba-a75244e20a40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:34.734219 [ 3 ] {} HTTP-Session: 51cb44d7-90e7-472b-89ba-a75244e20a40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:34.734438 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:34.734485 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:34.734662 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:34.735150 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:34.735185 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:34.735617 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.13 04:53:34.735962 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:34.736114 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} executeQuery: Read 29 rows, 40.07 KiB in 0.001848 sec., 15692.640692640693 rows/sec., 21.18 MiB/sec. 2024.03.13 04:53:34.736243 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} DynamicQueryHandler: Done processing query 2024.03.13 04:53:34.736268 [ 3 ] {ac6894f8-e21d-4f6f-b648-3e18728dc61e} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:34.736283 [ 3 ] {} HTTP-Session: 51cb44d7-90e7-472b-89ba-a75244e20a40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:38.497577 [ 63 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:53:38.497648 [ 63 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:53:39.720474 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:39.720601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:39.720629 [ 3 ] {} HTTP-Session: 1223fac4-a86b-40c2-8c94-661ff5731268 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:39.720657 [ 3 ] {} HTTP-Session: 1223fac4-a86b-40c2-8c94-661ff5731268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.720675 [ 3 ] {} HTTP-Session: 1223fac4-a86b-40c2-8c94-661ff5731268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.720731 [ 3 ] {} HTTP-Session: 1223fac4-a86b-40c2-8c94-661ff5731268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:39.720865 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:39.720935 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:39.721149 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:39.721613 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:39.721661 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:39.722037 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.13 04:53:39.722361 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:39.722503 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} executeQuery: Read 28 rows, 2.27 KiB in 0.001701 sec., 16460.905349794237 rows/sec., 1.30 MiB/sec. 2024.03.13 04:53:39.722660 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} DynamicQueryHandler: Done processing query 2024.03.13 04:53:39.722686 [ 3 ] {2a6eb694-de5b-46fd-97e8-213667ab6f90} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:53:39.722702 [ 3 ] {} HTTP-Session: 1223fac4-a86b-40c2-8c94-661ff5731268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.722845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:39.722901 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:39.722921 [ 3 ] {} HTTP-Session: d643e419-146a-4c9e-8024-1f0e2b684f4a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:39.722941 [ 3 ] {} HTTP-Session: d643e419-146a-4c9e-8024-1f0e2b684f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.722955 [ 3 ] {} HTTP-Session: d643e419-146a-4c9e-8024-1f0e2b684f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.722990 [ 3 ] {} HTTP-Session: d643e419-146a-4c9e-8024-1f0e2b684f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:39.723085 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:39.723129 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:39.723263 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:39.723600 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:39.723636 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:39.723972 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.13 04:53:39.724277 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:39.724403 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} executeQuery: Read 84 rows, 8.82 KiB in 0.001367 sec., 61448.427212874914 rows/sec., 6.30 MiB/sec. 2024.03.13 04:53:39.724647 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} DynamicQueryHandler: Done processing query 2024.03.13 04:53:39.724678 [ 3 ] {0c7c23cb-1c7f-411e-b1ce-47721bf564eb} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:53:39.724694 [ 3 ] {} HTTP-Session: d643e419-146a-4c9e-8024-1f0e2b684f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.724828 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:39.724878 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:39.724898 [ 3 ] {} HTTP-Session: 9542b0ee-0a66-4c81-bb00-012ae022f056 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:39.724915 [ 3 ] {} HTTP-Session: 9542b0ee-0a66-4c81-bb00-012ae022f056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.724928 [ 3 ] {} HTTP-Session: 9542b0ee-0a66-4c81-bb00-012ae022f056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.724960 [ 3 ] {} HTTP-Session: 9542b0ee-0a66-4c81-bb00-012ae022f056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:39.725040 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:39.725081 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:39.725229 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:39.725513 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:39.725550 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:39.725846 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.13 04:53:39.726149 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:39.726270 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} executeQuery: Read 28 rows, 2.24 KiB in 0.001266 sec., 22116.90363349131 rows/sec., 1.73 MiB/sec. 2024.03.13 04:53:39.726390 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} DynamicQueryHandler: Done processing query 2024.03.13 04:53:39.726413 [ 3 ] {74ac44f0-1810-4fa9-978f-a1f9a97de6dc} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:39.726429 [ 3 ] {} HTTP-Session: 9542b0ee-0a66-4c81-bb00-012ae022f056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.726610 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:39.726659 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:39.726677 [ 3 ] {} HTTP-Session: 06a16474-9c26-4e12-879b-43faad468a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:39.726694 [ 3 ] {} HTTP-Session: 06a16474-9c26-4e12-879b-43faad468a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.726708 [ 3 ] {} HTTP-Session: 06a16474-9c26-4e12-879b-43faad468a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:39.726739 [ 3 ] {} HTTP-Session: 06a16474-9c26-4e12-879b-43faad468a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:39.726957 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:39.727003 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:39.727158 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:39.727598 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:39.727632 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:39.728058 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.13 04:53:39.728391 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:39.728516 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} executeQuery: Read 28 rows, 38.69 KiB in 0.001727 sec., 16213.086276780545 rows/sec., 21.88 MiB/sec. 2024.03.13 04:53:39.728677 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} DynamicQueryHandler: Done processing query 2024.03.13 04:53:39.728701 [ 3 ] {6f773785-f6ba-4b83-bbf9-9926843bc559} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:39.728717 [ 3 ] {} HTTP-Session: 06a16474-9c26-4e12-879b-43faad468a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.721483 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:44.721627 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:44.721656 [ 3 ] {} HTTP-Session: 7e01d780-12c4-40d1-a7e8-ce903d8897d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:44.721684 [ 3 ] {} HTTP-Session: 7e01d780-12c4-40d1-a7e8-ce903d8897d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.721702 [ 3 ] {} HTTP-Session: 7e01d780-12c4-40d1-a7e8-ce903d8897d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.721759 [ 3 ] {} HTTP-Session: 7e01d780-12c4-40d1-a7e8-ce903d8897d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:44.721894 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:44.721965 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:44.722180 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:44.722650 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:44.722702 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:44.723113 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.13 04:53:44.723446 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:44.723601 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} executeQuery: Read 29 rows, 2.35 KiB in 0.001771 sec., 16374.929418407679 rows/sec., 1.30 MiB/sec. 2024.03.13 04:53:44.723833 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} DynamicQueryHandler: Done processing query 2024.03.13 04:53:44.723872 [ 3 ] {849e5533-f6ab-4dbe-800a-01fc9b83e087} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:44.723891 [ 3 ] {} HTTP-Session: 7e01d780-12c4-40d1-a7e8-ce903d8897d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.724037 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:44.724094 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:44.724113 [ 3 ] {} HTTP-Session: 1790a254-2e1a-422f-9632-25e7498dfbb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:44.724133 [ 3 ] {} HTTP-Session: 1790a254-2e1a-422f-9632-25e7498dfbb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.724147 [ 3 ] {} HTTP-Session: 1790a254-2e1a-422f-9632-25e7498dfbb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.724182 [ 3 ] {} HTTP-Session: 1790a254-2e1a-422f-9632-25e7498dfbb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:44.724289 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:44.724335 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:44.724485 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:44.724832 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:44.724874 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:44.725199 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.13 04:53:44.725513 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:44.725645 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} executeQuery: Read 87 rows, 8.18 KiB in 0.001406 sec., 61877.66714082504 rows/sec., 5.68 MiB/sec. 2024.03.13 04:53:44.725900 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} DynamicQueryHandler: Done processing query 2024.03.13 04:53:44.725931 [ 3 ] {0b25707b-9341-473d-82cb-e0956b23e8e0} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:53:44.725949 [ 3 ] {} HTTP-Session: 1790a254-2e1a-422f-9632-25e7498dfbb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.726080 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:44.726134 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:44.726153 [ 3 ] {} HTTP-Session: 593b702c-3664-401b-9a8d-3b9dfd651451 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:44.726170 [ 3 ] {} HTTP-Session: 593b702c-3664-401b-9a8d-3b9dfd651451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.726184 [ 3 ] {} HTTP-Session: 593b702c-3664-401b-9a8d-3b9dfd651451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.726232 [ 3 ] {} HTTP-Session: 593b702c-3664-401b-9a8d-3b9dfd651451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:44.726343 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:44.726393 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:44.726557 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:44.726890 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:44.726932 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:44.727274 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.13 04:53:44.727576 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:44.727725 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} executeQuery: Read 29 rows, 2.32 KiB in 0.001415 sec., 20494.69964664311 rows/sec., 1.60 MiB/sec. 2024.03.13 04:53:44.727848 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} DynamicQueryHandler: Done processing query 2024.03.13 04:53:44.727873 [ 3 ] {548595a7-4abd-4b4c-8bef-2135595dd6f1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:44.727888 [ 3 ] {} HTTP-Session: 593b702c-3664-401b-9a8d-3b9dfd651451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.728104 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31060, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:44.728152 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:44.728170 [ 3 ] {} HTTP-Session: d734bcd9-cc44-4924-be0b-353013e20635 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:44.728187 [ 3 ] {} HTTP-Session: d734bcd9-cc44-4924-be0b-353013e20635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.728201 [ 3 ] {} HTTP-Session: d734bcd9-cc44-4924-be0b-353013e20635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:44.728232 [ 3 ] {} HTTP-Session: d734bcd9-cc44-4924-be0b-353013e20635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:44.728451 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:44.728496 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:44.728655 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:44.729098 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:44.729134 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:44.729553 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.13 04:53:44.729893 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:44.730052 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} executeQuery: Read 29 rows, 40.07 KiB in 0.00177 sec., 16384.18079096045 rows/sec., 22.11 MiB/sec. 2024.03.13 04:53:44.730185 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} DynamicQueryHandler: Done processing query 2024.03.13 04:53:44.730209 [ 3 ] {35f99114-6dea-4af1-b48b-d4fe9feb55da} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:44.730225 [ 3 ] {} HTTP-Session: d734bcd9-cc44-4924-be0b-353013e20635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.720394 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:49.720524 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:49.720549 [ 3 ] {} HTTP-Session: 08edf662-a65b-4638-9352-fdb1754e8669 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:49.720574 [ 3 ] {} HTTP-Session: 08edf662-a65b-4638-9352-fdb1754e8669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.720588 [ 3 ] {} HTTP-Session: 08edf662-a65b-4638-9352-fdb1754e8669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.720637 [ 3 ] {} HTTP-Session: 08edf662-a65b-4638-9352-fdb1754e8669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:49.720755 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:49.720818 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:49.721004 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:49.721464 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.721513 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.721941 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.13 04:53:49.722288 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.722428 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} executeQuery: Read 28 rows, 2.27 KiB in 0.001731 sec., 16175.621028307338 rows/sec., 1.28 MiB/sec. 2024.03.13 04:53:49.722433 [ 55 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.13 04:53:49.722501 [ 55 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.722532 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.722608 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} DynamicQueryHandler: Done processing query 2024.03.13 04:53:49.722681 [ 3 ] {e393b76e-747f-4f09-9305-b8108aa38f19} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:53:49.722795 [ 3 ] {} HTTP-Session: 08edf662-a65b-4638-9352-fdb1754e8669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.722957 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.03.13 04:53:49.723110 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:49.723219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:49.723238 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:49.723249 [ 3 ] {} HTTP-Session: d6997333-8791-4380-8f7e-4bf256e4872d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:49.723293 [ 3 ] {} HTTP-Session: d6997333-8791-4380-8f7e-4bf256e4872d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.723294 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 29 rows starting from the beginning of the part 2024.03.13 04:53:49.723312 [ 3 ] {} HTTP-Session: d6997333-8791-4380-8f7e-4bf256e4872d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.723381 [ 3 ] {} HTTP-Session: d6997333-8791-4380-8f7e-4bf256e4872d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:49.723551 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2024.03.13 04:53:49.723698 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:49.723751 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:49.723868 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:49.724096 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:49.724481 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:49.724861 [ 201 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:49.724877 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:49.725954 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.726012 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.726872 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.13 04:53:49.727783 [ 188 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 4 columns (4 merged, 0 gathered) in 0.005126639 sec., 32965.06736674847 rows/sec., 2.61 MiB/sec. 2024.03.13 04:53:49.727800 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.728079 [ 55 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.13 04:53:49.728109 [ 188 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.13 04:53:49.728129 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} executeQuery: Read 84 rows, 8.82 KiB in 0.004587 sec., 18312.622629169393 rows/sec., 1.88 MiB/sec. 2024.03.13 04:53:49.728151 [ 55 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.728231 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.728668 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.03.13 04:53:49.728687 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} DynamicQueryHandler: Done processing query 2024.03.13 04:53:49.728923 [ 3 ] {a7ea0e34-e2d8-48dd-99c3-e39c06c94c16} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:53:49.729076 [ 3 ] {} HTTP-Session: d6997333-8791-4380-8f7e-4bf256e4872d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.729285 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:49.729342 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part 2024.03.13 04:53:49.729399 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:49.729563 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:49.729703 [ 3 ] {} HTTP-Session: fb5a03c2-7cec-48ff-a241-58c8a8221001 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:49.729746 [ 188 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.729815 [ 3 ] {} HTTP-Session: fb5a03c2-7cec-48ff-a241-58c8a8221001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.729850 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part 2024.03.13 04:53:49.729895 [ 3 ] {} HTTP-Session: fb5a03c2-7cec-48ff-a241-58c8a8221001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.730058 [ 3 ] {} HTTP-Session: fb5a03c2-7cec-48ff-a241-58c8a8221001 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:49.730075 [ 188 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_11_2} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.13 04:53:49.730222 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 124 rows starting from the beginning of the part 2024.03.13 04:53:49.730424 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.13 04:53:49.730513 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:49.730663 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 84 rows starting from the beginning of the part 2024.03.13 04:53:49.730667 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:49.730961 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 87 rows starting from the beginning of the part 2024.03.13 04:53:49.731290 [ 201 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 84 rows starting from the beginning of the part 2024.03.13 04:53:49.731777 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:49.732541 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.732616 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.733595 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.13 04:53:49.734324 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 4 columns (4 merged, 0 gathered) in 0.005892301 sec., 98603.24514989984 rows/sec., 9.30 MiB/sec. 2024.03.13 04:53:49.734476 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.734669 [ 55 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.13 04:53:49.734700 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} executeQuery: Read 28 rows, 2.24 KiB in 0.0044 sec., 6363.636363636363 rows/sec., 509.59 KiB/sec. 2024.03.13 04:53:49.734722 [ 55 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.734762 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.13 04:53:49.734808 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.735161 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} DynamicQueryHandler: Done processing query 2024.03.13 04:53:49.735175 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.03.13 04:53:49.735211 [ 3 ] {32e01d22-6bf6-4e6b-a033-15baff52203a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:49.735305 [ 3 ] {} HTTP-Session: fb5a03c2-7cec-48ff-a241-58c8a8221001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.735572 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:49.735674 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 73 rows starting from the beginning of the part 2024.03.13 04:53:49.735699 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:49.735852 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:49.735965 [ 3 ] {} HTTP-Session: 75bb3afa-4545-452c-8fff-ca063b23b791 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:49.736057 [ 3 ] {} HTTP-Session: 75bb3afa-4545-452c-8fff-ca063b23b791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.736026 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2024.03.13 04:53:49.736147 [ 3 ] {} HTTP-Session: 75bb3afa-4545-452c-8fff-ca063b23b791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.736184 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.736417 [ 3 ] {} HTTP-Session: 75bb3afa-4545-452c-8fff-ca063b23b791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:49.736651 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 55 rows starting from the beginning of the part 2024.03.13 04:53:49.736714 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_11_2} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.13 04:53:49.736947 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:49.737010 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.03.13 04:53:49.737183 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:49.737277 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:49.737335 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:49.737586 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:49.738485 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:49.739638 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.739701 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.740317 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 4 columns (4 merged, 0 gathered) in 0.005360903 sec., 44582.04149562117 rows/sec., 3.48 MiB/sec. 2024.03.13 04:53:49.740515 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.13 04:53:49.740860 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.13 04:53:49.741301 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.741458 [ 188 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_11_2} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.13 04:53:49.741601 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.13 04:53:49.741683 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.741818 [ 55 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.13 04:53:49.741828 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} executeQuery: Read 28 rows, 38.69 KiB in 0.005182 sec., 5403.319181783096 rows/sec., 7.29 MiB/sec. 2024.03.13 04:53:49.741854 [ 55 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:49.741897 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:49.742143 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} DynamicQueryHandler: Done processing query 2024.03.13 04:53:49.742236 [ 3 ] {3a033d10-bad6-4db3-915d-9637d705d09a} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:49.742252 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.03.13 04:53:49.742313 [ 3 ] {} HTTP-Session: 75bb3afa-4545-452c-8fff-ca063b23b791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:49.742563 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:53:49.742612 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 171 rows starting from the beginning of the part 2024.03.13 04:53:49.742762 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2024.03.13 04:53:49.742914 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:49.743128 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:49.743286 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part 2024.03.13 04:53:49.743467 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2024.03.13 04:53:49.747788 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 311 rows, containing 6 columns (6 merged, 0 gathered) in 0.00576187 sec., 53975.53224907886 rows/sec., 72.84 MiB/sec. 2024.03.13 04:53:49.748105 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.13 04:53:49.748581 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:49.748679 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_11_2} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.13 04:53:49.748764 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2024.03.13 04:53:53.497694 [ 51 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:53:53.497758 [ 51 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:53:54.720594 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:54.720708 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:54.720732 [ 3 ] {} HTTP-Session: 5cb77dbf-3e89-43c9-868f-a0ee0197b637 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:54.720757 [ 3 ] {} HTTP-Session: 5cb77dbf-3e89-43c9-868f-a0ee0197b637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.720771 [ 3 ] {} HTTP-Session: 5cb77dbf-3e89-43c9-868f-a0ee0197b637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.720826 [ 3 ] {} HTTP-Session: 5cb77dbf-3e89-43c9-868f-a0ee0197b637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:54.720965 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:54.721036 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:54.721252 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:54.721747 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:54.721804 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:54.722187 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.13 04:53:54.722524 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:54.722677 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} executeQuery: Read 29 rows, 2.35 KiB in 0.001777 sec., 16319.639842431065 rows/sec., 1.29 MiB/sec. 2024.03.13 04:53:54.722852 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} DynamicQueryHandler: Done processing query 2024.03.13 04:53:54.722880 [ 3 ] {33acb25d-a73b-4bd1-ac95-28730c2eecd1} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:54.722896 [ 3 ] {} HTTP-Session: 5cb77dbf-3e89-43c9-868f-a0ee0197b637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.723038 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:54.723093 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:54.723111 [ 3 ] {} HTTP-Session: 878ebfba-b1ae-4467-a995-10bde2761f31 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:54.723130 [ 3 ] {} HTTP-Session: 878ebfba-b1ae-4467-a995-10bde2761f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.723144 [ 3 ] {} HTTP-Session: 878ebfba-b1ae-4467-a995-10bde2761f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.723178 [ 3 ] {} HTTP-Session: 878ebfba-b1ae-4467-a995-10bde2761f31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:54.723299 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:54.723344 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:54.723472 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:54.723865 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:54.723903 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:54.724220 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.13 04:53:54.724525 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:54.724672 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} executeQuery: Read 87 rows, 8.18 KiB in 0.001439 sec., 60458.65184155664 rows/sec., 5.55 MiB/sec. 2024.03.13 04:53:54.724807 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} DynamicQueryHandler: Done processing query 2024.03.13 04:53:54.724831 [ 3 ] {e07bf271-d42a-4295-a339-ceb088901c65} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:53:54.724847 [ 3 ] {} HTTP-Session: 878ebfba-b1ae-4467-a995-10bde2761f31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.724973 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:54.725022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:54.725040 [ 3 ] {} HTTP-Session: 338759c6-da07-457c-ab62-440bc8132be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:54.725057 [ 3 ] {} HTTP-Session: 338759c6-da07-457c-ab62-440bc8132be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.725071 [ 3 ] {} HTTP-Session: 338759c6-da07-457c-ab62-440bc8132be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.725102 [ 3 ] {} HTTP-Session: 338759c6-da07-457c-ab62-440bc8132be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:54.725183 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:54.725223 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:54.725349 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:54.725676 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:54.725714 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:54.726022 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.13 04:53:54.726324 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:54.726480 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} executeQuery: Read 29 rows, 2.32 KiB in 0.001327 sec., 21853.805576488317 rows/sec., 1.71 MiB/sec. 2024.03.13 04:53:54.726724 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} DynamicQueryHandler: Done processing query 2024.03.13 04:53:54.726753 [ 3 ] {c5bd7fba-8517-423b-8611-7508861abef7} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:54.726769 [ 3 ] {} HTTP-Session: 338759c6-da07-457c-ab62-440bc8132be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.726971 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:54.727020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:54.727038 [ 3 ] {} HTTP-Session: 6fc404af-2fb4-4092-ac63-27c66ef00c6d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:54.727055 [ 3 ] {} HTTP-Session: 6fc404af-2fb4-4092-ac63-27c66ef00c6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.727069 [ 3 ] {} HTTP-Session: 6fc404af-2fb4-4092-ac63-27c66ef00c6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:54.727099 [ 3 ] {} HTTP-Session: 6fc404af-2fb4-4092-ac63-27c66ef00c6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:54.727345 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:54.727395 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:54.727576 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:54.728046 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:54.728082 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:54.728506 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.13 04:53:54.728842 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:54.729008 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} executeQuery: Read 29 rows, 40.07 KiB in 0.001849 sec., 15684.15359653867 rows/sec., 21.16 MiB/sec. 2024.03.13 04:53:54.729273 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} DynamicQueryHandler: Done processing query 2024.03.13 04:53:54.729302 [ 3 ] {f31df3a1-a5f6-4c31-9fbf-4528009a8bdc} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:54.729319 [ 3 ] {} HTTP-Session: 6fc404af-2fb4-4092-ac63-27c66ef00c6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.721289 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:59.721429 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:59.721458 [ 3 ] {} HTTP-Session: 8fc8a2c4-1705-4bd3-90c4-8afac300c471 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:59.721487 [ 3 ] {} HTTP-Session: 8fc8a2c4-1705-4bd3-90c4-8afac300c471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.721505 [ 3 ] {} HTTP-Session: 8fc8a2c4-1705-4bd3-90c4-8afac300c471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.721561 [ 3 ] {} HTTP-Session: 8fc8a2c4-1705-4bd3-90c4-8afac300c471 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:59.721698 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:59.721796 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:53:59.721995 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:59.722434 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:59.722483 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:59.722861 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.13 04:53:59.723199 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:59.723367 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} executeQuery: Read 28 rows, 2.27 KiB in 0.001724 sec., 16241.299303944315 rows/sec., 1.29 MiB/sec. 2024.03.13 04:53:59.723620 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} DynamicQueryHandler: Done processing query 2024.03.13 04:53:59.723646 [ 3 ] {5bf889cd-6792-43d8-845b-369c2a3509e3} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:53:59.723664 [ 3 ] {} HTTP-Session: 8fc8a2c4-1705-4bd3-90c4-8afac300c471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.723830 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:59.723880 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:59.723899 [ 3 ] {} HTTP-Session: 10b2347a-3113-4b69-85bb-b14d688d8733 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:59.723915 [ 3 ] {} HTTP-Session: 10b2347a-3113-4b69-85bb-b14d688d8733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.723930 [ 3 ] {} HTTP-Session: 10b2347a-3113-4b69-85bb-b14d688d8733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.723961 [ 3 ] {} HTTP-Session: 10b2347a-3113-4b69-85bb-b14d688d8733 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:59.724049 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:59.724091 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:53:59.724233 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:59.724663 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:59.724701 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:59.725022 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.13 04:53:59.725319 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:59.725471 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} executeQuery: Read 84 rows, 8.82 KiB in 0.001455 sec., 57731.9587628866 rows/sec., 5.92 MiB/sec. 2024.03.13 04:53:59.725593 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} DynamicQueryHandler: Done processing query 2024.03.13 04:53:59.725617 [ 3 ] {9aa42beb-2832-48f8-a065-eb465cfd483f} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:53:59.725633 [ 3 ] {} HTTP-Session: 10b2347a-3113-4b69-85bb-b14d688d8733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.725762 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:59.725810 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:59.725829 [ 3 ] {} HTTP-Session: 2911a1e6-9aaf-4bea-b5e2-1eaa6bf53442 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:59.725846 [ 3 ] {} HTTP-Session: 2911a1e6-9aaf-4bea-b5e2-1eaa6bf53442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.725861 [ 3 ] {} HTTP-Session: 2911a1e6-9aaf-4bea-b5e2-1eaa6bf53442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.725891 [ 3 ] {} HTTP-Session: 2911a1e6-9aaf-4bea-b5e2-1eaa6bf53442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:59.725967 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:59.726007 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:53:59.726132 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:59.726438 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:59.726477 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:59.726778 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.13 04:53:59.727088 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:59.727248 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} executeQuery: Read 28 rows, 2.24 KiB in 0.001305 sec., 21455.938697318008 rows/sec., 1.68 MiB/sec. 2024.03.13 04:53:59.727467 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} DynamicQueryHandler: Done processing query 2024.03.13 04:53:59.727511 [ 3 ] {5528a2d1-b197-4c4b-ab1c-b6a5c556e93a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:53:59.727534 [ 3 ] {} HTTP-Session: 2911a1e6-9aaf-4bea-b5e2-1eaa6bf53442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.727711 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:53:59.727758 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:53:59.727777 [ 3 ] {} HTTP-Session: f1dc716e-2857-4f53-a97a-4e768df1d8ad Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:53:59.727794 [ 3 ] {} HTTP-Session: f1dc716e-2857-4f53-a97a-4e768df1d8ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.727808 [ 3 ] {} HTTP-Session: f1dc716e-2857-4f53-a97a-4e768df1d8ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:53:59.727838 [ 3 ] {} HTTP-Session: f1dc716e-2857-4f53-a97a-4e768df1d8ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:53:59.728049 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:53:59.728097 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:53:59.728275 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:53:59.728779 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:53:59.728816 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:53:59.729234 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.13 04:53:59.729561 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:53:59.729713 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} executeQuery: Read 28 rows, 38.69 KiB in 0.001816 sec., 15418.502202643172 rows/sec., 20.81 MiB/sec. 2024.03.13 04:53:59.729842 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} DynamicQueryHandler: Done processing query 2024.03.13 04:53:59.729867 [ 3 ] {13bd2a16-d1b1-410e-84c6-9fc8bc46655b} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:53:59.729883 [ 3 ] {} HTTP-Session: f1dc716e-2857-4f53-a97a-4e768df1d8ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.722769 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:04.722902 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:04.722930 [ 3 ] {} HTTP-Session: 502a378b-6eeb-4826-8304-77d6851a4561 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:04.722959 [ 3 ] {} HTTP-Session: 502a378b-6eeb-4826-8304-77d6851a4561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.722977 [ 3 ] {} HTTP-Session: 502a378b-6eeb-4826-8304-77d6851a4561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.723031 [ 3 ] {} HTTP-Session: 502a378b-6eeb-4826-8304-77d6851a4561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:04.723156 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:04.723217 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:04.723404 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:04.723853 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:04.723894 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:54:04.724271 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.13 04:54:04.724609 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:04.724750 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} executeQuery: Read 29 rows, 2.35 KiB in 0.001655 sec., 17522.658610271905 rows/sec., 1.39 MiB/sec. 2024.03.13 04:54:04.725029 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} DynamicQueryHandler: Done processing query 2024.03.13 04:54:04.725072 [ 3 ] {ecf4e358-ed4c-4207-8941-3e4358e6fd11} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:04.725100 [ 3 ] {} HTTP-Session: 502a378b-6eeb-4826-8304-77d6851a4561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.725239 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:04.725294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:04.725313 [ 3 ] {} HTTP-Session: 904354e4-41d6-43fc-8e42-b2b079193157 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:04.725333 [ 3 ] {} HTTP-Session: 904354e4-41d6-43fc-8e42-b2b079193157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.725347 [ 3 ] {} HTTP-Session: 904354e4-41d6-43fc-8e42-b2b079193157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.725381 [ 3 ] {} HTTP-Session: 904354e4-41d6-43fc-8e42-b2b079193157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:04.725495 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:04.725539 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:04.725697 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:04.726104 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:04.726141 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:54:04.726453 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.13 04:54:04.726745 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:04.726875 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} executeQuery: Read 123 rows, 10.95 KiB in 0.001441 sec., 85357.39070090215 rows/sec., 7.42 MiB/sec. 2024.03.13 04:54:04.727032 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} DynamicQueryHandler: Done processing query 2024.03.13 04:54:04.727054 [ 3 ] {d2f6136d-1a6f-40fc-ab2b-6f8461085ba8} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:54:04.727071 [ 3 ] {} HTTP-Session: 904354e4-41d6-43fc-8e42-b2b079193157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.727203 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:04.727252 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:04.727269 [ 3 ] {} HTTP-Session: 2028b350-f397-42d7-b2a3-e01b2070a788 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:04.727286 [ 3 ] {} HTTP-Session: 2028b350-f397-42d7-b2a3-e01b2070a788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.727300 [ 3 ] {} HTTP-Session: 2028b350-f397-42d7-b2a3-e01b2070a788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.727331 [ 3 ] {} HTTP-Session: 2028b350-f397-42d7-b2a3-e01b2070a788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:04.727451 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:04.727513 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:04.727668 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:04.728036 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:04.728071 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:54:04.728377 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.13 04:54:04.728677 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:04.728799 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} executeQuery: Read 53 rows, 4.22 KiB in 0.001408 sec., 37642.045454545456 rows/sec., 2.93 MiB/sec. 2024.03.13 04:54:04.729039 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} DynamicQueryHandler: Done processing query 2024.03.13 04:54:04.729069 [ 3 ] {082c7bb4-70a0-4c54-809b-eb5f5c2b8f28} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:54:04.729086 [ 3 ] {} HTTP-Session: 2028b350-f397-42d7-b2a3-e01b2070a788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.729257 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:04.729306 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:04.729325 [ 3 ] {} HTTP-Session: 4c657d78-ffa9-4421-aba5-39821f522dde Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:04.729342 [ 3 ] {} HTTP-Session: 4c657d78-ffa9-4421-aba5-39821f522dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.729355 [ 3 ] {} HTTP-Session: 4c657d78-ffa9-4421-aba5-39821f522dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.729387 [ 3 ] {} HTTP-Session: 4c657d78-ffa9-4421-aba5-39821f522dde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:04.729466 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:04.729510 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:54:04.729673 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:04.729987 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:04.730024 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:54:04.730389 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:54:04.730716 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:04.730837 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} executeQuery: Read 36 rows, 2.60 KiB in 0.001408 sec., 25568.18181818182 rows/sec., 1.80 MiB/sec. 2024.03.13 04:54:04.730986 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} DynamicQueryHandler: Done processing query 2024.03.13 04:54:04.731012 [ 3 ] {4ca141cc-758d-40a7-b279-3fd55846e764} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:04.731027 [ 3 ] {} HTTP-Session: 4c657d78-ffa9-4421-aba5-39821f522dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.731222 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:04.731272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:04.731290 [ 3 ] {} HTTP-Session: 21a72873-5462-4f81-b3a5-ab066ada93ed Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:04.731305 [ 3 ] {} HTTP-Session: 21a72873-5462-4f81-b3a5-ab066ada93ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.731319 [ 3 ] {} HTTP-Session: 21a72873-5462-4f81-b3a5-ab066ada93ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:04.731349 [ 3 ] {} HTTP-Session: 21a72873-5462-4f81-b3a5-ab066ada93ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:04.731580 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:04.731626 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:04.731781 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:04.732310 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:04.732345 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. 2024.03.13 04:54:04.732742 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.13 04:54:04.733074 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:04.733208 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} executeQuery: Read 29 rows, 40.07 KiB in 0.001814 sec., 15986.769570011025 rows/sec., 21.57 MiB/sec. 2024.03.13 04:54:04.733336 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} DynamicQueryHandler: Done processing query 2024.03.13 04:54:04.733360 [ 3 ] {6358c08d-6b8d-400b-85b0-83a122717fc3} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:04.733376 [ 3 ] {} HTTP-Session: 21a72873-5462-4f81-b3a5-ab066ada93ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:08.498018 [ 42 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:54:08.498094 [ 42 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:54:09.001213 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000837313 sec. 2024.03.13 04:54:09.720431 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:09.720554 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:09.720578 [ 3 ] {} HTTP-Session: 0ab24d5b-89e9-49bb-99d5-e711e8afc5da Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:09.720602 [ 3 ] {} HTTP-Session: 0ab24d5b-89e9-49bb-99d5-e711e8afc5da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.720617 [ 3 ] {} HTTP-Session: 0ab24d5b-89e9-49bb-99d5-e711e8afc5da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.720669 [ 3 ] {} HTTP-Session: 0ab24d5b-89e9-49bb-99d5-e711e8afc5da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:09.720790 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:09.720855 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:09.721049 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:09.721498 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:09.721552 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:09.721937 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.13 04:54:09.722274 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:09.722447 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} executeQuery: Read 28 rows, 2.27 KiB in 0.001702 sec., 16451.23384253819 rows/sec., 1.30 MiB/sec. 2024.03.13 04:54:09.722756 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} DynamicQueryHandler: Done processing query 2024.03.13 04:54:09.722790 [ 3 ] {68fc9ac5-679e-45c2-8350-10081b88b587} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:09.722807 [ 3 ] {} HTTP-Session: 0ab24d5b-89e9-49bb-99d5-e711e8afc5da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.722955 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:09.723012 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:09.723031 [ 3 ] {} HTTP-Session: 8b7cf585-0b3c-4419-b397-64776c1ceab0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:09.723050 [ 3 ] {} HTTP-Session: 8b7cf585-0b3c-4419-b397-64776c1ceab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.723064 [ 3 ] {} HTTP-Session: 8b7cf585-0b3c-4419-b397-64776c1ceab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.723098 [ 3 ] {} HTTP-Session: 8b7cf585-0b3c-4419-b397-64776c1ceab0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:09.723199 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:09.723245 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:09.723396 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:09.723755 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:09.723795 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:09.724115 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.13 04:54:09.724411 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:09.724566 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} executeQuery: Read 84 rows, 8.82 KiB in 0.001409 sec., 59616.74946770759 rows/sec., 6.11 MiB/sec. 2024.03.13 04:54:09.724709 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} DynamicQueryHandler: Done processing query 2024.03.13 04:54:09.724734 [ 3 ] {41ea4392-2c91-4c36-a71b-889af2de244e} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:54:09.724751 [ 3 ] {} HTTP-Session: 8b7cf585-0b3c-4419-b397-64776c1ceab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.724878 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:09.724928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:09.724948 [ 3 ] {} HTTP-Session: a6774674-b0c2-4d8b-88dd-dc9ac0eb87eb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:09.724965 [ 3 ] {} HTTP-Session: a6774674-b0c2-4d8b-88dd-dc9ac0eb87eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.724979 [ 3 ] {} HTTP-Session: a6774674-b0c2-4d8b-88dd-dc9ac0eb87eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.725012 [ 3 ] {} HTTP-Session: a6774674-b0c2-4d8b-88dd-dc9ac0eb87eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:09.725094 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:09.725137 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:09.725264 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:09.725560 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:09.725598 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:09.725896 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.13 04:54:09.726361 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:09.726524 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} executeQuery: Read 28 rows, 2.24 KiB in 0.001464 sec., 19125.683060109288 rows/sec., 1.50 MiB/sec. 2024.03.13 04:54:09.726660 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} DynamicQueryHandler: Done processing query 2024.03.13 04:54:09.726684 [ 3 ] {c210c3b1-d54d-4ca2-9d2f-a6e58969bfad} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:09.726701 [ 3 ] {} HTTP-Session: a6774674-b0c2-4d8b-88dd-dc9ac0eb87eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.726881 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:09.726931 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:09.726950 [ 3 ] {} HTTP-Session: 2c9daf2b-87a7-41e3-b43a-dcb2a51f8b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:09.726967 [ 3 ] {} HTTP-Session: 2c9daf2b-87a7-41e3-b43a-dcb2a51f8b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.726981 [ 3 ] {} HTTP-Session: 2c9daf2b-87a7-41e3-b43a-dcb2a51f8b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:09.727014 [ 3 ] {} HTTP-Session: 2c9daf2b-87a7-41e3-b43a-dcb2a51f8b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:09.727244 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:09.727292 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:09.727454 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:09.727902 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:09.727939 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:09.728373 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.13 04:54:09.728712 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:09.728861 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} executeQuery: Read 28 rows, 38.69 KiB in 0.001784 sec., 15695.06726457399 rows/sec., 21.18 MiB/sec. 2024.03.13 04:54:09.729093 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} DynamicQueryHandler: Done processing query 2024.03.13 04:54:09.729131 [ 3 ] {e22d6b57-40f2-4a4b-b016-cf1bf2b8cfbc} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:09.729148 [ 3 ] {} HTTP-Session: 2c9daf2b-87a7-41e3-b43a-dcb2a51f8b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.720839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:14.720958 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:14.720981 [ 3 ] {} HTTP-Session: b179ed37-987a-425d-9d93-5f3b63e7c9c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:14.721005 [ 3 ] {} HTTP-Session: b179ed37-987a-425d-9d93-5f3b63e7c9c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.721019 [ 3 ] {} HTTP-Session: b179ed37-987a-425d-9d93-5f3b63e7c9c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.721068 [ 3 ] {} HTTP-Session: b179ed37-987a-425d-9d93-5f3b63e7c9c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:14.721193 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:14.721255 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:14.721442 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:14.721884 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.721927 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.722298 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.13 04:54:14.722626 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.722790 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} executeQuery: Read 29 rows, 2.35 KiB in 0.00165 sec., 17575.757575757576 rows/sec., 1.39 MiB/sec. 2024.03.13 04:54:14.722804 [ 36 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.13 04:54:14.722916 [ 36 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.722950 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.722984 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} DynamicQueryHandler: Done processing query 2024.03.13 04:54:14.723040 [ 3 ] {99eec16e-92e3-44cf-aedd-0a5d04c426e7} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:14.723143 [ 3 ] {} HTTP-Session: b179ed37-987a-425d-9d93-5f3b63e7c9c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.723374 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.03.13 04:54:14.723457 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:14.723565 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:14.723605 [ 3 ] {} HTTP-Session: 3f7bf76b-eeb8-4a7e-93d4-22aef98953fb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:14.723654 [ 3 ] {} HTTP-Session: 3f7bf76b-eeb8-4a7e-93d4-22aef98953fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.723696 [ 3 ] {} HTTP-Session: 3f7bf76b-eeb8-4a7e-93d4-22aef98953fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.723756 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:14.723769 [ 3 ] {} HTTP-Session: 3f7bf76b-eeb8-4a7e-93d4-22aef98953fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:14.723830 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 57 rows starting from the beginning of the part 2024.03.13 04:54:14.723978 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:14.724102 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.724145 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:14.724449 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:14.724742 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.725042 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:14.725366 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.725469 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:14.726535 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.726600 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.727548 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.13 04:54:14.728107 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.005039098 sec., 39689.642868624505 rows/sec., 3.14 MiB/sec. 2024.03.13 04:54:14.728343 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.13 04:54:14.728399 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.728689 [ 36 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.13 04:54:14.728803 [ 36 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.728928 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.729131 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} executeQuery: Read 87 rows, 8.18 KiB in 0.005204 sec., 16717.909300538045 rows/sec., 1.54 MiB/sec. 2024.03.13 04:54:14.729390 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.03.13 04:54:14.729636 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.729688 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} DynamicQueryHandler: Done processing query 2024.03.13 04:54:14.729790 [ 3 ] {17368d03-c290-443e-80e7-507933baa98f} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:54:14.729905 [ 3 ] {} HTTP-Session: 3f7bf76b-eeb8-4a7e-93d4-22aef98953fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.729927 [ 190 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_16_3} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.13 04:54:14.729931 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:14.730023 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 209 rows starting from the beginning of the part 2024.03.13 04:54:14.730110 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:54:14.730240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:14.730333 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 87 rows starting from the beginning of the part 2024.03.13 04:54:14.730371 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:14.730450 [ 3 ] {} HTTP-Session: e5a8bca9-2804-45c5-9ea9-0e75f10cd264 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:14.730535 [ 3 ] {} HTTP-Session: e5a8bca9-2804-45c5-9ea9-0e75f10cd264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.730602 [ 3 ] {} HTTP-Session: e5a8bca9-2804-45c5-9ea9-0e75f10cd264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.730644 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 84 rows starting from the beginning of the part 2024.03.13 04:54:14.730707 [ 3 ] {} HTTP-Session: e5a8bca9-2804-45c5-9ea9-0e75f10cd264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:14.730984 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 123 rows starting from the beginning of the part 2024.03.13 04:54:14.730993 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:14.731145 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:14.731312 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 84 rows starting from the beginning of the part 2024.03.13 04:54:14.731673 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 87 rows starting from the beginning of the part 2024.03.13 04:54:14.732250 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:14.732988 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.733054 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.733951 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.13 04:54:14.734639 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.734640 [ 188 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 4 columns (4 merged, 0 gathered) in 0.005520166 sec., 122097.77749437245 rows/sec., 11.48 MiB/sec. 2024.03.13 04:54:14.734854 [ 36 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.13 04:54:14.734931 [ 36 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.734938 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} executeQuery: Read 29 rows, 2.32 KiB in 0.004085 sec., 7099.143206854345 rows/sec., 568.49 KiB/sec. 2024.03.13 04:54:14.734998 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.735023 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.13 04:54:14.735585 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} DynamicQueryHandler: Done processing query 2024.03.13 04:54:14.735684 [ 3 ] {f02defb4-dc86-4c59-94a7-5fcf5e5ebf5f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:14.735718 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.03.13 04:54:14.735790 [ 3 ] {} HTTP-Session: e5a8bca9-2804-45c5-9ea9-0e75f10cd264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.736255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:14.736479 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:14.736579 [ 3 ] {} HTTP-Session: 4f4b9614-39c5-4662-a98b-8aa039998b77 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:14.736604 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:14.736653 [ 3 ] {} HTTP-Session: 4f4b9614-39c5-4662-a98b-8aa039998b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.736683 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 103 rows starting from the beginning of the part 2024.03.13 04:54:14.736705 [ 3 ] {} HTTP-Session: 4f4b9614-39c5-4662-a98b-8aa039998b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.736864 [ 3 ] {} HTTP-Session: 4f4b9614-39c5-4662-a98b-8aa039998b77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:14.737081 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.737321 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:14.737435 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.737495 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:14.737776 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 53 rows starting from the beginning of the part 2024.03.13 04:54:14.737811 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:14.737927 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_16_3} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.13 04:54:14.738280 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:14.738346 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.03.13 04:54:14.738604 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.739051 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:14.739840 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.739885 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.740187 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.005005317 sec., 53942.637399389496 rows/sec., 4.21 MiB/sec. 2024.03.13 04:54:14.740363 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.13 04:54:14.740517 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.13 04:54:14.740824 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.740908 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_16_3} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.13 04:54:14.740998 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.741005 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.13 04:54:14.741164 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} executeQuery: Read 29 rows, 40.07 KiB in 0.004033 sec., 7190.676915447558 rows/sec., 9.70 MiB/sec. 2024.03.13 04:54:14.741183 [ 38 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.03.13 04:54:14.741280 [ 38 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:14.741328 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:14.741424 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} DynamicQueryHandler: Done processing query 2024.03.13 04:54:14.741500 [ 3 ] {5bc57bae-20f6-416b-8e3c-ba9efde7ba84} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:14.741559 [ 3 ] {} HTTP-Session: 4f4b9614-39c5-4662-a98b-8aa039998b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:14.741643 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.03.13 04:54:14.741850 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:14.741880 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 311 rows starting from the beginning of the part 2024.03.13 04:54:14.741958 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.742053 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:14.742262 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.742348 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:14.742436 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:14.744978 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 6 columns (6 merged, 0 gathered) in 0.003550545 sec., 127867.6935512717 rows/sec., 172.55 MiB/sec. 2024.03.13 04:54:14.745295 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.03.13 04:54:14.745666 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:14.745734 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_16_3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.03.13 04:54:14.745801 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2024.03.13 04:54:15.000143 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 179.48 MiB, peak 188.52 MiB, free memory in arenas 0.00 B, will set to 180.79 MiB (RSS), difference: 1.32 MiB 2024.03.13 04:54:19.720800 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:19.720943 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:19.720974 [ 3 ] {} HTTP-Session: f3d85ebf-829b-4845-a841-619ed07db661 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:19.721002 [ 3 ] {} HTTP-Session: f3d85ebf-829b-4845-a841-619ed07db661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.721021 [ 3 ] {} HTTP-Session: f3d85ebf-829b-4845-a841-619ed07db661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.721076 [ 3 ] {} HTTP-Session: f3d85ebf-829b-4845-a841-619ed07db661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:19.721212 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:19.721283 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:19.721500 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:19.721948 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:19.721997 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:19.722385 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.13 04:54:19.722732 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:19.722912 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} executeQuery: Read 28 rows, 2.27 KiB in 0.001763 sec., 15882.019285309132 rows/sec., 1.26 MiB/sec. 2024.03.13 04:54:19.723082 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} DynamicQueryHandler: Done processing query 2024.03.13 04:54:19.723109 [ 3 ] {fda2731e-3a5b-4fb7-a5fd-ae812f8226b4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:19.723125 [ 3 ] {} HTTP-Session: f3d85ebf-829b-4845-a841-619ed07db661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.723251 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:19.723306 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:19.723325 [ 3 ] {} HTTP-Session: fff43ad8-9b3a-426e-b8c7-98f0007bef6c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:19.723344 [ 3 ] {} HTTP-Session: fff43ad8-9b3a-426e-b8c7-98f0007bef6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.723358 [ 3 ] {} HTTP-Session: fff43ad8-9b3a-426e-b8c7-98f0007bef6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.723391 [ 3 ] {} HTTP-Session: fff43ad8-9b3a-426e-b8c7-98f0007bef6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:19.723461 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:19.723505 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:54:19.723638 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:19.723959 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:19.723998 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:19.724309 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:54:19.724631 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:19.724786 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} executeQuery: Read 4 rows, 334.00 B in 0.001347 sec., 2969.5619896065327 rows/sec., 242.15 KiB/sec. 2024.03.13 04:54:19.725145 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} DynamicQueryHandler: Done processing query 2024.03.13 04:54:19.725171 [ 3 ] {d079c37a-025e-4455-b4bb-ffe5e77bdfc8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:19.725188 [ 3 ] {} HTTP-Session: fff43ad8-9b3a-426e-b8c7-98f0007bef6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.725319 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:19.725372 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:19.725390 [ 3 ] {} HTTP-Session: debc0d7e-1d0b-479d-bc10-8bccc3df0a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:19.725408 [ 3 ] {} HTTP-Session: debc0d7e-1d0b-479d-bc10-8bccc3df0a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.725422 [ 3 ] {} HTTP-Session: debc0d7e-1d0b-479d-bc10-8bccc3df0a81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.725454 [ 3 ] {} HTTP-Session: debc0d7e-1d0b-479d-bc10-8bccc3df0a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:19.725547 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:19.725590 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:19.725729 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:19.726076 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:19.726114 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:19.726429 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.13 04:54:19.726734 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:19.726854 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} executeQuery: Read 86 rows, 9.00 KiB in 0.001353 sec., 63562.45380635624 rows/sec., 6.49 MiB/sec. 2024.03.13 04:54:19.726978 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} DynamicQueryHandler: Done processing query 2024.03.13 04:54:19.727001 [ 3 ] {c31f1309-d8f8-41d1-ba61-2330280da833} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:54:19.727017 [ 3 ] {} HTTP-Session: debc0d7e-1d0b-479d-bc10-8bccc3df0a81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.727153 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:19.727202 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:19.727220 [ 3 ] {} HTTP-Session: 63c99a82-b04d-4c24-b0df-4252c4b16052 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:19.727237 [ 3 ] {} HTTP-Session: 63c99a82-b04d-4c24-b0df-4252c4b16052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.727250 [ 3 ] {} HTTP-Session: 63c99a82-b04d-4c24-b0df-4252c4b16052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.727281 [ 3 ] {} HTTP-Session: 63c99a82-b04d-4c24-b0df-4252c4b16052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:19.727345 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:19.727386 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:54:19.727509 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:19.728369 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:19.728404 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:19.728698 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:54:19.729003 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:19.729133 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} executeQuery: Read 4 rows, 286.00 B in 0.00181 sec., 2209.9447513812156 rows/sec., 154.31 KiB/sec. 2024.03.13 04:54:19.729275 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} DynamicQueryHandler: Done processing query 2024.03.13 04:54:19.729298 [ 3 ] {77e043e7-6144-4e3e-8524-c40aaa5b1afe} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:19.729314 [ 3 ] {} HTTP-Session: 63c99a82-b04d-4c24-b0df-4252c4b16052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.729453 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:19.729502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:19.729520 [ 3 ] {} HTTP-Session: bacc7b68-8d96-40a8-b87d-b2d0a32f3c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:19.729537 [ 3 ] {} HTTP-Session: bacc7b68-8d96-40a8-b87d-b2d0a32f3c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.729551 [ 3 ] {} HTTP-Session: bacc7b68-8d96-40a8-b87d-b2d0a32f3c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.729581 [ 3 ] {} HTTP-Session: bacc7b68-8d96-40a8-b87d-b2d0a32f3c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:19.729658 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:19.729697 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:19.729820 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:19.730135 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:19.730171 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:19.730468 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.13 04:54:19.730766 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:19.730889 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} executeQuery: Read 32 rows, 2.57 KiB in 0.001265 sec., 25296.442687747036 rows/sec., 1.98 MiB/sec. 2024.03.13 04:54:19.731006 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} DynamicQueryHandler: Done processing query 2024.03.13 04:54:19.731029 [ 3 ] {8aa979c5-c14f-4340-822e-d3fa672c6e31} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:19.731044 [ 3 ] {} HTTP-Session: bacc7b68-8d96-40a8-b87d-b2d0a32f3c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.731188 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:19.731236 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:19.731255 [ 3 ] {} HTTP-Session: bdd8f4f3-2014-4af4-87fc-9ce4af60fee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:19.731271 [ 3 ] {} HTTP-Session: bdd8f4f3-2014-4af4-87fc-9ce4af60fee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.731284 [ 3 ] {} HTTP-Session: bdd8f4f3-2014-4af4-87fc-9ce4af60fee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.731314 [ 3 ] {} HTTP-Session: bdd8f4f3-2014-4af4-87fc-9ce4af60fee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:19.731377 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:19.731419 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:54:19.731560 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:19.731838 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:19.731873 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:19.732246 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:54:19.732573 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:19.732698 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} executeQuery: Read 2 rows, 144.00 B in 0.001345 sec., 1486.988847583643 rows/sec., 104.55 KiB/sec. 2024.03.13 04:54:19.732822 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} DynamicQueryHandler: Done processing query 2024.03.13 04:54:19.732845 [ 3 ] {f1ebd475-c34a-412e-ae8a-4df15ece91e7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:19.732861 [ 3 ] {} HTTP-Session: bdd8f4f3-2014-4af4-87fc-9ce4af60fee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.733064 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:19.733111 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:19.733129 [ 3 ] {} HTTP-Session: c11d4687-2a55-4966-98fc-3d92ddf9210d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:19.733146 [ 3 ] {} HTTP-Session: c11d4687-2a55-4966-98fc-3d92ddf9210d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.733160 [ 3 ] {} HTTP-Session: c11d4687-2a55-4966-98fc-3d92ddf9210d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:19.733190 [ 3 ] {} HTTP-Session: c11d4687-2a55-4966-98fc-3d92ddf9210d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:19.733405 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:19.733448 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:19.733600 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:19.734042 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:19.734076 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:19.734470 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.13 04:54:19.734804 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:19.734929 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} executeQuery: Read 28 rows, 38.69 KiB in 0.001695 sec., 16519.174041297938 rows/sec., 22.29 MiB/sec. 2024.03.13 04:54:19.735058 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} DynamicQueryHandler: Done processing query 2024.03.13 04:54:19.735081 [ 3 ] {3e235819-fb54-4631-83cf-9ef8fc912b5b} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:19.735097 [ 3 ] {} HTTP-Session: c11d4687-2a55-4966-98fc-3d92ddf9210d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:23.498141 [ 33 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:54:23.498214 [ 33 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:54:24.720868 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:24.720988 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:24.721014 [ 3 ] {} HTTP-Session: 4668b57f-701c-4fa2-abd1-86c396d97f24 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:24.721039 [ 3 ] {} HTTP-Session: 4668b57f-701c-4fa2-abd1-86c396d97f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.721053 [ 3 ] {} HTTP-Session: 4668b57f-701c-4fa2-abd1-86c396d97f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.721102 [ 3 ] {} HTTP-Session: 4668b57f-701c-4fa2-abd1-86c396d97f24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:24.721225 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:24.721287 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:24.721473 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:24.721944 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.721993 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.722385 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.13 04:54:24.722710 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.722889 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} executeQuery: Read 29 rows, 2.35 KiB in 0.001716 sec., 16899.7668997669 rows/sec., 1.34 MiB/sec. 2024.03.13 04:54:24.723034 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} DynamicQueryHandler: Done processing query 2024.03.13 04:54:24.723059 [ 3 ] {94d80b64-c578-426c-8c13-6da901f892fe} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:24.723075 [ 3 ] {} HTTP-Session: 4668b57f-701c-4fa2-abd1-86c396d97f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.723187 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:24.723236 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:24.723255 [ 3 ] {} HTTP-Session: 7ac86951-abc5-4858-9ea6-f1d1b8d1528c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:24.723272 [ 3 ] {} HTTP-Session: 7ac86951-abc5-4858-9ea6-f1d1b8d1528c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.723286 [ 3 ] {} HTTP-Session: 7ac86951-abc5-4858-9ea6-f1d1b8d1528c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.723317 [ 3 ] {} HTTP-Session: 7ac86951-abc5-4858-9ea6-f1d1b8d1528c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:24.723381 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:24.723421 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:54:24.723550 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:24.723862 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.723899 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.724222 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:54:24.724517 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.724669 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. 2024.03.13 04:54:24.724880 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} DynamicQueryHandler: Done processing query 2024.03.13 04:54:24.724911 [ 3 ] {29eb6229-a1ad-41e9-b7e0-24bd64fd09b7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:24.724927 [ 3 ] {} HTTP-Session: 7ac86951-abc5-4858-9ea6-f1d1b8d1528c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.725100 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:24.725147 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:24.725165 [ 3 ] {} HTTP-Session: 2f9d13fc-0c31-4af3-92d9-55e3c4fa2f46 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:24.725181 [ 3 ] {} HTTP-Session: 2f9d13fc-0c31-4af3-92d9-55e3c4fa2f46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.725200 [ 3 ] {} HTTP-Session: 2f9d13fc-0c31-4af3-92d9-55e3c4fa2f46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.725230 [ 3 ] {} HTTP-Session: 2f9d13fc-0c31-4af3-92d9-55e3c4fa2f46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:24.725317 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:24.725357 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:24.725496 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:24.725832 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.725869 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.726175 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.13 04:54:24.726465 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.726614 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} executeQuery: Read 88 rows, 8.27 KiB in 0.001332 sec., 66066.06606606607 rows/sec., 6.06 MiB/sec. 2024.03.13 04:54:24.726824 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} DynamicQueryHandler: Done processing query 2024.03.13 04:54:24.726857 [ 3 ] {cda1ef0e-a656-4888-8915-3eabdff3ae08} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:54:24.726886 [ 3 ] {} HTTP-Session: 2f9d13fc-0c31-4af3-92d9-55e3c4fa2f46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.727009 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:24.727056 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:24.727075 [ 3 ] {} HTTP-Session: b77f0fc7-7161-4b32-9583-4c5fd3203885 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:24.727091 [ 3 ] {} HTTP-Session: b77f0fc7-7161-4b32-9583-4c5fd3203885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.727104 [ 3 ] {} HTTP-Session: b77f0fc7-7161-4b32-9583-4c5fd3203885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.727134 [ 3 ] {} HTTP-Session: b77f0fc7-7161-4b32-9583-4c5fd3203885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:24.727197 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:24.727237 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:54:24.727379 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:24.727646 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.727683 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.727970 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:54:24.728275 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.728388 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} executeQuery: Read 2 rows, 143.00 B in 0.001215 sec., 1646.0905349794239 rows/sec., 114.94 KiB/sec. 2024.03.13 04:54:24.728564 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} DynamicQueryHandler: Done processing query 2024.03.13 04:54:24.728595 [ 3 ] {1403810a-2729-4d4f-9935-1544d94cb615} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:24.728611 [ 3 ] {} HTTP-Session: b77f0fc7-7161-4b32-9583-4c5fd3203885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.728736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:24.728783 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:24.728800 [ 3 ] {} HTTP-Session: 8c9a7457-0f9a-4693-b31e-a174b57b4a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:24.728817 [ 3 ] {} HTTP-Session: 8c9a7457-0f9a-4693-b31e-a174b57b4a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.728830 [ 3 ] {} HTTP-Session: 8c9a7457-0f9a-4693-b31e-a174b57b4a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.728860 [ 3 ] {} HTTP-Session: 8c9a7457-0f9a-4693-b31e-a174b57b4a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:24.728934 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:24.728974 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:24.729108 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:24.729401 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.729437 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.729755 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.13 04:54:24.730049 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.730178 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} executeQuery: Read 31 rows, 2.49 KiB in 0.001274 sec., 24332.81004709576 rows/sec., 1.91 MiB/sec. 2024.03.13 04:54:24.730405 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} DynamicQueryHandler: Done processing query 2024.03.13 04:54:24.730441 [ 3 ] {0a3eaf03-9a6b-41fe-9390-979945ac7470} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:24.730456 [ 3 ] {} HTTP-Session: 8c9a7457-0f9a-4693-b31e-a174b57b4a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.730554 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:24.730601 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:24.730619 [ 3 ] {} HTTP-Session: bab3f8f7-4b48-4167-8139-ab26fe7c2f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:24.730635 [ 3 ] {} HTTP-Session: bab3f8f7-4b48-4167-8139-ab26fe7c2f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.730649 [ 3 ] {} HTTP-Session: bab3f8f7-4b48-4167-8139-ab26fe7c2f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.730679 [ 3 ] {} HTTP-Session: bab3f8f7-4b48-4167-8139-ab26fe7c2f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:24.730741 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:24.730786 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:54:24.730942 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:24.731217 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.731252 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.731606 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.13 04:54:24.731934 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.732051 [ 31 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.03.13 04:54:24.732060 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} executeQuery: Read 1 rows, 72.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 52.51 KiB/sec. 2024.03.13 04:54:24.732102 [ 31 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.732145 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.732212 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} DynamicQueryHandler: Done processing query 2024.03.13 04:54:24.732245 [ 3 ] {02996561-64f8-4fcc-ad15-9e45c9019e76} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:24.732266 [ 3 ] {} HTTP-Session: bab3f8f7-4b48-4167-8139-ab26fe7c2f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.732272 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.03.13 04:54:24.732392 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:24.732424 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:24.732429 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 288 rows starting from the beginning of the part 2024.03.13 04:54:24.732477 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:24.732507 [ 3 ] {} HTTP-Session: 042b82f6-e9c3-467a-978a-900a9523cdd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:24.732545 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2024.03.13 04:54:24.732557 [ 3 ] {} HTTP-Session: 042b82f6-e9c3-467a-978a-900a9523cdd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.732597 [ 3 ] {} HTTP-Session: 042b82f6-e9c3-467a-978a-900a9523cdd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.732722 [ 3 ] {} HTTP-Session: 042b82f6-e9c3-467a-978a-900a9523cdd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:24.732817 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part 2024.03.13 04:54:24.733076 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2024.03.13 04:54:24.733178 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:24.733279 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:24.733343 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:24.733656 [ 195 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2024.03.13 04:54:24.734112 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:24.734796 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:24.734842 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:24.735549 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 365 rows, containing 5 columns (5 merged, 0 gathered) in 0.003330992 sec., 109576.96686152353 rows/sec., 7.73 MiB/sec. 2024.03.13 04:54:24.735599 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.13 04:54:24.735848 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.03.13 04:54:24.736278 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.736780 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} executeQuery: Read 29 rows, 40.07 KiB in 0.003859 sec., 7514.900233221042 rows/sec., 10.14 MiB/sec. 2024.03.13 04:54:24.737056 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:24.737416 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_6_1} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.03.13 04:54:24.737452 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} DynamicQueryHandler: Done processing query 2024.03.13 04:54:24.737489 [ 3 ] {ddb65309-8fc0-48ce-9c47-420ab56ad02f} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:24.737552 [ 3 ] {} HTTP-Session: 042b82f6-e9c3-467a-978a-900a9523cdd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:24.737606 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.13 04:54:29.721291 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:29.721417 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:29.721442 [ 3 ] {} HTTP-Session: e4ae65bf-c3d5-44ba-b26f-e4c43eec28fc Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:29.721466 [ 3 ] {} HTTP-Session: e4ae65bf-c3d5-44ba-b26f-e4c43eec28fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.721480 [ 3 ] {} HTTP-Session: e4ae65bf-c3d5-44ba-b26f-e4c43eec28fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.721530 [ 3 ] {} HTTP-Session: e4ae65bf-c3d5-44ba-b26f-e4c43eec28fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:29.721659 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:29.721722 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:29.721912 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:29.722347 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:29.722397 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:29.722812 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.13 04:54:29.723142 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:29.723315 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} executeQuery: Read 28 rows, 2.27 KiB in 0.00171 sec., 16374.269005847955 rows/sec., 1.30 MiB/sec. 2024.03.13 04:54:29.723474 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} DynamicQueryHandler: Done processing query 2024.03.13 04:54:29.723499 [ 3 ] {33731d82-63bb-44ff-b53a-55e0dbdb7b72} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:29.723516 [ 3 ] {} HTTP-Session: e4ae65bf-c3d5-44ba-b26f-e4c43eec28fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.723660 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:29.723714 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:29.723733 [ 3 ] {} HTTP-Session: bb931df0-6d3e-4d81-9810-9d248b8abd97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:29.723752 [ 3 ] {} HTTP-Session: bb931df0-6d3e-4d81-9810-9d248b8abd97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.723766 [ 3 ] {} HTTP-Session: bb931df0-6d3e-4d81-9810-9d248b8abd97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.723801 [ 3 ] {} HTTP-Session: bb931df0-6d3e-4d81-9810-9d248b8abd97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:29.723895 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:29.723938 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:29.724070 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:29.724491 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:29.724530 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:29.724842 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.13 04:54:29.725139 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:29.725292 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} executeQuery: Read 84 rows, 8.82 KiB in 0.001438 sec., 58414.4645340751 rows/sec., 5.99 MiB/sec. 2024.03.13 04:54:29.725421 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} DynamicQueryHandler: Done processing query 2024.03.13 04:54:29.725444 [ 3 ] {c22696a6-3d02-4a4f-8417-3e7efa8d26f0} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:54:29.725459 [ 3 ] {} HTTP-Session: bb931df0-6d3e-4d81-9810-9d248b8abd97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.725621 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:29.725669 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:29.725688 [ 3 ] {} HTTP-Session: e6dee993-5eab-4c9f-a491-63ac2c621595 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:29.725705 [ 3 ] {} HTTP-Session: e6dee993-5eab-4c9f-a491-63ac2c621595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.725719 [ 3 ] {} HTTP-Session: e6dee993-5eab-4c9f-a491-63ac2c621595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.725750 [ 3 ] {} HTTP-Session: e6dee993-5eab-4c9f-a491-63ac2c621595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:29.725828 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:29.725868 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:29.725997 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:29.726324 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:29.726362 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:29.726663 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.13 04:54:29.726960 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:29.727116 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} executeQuery: Read 28 rows, 2.24 KiB in 0.001323 sec., 21164.021164021164 rows/sec., 1.66 MiB/sec. 2024.03.13 04:54:29.727241 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} DynamicQueryHandler: Done processing query 2024.03.13 04:54:29.727265 [ 3 ] {c4db09fa-2e86-4942-b179-76c6d67e0309} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:29.727280 [ 3 ] {} HTTP-Session: e6dee993-5eab-4c9f-a491-63ac2c621595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.727431 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:29.727481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:29.727499 [ 3 ] {} HTTP-Session: e43e2a46-e22e-42dd-9692-8a36ac33a46a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:29.727515 [ 3 ] {} HTTP-Session: e43e2a46-e22e-42dd-9692-8a36ac33a46a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.727529 [ 3 ] {} HTTP-Session: e43e2a46-e22e-42dd-9692-8a36ac33a46a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:29.727559 [ 3 ] {} HTTP-Session: e43e2a46-e22e-42dd-9692-8a36ac33a46a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:29.727770 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:29.727816 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:29.727978 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:29.728458 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:29.728495 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:29.728912 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.13 04:54:29.729265 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:29.729426 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} executeQuery: Read 28 rows, 38.69 KiB in 0.00182 sec., 15384.615384615385 rows/sec., 20.76 MiB/sec. 2024.03.13 04:54:29.729558 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} DynamicQueryHandler: Done processing query 2024.03.13 04:54:29.729581 [ 3 ] {ebf88fc5-3659-4971-b91e-1f6a1066c998} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:29.729597 [ 3 ] {} HTTP-Session: e43e2a46-e22e-42dd-9692-8a36ac33a46a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.722753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:34.722894 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:34.722923 [ 3 ] {} HTTP-Session: 458619dc-b072-4e7a-881d-2169757957cf Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:34.722952 [ 3 ] {} HTTP-Session: 458619dc-b072-4e7a-881d-2169757957cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.722969 [ 3 ] {} HTTP-Session: 458619dc-b072-4e7a-881d-2169757957cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.723024 [ 3 ] {} HTTP-Session: 458619dc-b072-4e7a-881d-2169757957cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:34.723160 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:34.723229 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:34.723451 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:34.723930 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:34.723969 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:34.724343 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.13 04:54:34.724672 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:34.724812 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} executeQuery: Read 29 rows, 2.35 KiB in 0.001718 sec., 16880.093131548314 rows/sec., 1.34 MiB/sec. 2024.03.13 04:54:34.724988 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} DynamicQueryHandler: Done processing query 2024.03.13 04:54:34.725013 [ 3 ] {37722678-0a69-4a8b-afe8-8342ea020dbc} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:34.725029 [ 3 ] {} HTTP-Session: 458619dc-b072-4e7a-881d-2169757957cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.725185 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:34.725233 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:34.725253 [ 3 ] {} HTTP-Session: 632d2ae9-f03a-4723-b8cb-bb3601e1edee Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:34.725270 [ 3 ] {} HTTP-Session: 632d2ae9-f03a-4723-b8cb-bb3601e1edee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.725284 [ 3 ] {} HTTP-Session: 632d2ae9-f03a-4723-b8cb-bb3601e1edee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.725315 [ 3 ] {} HTTP-Session: 632d2ae9-f03a-4723-b8cb-bb3601e1edee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:34.725378 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:34.725418 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:54:34.725544 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:34.725833 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:34.725868 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:34.726158 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:54:34.726471 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:34.726597 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} executeQuery: Read 2 rows, 167.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 131.31 KiB/sec. 2024.03.13 04:54:34.726714 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} DynamicQueryHandler: Done processing query 2024.03.13 04:54:34.726737 [ 3 ] {da6ca2b3-6129-4f8e-9bcc-dd86500a7fdc} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:34.726752 [ 3 ] {} HTTP-Session: 632d2ae9-f03a-4723-b8cb-bb3601e1edee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.726889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:34.726935 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:34.726953 [ 3 ] {} HTTP-Session: cd1cc693-0e74-4846-97e4-470815b4523e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:34.726970 [ 3 ] {} HTTP-Session: cd1cc693-0e74-4846-97e4-470815b4523e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.726984 [ 3 ] {} HTTP-Session: cd1cc693-0e74-4846-97e4-470815b4523e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.727014 [ 3 ] {} HTTP-Session: cd1cc693-0e74-4846-97e4-470815b4523e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:34.727111 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:34.727150 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:34.727272 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:34.727623 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:34.727659 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:34.727960 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.13 04:54:34.728257 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:34.728384 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} executeQuery: Read 124 rows, 11.04 KiB in 0.001326 sec., 93514.32880844646 rows/sec., 8.13 MiB/sec. 2024.03.13 04:54:34.728609 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} DynamicQueryHandler: Done processing query 2024.03.13 04:54:34.728651 [ 3 ] {bc38df0d-7634-43e8-8ebe-936ca6d4a768} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:54:34.728675 [ 3 ] {} HTTP-Session: cd1cc693-0e74-4846-97e4-470815b4523e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.728822 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:34.728893 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:34.728912 [ 3 ] {} HTTP-Session: cb752b4f-66a0-4fe5-9d23-7a9c9d18fab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:34.728929 [ 3 ] {} HTTP-Session: cb752b4f-66a0-4fe5-9d23-7a9c9d18fab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.728942 [ 3 ] {} HTTP-Session: cb752b4f-66a0-4fe5-9d23-7a9c9d18fab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.728973 [ 3 ] {} HTTP-Session: cb752b4f-66a0-4fe5-9d23-7a9c9d18fab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:34.729036 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:34.729075 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:54:34.729219 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:34.729487 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:34.729523 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:34.729829 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:54:34.730130 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:34.730258 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} executeQuery: Read 2 rows, 143.00 B in 0.001245 sec., 1606.425702811245 rows/sec., 112.17 KiB/sec. 2024.03.13 04:54:34.730430 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} DynamicQueryHandler: Done processing query 2024.03.13 04:54:34.730453 [ 3 ] {cd9e94a6-a2db-427e-bd78-7219033b1f5b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:54:34.730467 [ 3 ] {} HTTP-Session: cb752b4f-66a0-4fe5-9d23-7a9c9d18fab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.730621 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:34.730667 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:34.730684 [ 3 ] {} HTTP-Session: 2c2aec18-51db-4bb9-815e-1c14f8bcd934 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:34.730701 [ 3 ] {} HTTP-Session: 2c2aec18-51db-4bb9-815e-1c14f8bcd934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.730715 [ 3 ] {} HTTP-Session: 2c2aec18-51db-4bb9-815e-1c14f8bcd934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.730745 [ 3 ] {} HTTP-Session: 2c2aec18-51db-4bb9-815e-1c14f8bcd934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:34.730826 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:34.730866 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:34.730990 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:34.731301 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:34.731336 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:34.731629 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.13 04:54:34.731919 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:34.732042 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} executeQuery: Read 55 rows, 4.38 KiB in 0.001256 sec., 43789.80891719746 rows/sec., 3.41 MiB/sec. 2024.03.13 04:54:34.732157 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} DynamicQueryHandler: Done processing query 2024.03.13 04:54:34.732180 [ 3 ] {22cdf266-cd1c-4fbe-ab94-b0279a6c52e8} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:54:34.732195 [ 3 ] {} HTTP-Session: 2c2aec18-51db-4bb9-815e-1c14f8bcd934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.732350 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:34.732398 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:34.732417 [ 3 ] {} HTTP-Session: a868b3ae-86d1-4ed7-ae1d-8567db430c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:34.732433 [ 3 ] {} HTTP-Session: a868b3ae-86d1-4ed7-ae1d-8567db430c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.732447 [ 3 ] {} HTTP-Session: a868b3ae-86d1-4ed7-ae1d-8567db430c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.732476 [ 3 ] {} HTTP-Session: a868b3ae-86d1-4ed7-ae1d-8567db430c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:34.732554 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:34.732596 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:54:34.732735 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:34.733067 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:34.733100 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:34.733471 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.13 04:54:34.733805 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:34.733942 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} executeQuery: Read 37 rows, 2.67 KiB in 0.001413 sec., 26185.42108987969 rows/sec., 1.85 MiB/sec. 2024.03.13 04:54:34.734223 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} DynamicQueryHandler: Done processing query 2024.03.13 04:54:34.734248 [ 3 ] {b558070a-ad07-423b-b53e-cb7b51448830} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:34.734263 [ 3 ] {} HTTP-Session: a868b3ae-86d1-4ed7-ae1d-8567db430c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.734479 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:34.734527 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:34.734545 [ 3 ] {} HTTP-Session: 7e22503a-cf6f-4de3-b7c3-e94f78338d6a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:34.734561 [ 3 ] {} HTTP-Session: 7e22503a-cf6f-4de3-b7c3-e94f78338d6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.734575 [ 3 ] {} HTTP-Session: 7e22503a-cf6f-4de3-b7c3-e94f78338d6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:34.734605 [ 3 ] {} HTTP-Session: 7e22503a-cf6f-4de3-b7c3-e94f78338d6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:34.734825 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:34.734872 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:34.735049 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:34.735525 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:34.735560 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:34.735960 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.13 04:54:34.736297 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:34.736423 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} executeQuery: Read 29 rows, 40.07 KiB in 0.001766 sec., 16421.291053227633 rows/sec., 22.16 MiB/sec. 2024.03.13 04:54:34.736556 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} DynamicQueryHandler: Done processing query 2024.03.13 04:54:34.736579 [ 3 ] {4b91bc56-636a-4823-bd79-520a70692be7} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:34.736594 [ 3 ] {} HTTP-Session: 7e22503a-cf6f-4de3-b7c3-e94f78338d6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:38.498261 [ 41 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:54:38.498334 [ 41 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:54:39.721067 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:39.721186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:39.721211 [ 3 ] {} HTTP-Session: 825316d2-28a4-452b-8434-a4ca14a5a3b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:39.721236 [ 3 ] {} HTTP-Session: 825316d2-28a4-452b-8434-a4ca14a5a3b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.721253 [ 3 ] {} HTTP-Session: 825316d2-28a4-452b-8434-a4ca14a5a3b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.721303 [ 3 ] {} HTTP-Session: 825316d2-28a4-452b-8434-a4ca14a5a3b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:39.721431 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:39.721498 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:39.721692 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:39.722131 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.722182 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.722582 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.13 04:54:39.722918 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.723085 [ 129 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.13 04:54:39.723094 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} executeQuery: Read 28 rows, 2.27 KiB in 0.001716 sec., 16317.016317016316 rows/sec., 1.29 MiB/sec. 2024.03.13 04:54:39.723160 [ 129 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.723220 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.723396 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.03.13 04:54:39.723403 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} DynamicQueryHandler: Done processing query 2024.03.13 04:54:39.723454 [ 3 ] {f49a82bb-70e6-47c8-ab8a-f28230265ce9} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:39.723485 [ 3 ] {} HTTP-Session: 825316d2-28a4-452b-8434-a4ca14a5a3b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.723547 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:39.723576 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 57 rows starting from the beginning of the part 2024.03.13 04:54:39.723645 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:39.723699 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.723761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:39.723840 [ 3 ] {} HTTP-Session: 93d5132a-df28-45d4-9b51-a23f24781e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:39.723939 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:39.723945 [ 3 ] {} HTTP-Session: 93d5132a-df28-45d4-9b51-a23f24781e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.724033 [ 3 ] {} HTTP-Session: 93d5132a-df28-45d4-9b51-a23f24781e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.724220 [ 3 ] {} HTTP-Session: 93d5132a-df28-45d4-9b51-a23f24781e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:39.724295 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.724433 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:39.724440 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:39.724558 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:39.724601 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.725172 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:39.725763 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.725811 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.726301 [ 195 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 4 columns (4 merged, 0 gathered) in 0.002963466 sec., 67151.0994220956 rows/sec., 5.32 MiB/sec. 2024.03.13 04:54:39.726332 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.13 04:54:39.726751 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.13 04:54:39.726879 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.727194 [ 129 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.13 04:54:39.727240 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} executeQuery: Read 84 rows, 8.82 KiB in 0.002901 sec., 28955.532574974146 rows/sec., 2.97 MiB/sec. 2024.03.13 04:54:39.727334 [ 129 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.727461 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.728125 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} DynamicQueryHandler: Done processing query 2024.03.13 04:54:39.728181 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.03.13 04:54:39.728253 [ 3 ] {4c14237b-e5ed-4436-97c0-0cc0ad86a5b9} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:54:39.728392 [ 3 ] {} HTTP-Session: 93d5132a-df28-45d4-9b51-a23f24781e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.728542 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.728748 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:39.728808 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:39.728824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:39.728836 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_21_4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.13 04:54:39.728852 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 209 rows starting from the beginning of the part 2024.03.13 04:54:39.728862 [ 3 ] {} HTTP-Session: afbe132c-bc28-44c8-af87-801fbbc616dd Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:39.728900 [ 3 ] {} HTTP-Session: afbe132c-bc28-44c8-af87-801fbbc616dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.728962 [ 3 ] {} HTTP-Session: afbe132c-bc28-44c8-af87-801fbbc616dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.729063 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:54:39.729098 [ 3 ] {} HTTP-Session: afbe132c-bc28-44c8-af87-801fbbc616dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:39.729118 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part 2024.03.13 04:54:39.729364 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:39.729368 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 88 rows starting from the beginning of the part 2024.03.13 04:54:39.729493 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:39.729683 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 84 rows starting from the beginning of the part 2024.03.13 04:54:39.729957 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 124 rows starting from the beginning of the part 2024.03.13 04:54:39.730292 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 84 rows starting from the beginning of the part 2024.03.13 04:54:39.730510 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:39.731053 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.731095 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.731587 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.13 04:54:39.731985 [ 198 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 4 columns (4 merged, 0 gathered) in 0.004318567 sec., 156301.8473489007 rows/sec., 14.90 MiB/sec. 2024.03.13 04:54:39.732086 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.732208 [ 198 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.13 04:54:39.732332 [ 129 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.13 04:54:39.732441 [ 129 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.732452 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} executeQuery: Read 28 rows, 2.24 KiB in 0.003211 sec., 8720.024914356898 rows/sec., 698.28 KiB/sec. 2024.03.13 04:54:39.732489 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.732975 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} DynamicQueryHandler: Done processing query 2024.03.13 04:54:39.732988 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.03.13 04:54:39.733063 [ 3 ] {7a53f2cb-c3aa-4ab2-880c-cfe70160f8f4} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:39.733127 [ 3 ] {} HTTP-Session: afbe132c-bc28-44c8-af87-801fbbc616dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.733435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:39.733507 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:39.733580 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:39.733590 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 103 rows starting from the beginning of the part 2024.03.13 04:54:39.733616 [ 3 ] {} HTTP-Session: 4824da7c-6a4e-4c73-bc65-aaacfe7e8c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:39.733691 [ 3 ] {} HTTP-Session: 4824da7c-6a4e-4c73-bc65-aaacfe7e8c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.733779 [ 3 ] {} HTTP-Session: 4824da7c-6a4e-4c73-bc65-aaacfe7e8c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.733922 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2024.03.13 04:54:39.733969 [ 3 ] {} HTTP-Session: 4824da7c-6a4e-4c73-bc65-aaacfe7e8c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:39.734089 [ 198 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.734228 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::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.03.13 04:54:39.734498 [ 198 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_21_4} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.13 04:54:39.734640 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:39.734828 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.734988 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.13 04:54:39.735007 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:39.735334 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 55 rows starting from the beginning of the part 2024.03.13 04:54:39.735535 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.736150 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:39.736987 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.737028 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.737301 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 4 columns (4 merged, 0 gathered) in 0.004628922 sec., 59841.146599575455 rows/sec., 4.67 MiB/sec. 2024.03.13 04:54:39.737579 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.13 04:54:39.737926 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.13 04:54:39.738494 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.738711 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_21_4} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.13 04:54:39.738720 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.738876 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.13 04:54:39.738987 [ 129 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.03.13 04:54:39.739030 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} executeQuery: Read 28 rows, 38.69 KiB in 0.00485 sec., 5773.19587628866 rows/sec., 7.79 MiB/sec. 2024.03.13 04:54:39.739044 [ 129 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:39.739110 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:39.739423 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} DynamicQueryHandler: Done processing query 2024.03.13 04:54:39.739467 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.03.13 04:54:39.739480 [ 3 ] {727676c3-ced3-4dd7-ae25-1cec4c5e2f7a} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:39.739560 [ 3 ] {} HTTP-Session: 4824da7c-6a4e-4c73-bc65-aaacfe7e8c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:39.740086 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:39.740151 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 454 rows starting from the beginning of the part 2024.03.13 04:54:39.740269 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.740374 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:39.740452 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.740541 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 29 rows starting from the beginning of the part 2024.03.13 04:54:39.740642 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part 2024.03.13 04:54:39.743442 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 6 columns (6 merged, 0 gathered) in 0.004235266 sec., 140723.15646762212 rows/sec., 189.90 MiB/sec. 2024.03.13 04:54:39.744112 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.03.13 04:54:39.744521 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:39.744596 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_21_4} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.03.13 04:54:39.744682 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2024.03.13 04:54:40.000175 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 181.36 MiB, peak 189.99 MiB, free memory in arenas 0.00 B, will set to 182.52 MiB (RSS), difference: 1.16 MiB 2024.03.13 04:54:44.721275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:44.721407 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:44.721431 [ 3 ] {} HTTP-Session: 05f4dad9-7f6b-439a-a268-cb6b8cbbec33 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:44.721455 [ 3 ] {} HTTP-Session: 05f4dad9-7f6b-439a-a268-cb6b8cbbec33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.721470 [ 3 ] {} HTTP-Session: 05f4dad9-7f6b-439a-a268-cb6b8cbbec33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.721518 [ 3 ] {} HTTP-Session: 05f4dad9-7f6b-439a-a268-cb6b8cbbec33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:44.721640 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:44.721700 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:44.721890 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:44.722335 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:44.722382 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:44.722759 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.13 04:54:44.723084 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:44.723223 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} executeQuery: Read 29 rows, 2.35 KiB in 0.00164 sec., 17682.926829268294 rows/sec., 1.40 MiB/sec. 2024.03.13 04:54:44.723452 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} DynamicQueryHandler: Done processing query 2024.03.13 04:54:44.723493 [ 3 ] {563527d1-7037-465b-8474-01d47d826a7d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:44.723511 [ 3 ] {} HTTP-Session: 05f4dad9-7f6b-439a-a268-cb6b8cbbec33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.723650 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:44.723697 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:44.723715 [ 3 ] {} HTTP-Session: f325f38a-662d-42ec-b8ae-7840b83dacaf Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:44.723731 [ 3 ] {} HTTP-Session: f325f38a-662d-42ec-b8ae-7840b83dacaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.723745 [ 3 ] {} HTTP-Session: f325f38a-662d-42ec-b8ae-7840b83dacaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.723776 [ 3 ] {} HTTP-Session: f325f38a-662d-42ec-b8ae-7840b83dacaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:44.723866 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:44.723907 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:44.724047 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:44.724414 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:44.724449 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:44.724762 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.13 04:54:44.725055 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:44.725177 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} executeQuery: Read 87 rows, 8.18 KiB in 0.001352 sec., 64349.112426035506 rows/sec., 5.91 MiB/sec. 2024.03.13 04:54:44.725381 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} DynamicQueryHandler: Done processing query 2024.03.13 04:54:44.725433 [ 3 ] {b0bbc9de-bde1-43db-86df-b216ad41b0ea} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:54:44.725470 [ 3 ] {} HTTP-Session: f325f38a-662d-42ec-b8ae-7840b83dacaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.725637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:44.725683 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:44.725700 [ 3 ] {} HTTP-Session: d8780424-148c-4c86-a7a4-cac6802f0a63 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:44.725717 [ 3 ] {} HTTP-Session: d8780424-148c-4c86-a7a4-cac6802f0a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.725731 [ 3 ] {} HTTP-Session: d8780424-148c-4c86-a7a4-cac6802f0a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.725762 [ 3 ] {} HTTP-Session: d8780424-148c-4c86-a7a4-cac6802f0a63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:44.725841 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:44.725883 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:44.726023 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:44.726370 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:44.726406 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:44.726699 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.13 04:54:44.726997 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:44.727123 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} executeQuery: Read 29 rows, 2.32 KiB in 0.00131 sec., 22137.404580152674 rows/sec., 1.73 MiB/sec. 2024.03.13 04:54:44.727362 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} DynamicQueryHandler: Done processing query 2024.03.13 04:54:44.727393 [ 3 ] {c88b3d6b-01f2-41b9-9c34-76a714496a86} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:44.727425 [ 3 ] {} HTTP-Session: d8780424-148c-4c86-a7a4-cac6802f0a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.727572 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:44.727619 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:44.727637 [ 3 ] {} HTTP-Session: 7df845b8-29eb-44e5-9ba1-e630e30ee99b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:44.727654 [ 3 ] {} HTTP-Session: 7df845b8-29eb-44e5-9ba1-e630e30ee99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.727667 [ 3 ] {} HTTP-Session: 7df845b8-29eb-44e5-9ba1-e630e30ee99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:44.727698 [ 3 ] {} HTTP-Session: 7df845b8-29eb-44e5-9ba1-e630e30ee99b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:44.727969 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:44.728015 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:44.728188 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:44.728661 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:44.728696 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:44.729109 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.13 04:54:44.729449 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:44.729574 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} executeQuery: Read 29 rows, 40.07 KiB in 0.001832 sec., 15829.694323144104 rows/sec., 21.36 MiB/sec. 2024.03.13 04:54:44.729700 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} DynamicQueryHandler: Done processing query 2024.03.13 04:54:44.729723 [ 3 ] {124b49be-0d77-44ba-aaf3-5ff3abadad4f} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:44.729739 [ 3 ] {} HTTP-Session: 7df845b8-29eb-44e5-9ba1-e630e30ee99b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:45.441475 [ 123 ] {} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.03.13 04:54:45.441546 [ 123 ] {} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:45.441572 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. 2024.03.13 04:54:45.441802 [ 198 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.03.13 04:54:45.442010 [ 198 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:45.442049 [ 198 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:45.442171 [ 198 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:45.442360 [ 198 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2024.03.13 04:54:45.442574 [ 198 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:45.442802 [ 198 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:45.443874 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002210054 sec., 5429.731581219283 rows/sec., 442.76 KiB/sec. 2024.03.13 04:54:45.444109 [ 187 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.03.13 04:54:45.444542 [ 187 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:45.444628 [ 187 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_5_1} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.03.13 04:54:45.444723 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.03.13 04:54:46.598658 [ 123 ] {} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.03.13 04:54:46.598734 [ 123 ] {} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:46.598756 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:46.598971 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.03.13 04:54:46.599169 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:54:46.599215 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:46.599322 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:46.599522 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2024.03.13 04:54:46.599777 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:46.599922 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2024.03.13 04:54:46.601168 [ 187 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002335057 sec., 5139.060845195641 rows/sec., 358.83 KiB/sec. 2024.03.13 04:54:46.601327 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.03.13 04:54:46.601810 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:46.601913 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_5_1} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.03.13 04:54:46.602006 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.13 04:54:49.721257 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:49.721368 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:49.721392 [ 3 ] {} HTTP-Session: a8af6588-5a5b-42ce-b0cb-cd701981f1ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:49.721416 [ 3 ] {} HTTP-Session: a8af6588-5a5b-42ce-b0cb-cd701981f1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.721431 [ 3 ] {} HTTP-Session: a8af6588-5a5b-42ce-b0cb-cd701981f1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.721480 [ 3 ] {} HTTP-Session: a8af6588-5a5b-42ce-b0cb-cd701981f1ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:49.721600 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:49.721662 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:49.721850 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:49.722303 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:49.722350 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:49.722719 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.13 04:54:49.723059 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:49.723219 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} executeQuery: Read 28 rows, 2.27 KiB in 0.001676 sec., 16706.443914081145 rows/sec., 1.32 MiB/sec. 2024.03.13 04:54:49.723457 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} DynamicQueryHandler: Done processing query 2024.03.13 04:54:49.723507 [ 3 ] {1eb5ef95-2656-4417-b3ea-6a21236f37fd} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:49.723546 [ 3 ] {} HTTP-Session: a8af6588-5a5b-42ce-b0cb-cd701981f1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.723702 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:49.723751 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:49.723780 [ 3 ] {} HTTP-Session: f48013b5-a9eb-4b93-a258-ba2306ccc3b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:49.723797 [ 3 ] {} HTTP-Session: f48013b5-a9eb-4b93-a258-ba2306ccc3b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.723811 [ 3 ] {} HTTP-Session: f48013b5-a9eb-4b93-a258-ba2306ccc3b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.723844 [ 3 ] {} HTTP-Session: f48013b5-a9eb-4b93-a258-ba2306ccc3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:49.723933 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:49.723974 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:49.724120 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:49.724485 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:49.724521 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:49.724832 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.13 04:54:49.725131 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:49.725273 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} executeQuery: Read 84 rows, 8.82 KiB in 0.001377 sec., 61002.178649237474 rows/sec., 6.25 MiB/sec. 2024.03.13 04:54:49.725426 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} DynamicQueryHandler: Done processing query 2024.03.13 04:54:49.725459 [ 3 ] {31d8b712-1c03-4c5b-a0eb-fdef327992d8} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:54:49.725480 [ 3 ] {} HTTP-Session: f48013b5-a9eb-4b93-a258-ba2306ccc3b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.725618 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:49.725665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:49.725683 [ 3 ] {} HTTP-Session: 9afc0a68-8c34-4936-a190-4f42d15cc5d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:49.725700 [ 3 ] {} HTTP-Session: 9afc0a68-8c34-4936-a190-4f42d15cc5d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.725714 [ 3 ] {} HTTP-Session: 9afc0a68-8c34-4936-a190-4f42d15cc5d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.725745 [ 3 ] {} HTTP-Session: 9afc0a68-8c34-4936-a190-4f42d15cc5d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:49.725826 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:49.725865 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:49.725990 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:49.726281 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:49.726317 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:49.726624 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.13 04:54:49.726923 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:49.727075 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} executeQuery: Read 28 rows, 2.24 KiB in 0.001286 sec., 21772.939346811818 rows/sec., 1.70 MiB/sec. 2024.03.13 04:54:49.727198 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} DynamicQueryHandler: Done processing query 2024.03.13 04:54:49.727221 [ 3 ] {4e9b49d5-d9c2-4177-a034-7447272cb097} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:49.727238 [ 3 ] {} HTTP-Session: 9afc0a68-8c34-4936-a190-4f42d15cc5d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.727442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:49.727489 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:49.727508 [ 3 ] {} HTTP-Session: 330f6fce-381b-44c1-897e-497d32ad3325 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:49.727524 [ 3 ] {} HTTP-Session: 330f6fce-381b-44c1-897e-497d32ad3325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.727538 [ 3 ] {} HTTP-Session: 330f6fce-381b-44c1-897e-497d32ad3325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:49.727568 [ 3 ] {} HTTP-Session: 330f6fce-381b-44c1-897e-497d32ad3325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:49.727787 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:49.727833 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:49.727995 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:49.728445 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:49.728481 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:49.728902 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.13 04:54:49.729252 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:49.729406 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} executeQuery: Read 28 rows, 38.69 KiB in 0.001787 sec., 15668.718522663683 rows/sec., 21.14 MiB/sec. 2024.03.13 04:54:49.729537 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} DynamicQueryHandler: Done processing query 2024.03.13 04:54:49.729561 [ 3 ] {de2bab06-37ea-44b1-8551-3d17f54e7422} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:49.729577 [ 3 ] {} HTTP-Session: 330f6fce-381b-44c1-897e-497d32ad3325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:53.498376 [ 115 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:54:53.498477 [ 115 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:54:54.721158 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:54.721270 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:54.721295 [ 3 ] {} HTTP-Session: 155cc19a-a0b6-4f61-89f0-536619e8c687 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:54.721319 [ 3 ] {} HTTP-Session: 155cc19a-a0b6-4f61-89f0-536619e8c687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.721334 [ 3 ] {} HTTP-Session: 155cc19a-a0b6-4f61-89f0-536619e8c687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.721384 [ 3 ] {} HTTP-Session: 155cc19a-a0b6-4f61-89f0-536619e8c687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:54.721504 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:54.721563 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:54.721746 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:54.722195 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:54.722237 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:54.722640 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.13 04:54:54.722969 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:54.723114 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} executeQuery: Read 29 rows, 2.35 KiB in 0.001667 sec., 17396.52069586083 rows/sec., 1.38 MiB/sec. 2024.03.13 04:54:54.723365 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} DynamicQueryHandler: Done processing query 2024.03.13 04:54:54.723403 [ 3 ] {7a1c87e4-7711-4a41-8ac1-2b64ba530379} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:54.723425 [ 3 ] {} HTTP-Session: 155cc19a-a0b6-4f61-89f0-536619e8c687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.723566 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:54.723620 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:54.723639 [ 3 ] {} HTTP-Session: 29c08b7b-cde0-4554-91ab-90ac50d4f8b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:54.723658 [ 3 ] {} HTTP-Session: 29c08b7b-cde0-4554-91ab-90ac50d4f8b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.723672 [ 3 ] {} HTTP-Session: 29c08b7b-cde0-4554-91ab-90ac50d4f8b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.723707 [ 3 ] {} HTTP-Session: 29c08b7b-cde0-4554-91ab-90ac50d4f8b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:54.723807 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:54.723850 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:54.723994 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:54.724358 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:54.724395 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:54.724706 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.13 04:54:54.725004 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:54.725126 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} executeQuery: Read 87 rows, 8.18 KiB in 0.001371 sec., 63457.33041575492 rows/sec., 5.83 MiB/sec. 2024.03.13 04:54:54.725250 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} DynamicQueryHandler: Done processing query 2024.03.13 04:54:54.725274 [ 3 ] {184f871c-789d-4c9a-a8e6-8ba8ec3c7caa} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:54:54.725290 [ 3 ] {} HTTP-Session: 29c08b7b-cde0-4554-91ab-90ac50d4f8b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.725416 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:54.725464 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:54.725483 [ 3 ] {} HTTP-Session: c78f8338-3233-476d-aa41-b388e485f53d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:54.725501 [ 3 ] {} HTTP-Session: c78f8338-3233-476d-aa41-b388e485f53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.725515 [ 3 ] {} HTTP-Session: c78f8338-3233-476d-aa41-b388e485f53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.725546 [ 3 ] {} HTTP-Session: c78f8338-3233-476d-aa41-b388e485f53d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:54.725625 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:54.725665 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:54.725789 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:54.726155 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:54.726190 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:54.726508 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.13 04:54:54.726815 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:54.726940 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} executeQuery: Read 29 rows, 2.32 KiB in 0.001353 sec., 21433.850702143383 rows/sec., 1.68 MiB/sec. 2024.03.13 04:54:54.727061 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} DynamicQueryHandler: Done processing query 2024.03.13 04:54:54.727084 [ 3 ] {3ff386a9-d554-4890-9b6d-98e550b604b9} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:54.727100 [ 3 ] {} HTTP-Session: c78f8338-3233-476d-aa41-b388e485f53d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.727293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:54.727339 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:54.727357 [ 3 ] {} HTTP-Session: 915a3dfa-bf19-46c3-aec5-abfda2aee202 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:54.727374 [ 3 ] {} HTTP-Session: 915a3dfa-bf19-46c3-aec5-abfda2aee202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.727387 [ 3 ] {} HTTP-Session: 915a3dfa-bf19-46c3-aec5-abfda2aee202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:54.727418 [ 3 ] {} HTTP-Session: 915a3dfa-bf19-46c3-aec5-abfda2aee202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:54.727640 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:54.727686 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:54.727840 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:54.728303 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:54.728336 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:54.728752 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.03.13 04:54:54.729092 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:54.729219 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} executeQuery: Read 29 rows, 40.07 KiB in 0.001755 sec., 16524.216524216525 rows/sec., 22.30 MiB/sec. 2024.03.13 04:54:54.729392 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} DynamicQueryHandler: Done processing query 2024.03.13 04:54:54.729418 [ 3 ] {7b8d352b-84b2-42e9-98de-d3e56c08017b} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:54.729434 [ 3 ] {} HTTP-Session: 915a3dfa-bf19-46c3-aec5-abfda2aee202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.720820 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:59.720955 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:59.720983 [ 3 ] {} HTTP-Session: 74a1b02e-4786-492a-98ca-1ebd79cef93d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:59.721011 [ 3 ] {} HTTP-Session: 74a1b02e-4786-492a-98ca-1ebd79cef93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.721029 [ 3 ] {} HTTP-Session: 74a1b02e-4786-492a-98ca-1ebd79cef93d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.721084 [ 3 ] {} HTTP-Session: 74a1b02e-4786-492a-98ca-1ebd79cef93d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:59.721220 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:59.721291 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:54:59.721507 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:59.721971 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:59.722020 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:59.722403 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.13 04:54:59.722733 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:59.722894 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} executeQuery: Read 28 rows, 2.27 KiB in 0.001738 sec., 16110.471806674339 rows/sec., 1.28 MiB/sec. 2024.03.13 04:54:59.723054 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} DynamicQueryHandler: Done processing query 2024.03.13 04:54:59.723080 [ 3 ] {b1a6efef-c1b7-42cd-be6a-239964d9980d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:54:59.723097 [ 3 ] {} HTTP-Session: 74a1b02e-4786-492a-98ca-1ebd79cef93d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.723241 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:59.723297 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:59.723317 [ 3 ] {} HTTP-Session: 86136d0c-2be6-4f89-9f48-0d45bfd198f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:59.723335 [ 3 ] {} HTTP-Session: 86136d0c-2be6-4f89-9f48-0d45bfd198f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.723349 [ 3 ] {} HTTP-Session: 86136d0c-2be6-4f89-9f48-0d45bfd198f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.723384 [ 3 ] {} HTTP-Session: 86136d0c-2be6-4f89-9f48-0d45bfd198f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:59.723481 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:59.723525 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:54:59.723657 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:59.724036 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:59.724076 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:59.724393 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.13 04:54:59.724698 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:59.724858 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} executeQuery: Read 84 rows, 8.82 KiB in 0.001417 sec., 59280.16937191249 rows/sec., 6.08 MiB/sec. 2024.03.13 04:54:59.724987 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} DynamicQueryHandler: Done processing query 2024.03.13 04:54:59.725011 [ 3 ] {b19280dd-803f-4b8d-9e4d-1eee039bbd2d} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:54:59.725028 [ 3 ] {} HTTP-Session: 86136d0c-2be6-4f89-9f48-0d45bfd198f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.725160 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:59.725209 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:59.725228 [ 3 ] {} HTTP-Session: cc14eb7a-a043-4e8e-a01a-646c621e0819 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:59.725245 [ 3 ] {} HTTP-Session: cc14eb7a-a043-4e8e-a01a-646c621e0819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.725260 [ 3 ] {} HTTP-Session: cc14eb7a-a043-4e8e-a01a-646c621e0819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.725291 [ 3 ] {} HTTP-Session: cc14eb7a-a043-4e8e-a01a-646c621e0819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:59.725370 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:59.725410 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:54:59.725535 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:59.725827 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:59.725864 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:59.726159 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.13 04:54:59.726455 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:59.726607 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} executeQuery: Read 28 rows, 2.24 KiB in 0.001262 sec., 22187.00475435816 rows/sec., 1.74 MiB/sec. 2024.03.13 04:54:59.726737 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} DynamicQueryHandler: Done processing query 2024.03.13 04:54:59.726761 [ 3 ] {d3843192-a356-4eda-a8e0-bea550b8f041} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:54:59.726776 [ 3 ] {} HTTP-Session: cc14eb7a-a043-4e8e-a01a-646c621e0819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.726972 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:54:59.727020 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:54:59.727039 [ 3 ] {} HTTP-Session: 2b2c6104-dce6-41ea-a7f0-4c35d7d9e9d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:54:59.727056 [ 3 ] {} HTTP-Session: 2b2c6104-dce6-41ea-a7f0-4c35d7d9e9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.727069 [ 3 ] {} HTTP-Session: 2b2c6104-dce6-41ea-a7f0-4c35d7d9e9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:54:59.727101 [ 3 ] {} HTTP-Session: 2b2c6104-dce6-41ea-a7f0-4c35d7d9e9d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:54:59.727641 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:54:59.727689 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:54:59.727848 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:54:59.728292 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:54:59.728330 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:54:59.728747 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.03.13 04:54:59.729082 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:54:59.729251 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} executeQuery: Read 28 rows, 38.69 KiB in 0.002091 sec., 13390.722142515542 rows/sec., 18.07 MiB/sec. 2024.03.13 04:54:59.729472 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} DynamicQueryHandler: Done processing query 2024.03.13 04:54:59.729540 [ 3 ] {94d03423-a884-4c6e-89b4-8265b6e2e6fd} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:54:59.729572 [ 3 ] {} HTTP-Session: 2b2c6104-dce6-41ea-a7f0-4c35d7d9e9d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.722097 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:04.722243 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:04.722273 [ 3 ] {} HTTP-Session: 21e1c34b-1a1a-4686-bfc7-0641e8d4d852 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:04.722300 [ 3 ] {} HTTP-Session: 21e1c34b-1a1a-4686-bfc7-0641e8d4d852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.722318 [ 3 ] {} HTTP-Session: 21e1c34b-1a1a-4686-bfc7-0641e8d4d852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.722374 [ 3 ] {} HTTP-Session: 21e1c34b-1a1a-4686-bfc7-0641e8d4d852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:04.722511 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:04.722582 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:04.722780 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:04.723235 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.723284 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.723663 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.13 04:55:04.723994 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.724153 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} executeQuery: Read 29 rows, 2.35 KiB in 0.001704 sec., 17018.779342723006 rows/sec., 1.35 MiB/sec. 2024.03.13 04:55:04.724170 [ 152 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.13 04:55:04.724277 [ 152 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.724314 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.724345 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} DynamicQueryHandler: Done processing query 2024.03.13 04:55:04.724394 [ 3 ] {7773520a-cb37-4534-a48e-216aa1627955} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:04.724441 [ 3 ] {} HTTP-Session: 21e1c34b-1a1a-4686-bfc7-0641e8d4d852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.724542 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.03.13 04:55:04.724637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:04.724736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:04.724790 [ 3 ] {} HTTP-Session: 1ba52964-f857-4a1d-b360-05e16ea2161f Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:04.724818 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:04.724831 [ 3 ] {} HTTP-Session: 1ba52964-f857-4a1d-b360-05e16ea2161f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.724879 [ 3 ] {} HTTP-Session: 1ba52964-f857-4a1d-b360-05e16ea2161f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.724885 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 57 rows starting from the beginning of the part 2024.03.13 04:55:04.724944 [ 3 ] {} HTTP-Session: 1ba52964-f857-4a1d-b360-05e16ea2161f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:04.725165 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.725228 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:04.725394 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:04.725482 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:04.725806 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.726125 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:04.726415 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.726523 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:04.727698 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.727766 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.728665 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.13 04:55:04.729257 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.004859656 sec., 41155.17641577922 rows/sec., 3.26 MiB/sec. 2024.03.13 04:55:04.729486 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.13 04:55:04.729602 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.729830 [ 152 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.13 04:55:04.729962 [ 152 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.730029 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} executeQuery: Read 123 rows, 10.95 KiB in 0.004914 sec., 25030.52503052503 rows/sec., 2.18 MiB/sec. 2024.03.13 04:55:04.730068 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.730469 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.03.13 04:55:04.730665 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} DynamicQueryHandler: Done processing query 2024.03.13 04:55:04.730741 [ 3 ] {582bb872-8a64-4055-82f2-22aae1813a24} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:55:04.730822 [ 3 ] {} HTTP-Session: 1ba52964-f857-4a1d-b360-05e16ea2161f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.730905 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:04.730950 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.730967 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 211 rows starting from the beginning of the part 2024.03.13 04:55:04.731217 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_26_5} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.13 04:55:04.731263 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part 2024.03.13 04:55:04.731567 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:55:04.731577 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 84 rows starting from the beginning of the part 2024.03.13 04:55:04.731301 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:04.731832 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:04.731936 [ 3 ] {} HTTP-Session: a616c223-4034-4830-ae15-76ad4831ef0a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:04.731940 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 87 rows starting from the beginning of the part 2024.03.13 04:55:04.731971 [ 3 ] {} HTTP-Session: a616c223-4034-4830-ae15-76ad4831ef0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.732021 [ 3 ] {} HTTP-Session: a616c223-4034-4830-ae15-76ad4831ef0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.732153 [ 3 ] {} HTTP-Session: a616c223-4034-4830-ae15-76ad4831ef0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:04.732184 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 84 rows starting from the beginning of the part 2024.03.13 04:55:04.732477 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 123 rows starting from the beginning of the part 2024.03.13 04:55:04.732473 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:04.732670 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:04.733295 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:04.734231 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.734294 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.735044 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.13 04:55:04.735291 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.005068529 sec., 133372.029636212 rows/sec., 12.54 MiB/sec. 2024.03.13 04:55:04.735558 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.13 04:55:04.735832 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.736192 [ 152 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.13 04:55:04.736255 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} executeQuery: Read 53 rows, 4.22 KiB in 0.003981 sec., 13313.237879929666 rows/sec., 1.04 MiB/sec. 2024.03.13 04:55:04.736286 [ 152 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.736381 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.736450 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.736854 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} DynamicQueryHandler: Done processing query 2024.03.13 04:55:04.736921 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_26_5} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.13 04:55:04.736966 [ 3 ] {9873ec21-1501-4123-8c28-7e1e362047bd} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:55:04.736989 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.03.13 04:55:04.737070 [ 3 ] {} HTTP-Session: a616c223-4034-4830-ae15-76ad4831ef0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.737321 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.03.13 04:55:04.737498 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:04.737654 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:04.737736 [ 3 ] {} HTTP-Session: c42626bb-616e-4ea1-808e-d6b0cad33fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:04.737764 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:04.737779 [ 3 ] {} HTTP-Session: c42626bb-616e-4ea1-808e-d6b0cad33fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.737813 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 107 rows starting from the beginning of the part 2024.03.13 04:55:04.737822 [ 3 ] {} HTTP-Session: c42626bb-616e-4ea1-808e-d6b0cad33fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.737923 [ 3 ] {} HTTP-Session: c42626bb-616e-4ea1-808e-d6b0cad33fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:04.738098 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.738218 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:04.738370 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:04.738396 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:55:04.738676 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.739016 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:04.739369 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 53 rows starting from the beginning of the part 2024.03.13 04:55:04.739813 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:04.740785 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.740862 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.741973 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.13 04:55:04.741995 [ 201 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 4 columns (4 merged, 0 gathered) in 0.005474085 sec., 50054.02729405919 rows/sec., 3.91 MiB/sec. 2024.03.13 04:55:04.742243 [ 201 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.13 04:55:04.742770 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.743116 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} executeQuery: Read 36 rows, 2.60 KiB in 0.005018 sec., 7174.172977281785 rows/sec., 518.45 KiB/sec. 2024.03.13 04:55:04.743256 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.743571 [ 186 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_26_5} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.13 04:55:04.743705 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} DynamicQueryHandler: Done processing query 2024.03.13 04:55:04.743733 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:55:04.743747 [ 3 ] {a62e8221-b8b1-4e5c-ae61-ca30f5e53309} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:04.743785 [ 3 ] {} HTTP-Session: c42626bb-616e-4ea1-808e-d6b0cad33fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.743968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:04.744018 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:04.744038 [ 3 ] {} HTTP-Session: 848e01ae-4bf7-4904-ad3e-667b6e5da55c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:04.744054 [ 3 ] {} HTTP-Session: 848e01ae-4bf7-4904-ad3e-667b6e5da55c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.744069 [ 3 ] {} HTTP-Session: 848e01ae-4bf7-4904-ad3e-667b6e5da55c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.744100 [ 3 ] {} HTTP-Session: 848e01ae-4bf7-4904-ad3e-667b6e5da55c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:04.744420 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:04.744470 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:04.744658 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:04.745149 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.745188 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.745618 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.03.13 04:55:04.745977 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.746148 [ 152 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.03.13 04:55:04.746151 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} executeQuery: Read 29 rows, 40.07 KiB in 0.001987 sec., 14594.866633115249 rows/sec., 19.70 MiB/sec. 2024.03.13 04:55:04.746206 [ 152 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:04.746271 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:04.746469 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} DynamicQueryHandler: Done processing query 2024.03.13 04:55:04.746482 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.03.13 04:55:04.746511 [ 3 ] {5c9b1c83-6541-4624-8dab-c79ad1da113e} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:04.746556 [ 3 ] {} HTTP-Session: 848e01ae-4bf7-4904-ad3e-667b6e5da55c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:04.746702 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:04.746738 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 596 rows starting from the beginning of the part 2024.03.13 04:55:04.746857 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.746988 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:04.747195 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.747332 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:04.747545 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:04.750482 [ 201 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 739 rows, containing 6 columns (6 merged, 0 gathered) in 0.004099283 sec., 180275.42865423052 rows/sec., 243.27 MiB/sec. 2024.03.13 04:55:04.750882 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.03.13 04:55:04.751265 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:04.751340 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_26_5} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.03.13 04:55:04.751415 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. 2024.03.13 04:55:08.498735 [ 150 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:55:08.498834 [ 150 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:55:09.721349 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:09.721468 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:09.721494 [ 3 ] {} HTTP-Session: 1120b914-3fc8-402f-a084-fd943129d338 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:09.721518 [ 3 ] {} HTTP-Session: 1120b914-3fc8-402f-a084-fd943129d338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.721534 [ 3 ] {} HTTP-Session: 1120b914-3fc8-402f-a084-fd943129d338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.721584 [ 3 ] {} HTTP-Session: 1120b914-3fc8-402f-a084-fd943129d338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:09.721708 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:09.721771 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:09.721957 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:09.722419 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:09.722470 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:09.722850 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.13 04:55:09.723186 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:09.723347 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} executeQuery: Read 28 rows, 2.27 KiB in 0.001698 sec., 16489.988221436983 rows/sec., 1.31 MiB/sec. 2024.03.13 04:55:09.723528 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} DynamicQueryHandler: Done processing query 2024.03.13 04:55:09.723559 [ 3 ] {7910277f-2bed-4231-a52b-c2302e35b419} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:09.723576 [ 3 ] {} HTTP-Session: 1120b914-3fc8-402f-a084-fd943129d338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.723719 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:09.723769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:09.723788 [ 3 ] {} HTTP-Session: 5ff1e1e7-f968-4fac-a904-58128018d9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:09.723805 [ 3 ] {} HTTP-Session: 5ff1e1e7-f968-4fac-a904-58128018d9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.723819 [ 3 ] {} HTTP-Session: 5ff1e1e7-f968-4fac-a904-58128018d9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.723850 [ 3 ] {} HTTP-Session: 5ff1e1e7-f968-4fac-a904-58128018d9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:09.723939 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:09.723981 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:09.724107 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:09.724491 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:09.724529 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:09.724842 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.13 04:55:09.725144 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:09.725292 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} executeQuery: Read 84 rows, 8.82 KiB in 0.001394 sec., 60258.24964131994 rows/sec., 6.18 MiB/sec. 2024.03.13 04:55:09.725417 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} DynamicQueryHandler: Done processing query 2024.03.13 04:55:09.725441 [ 3 ] {e3c2ed22-0aeb-4f6a-9818-e4d1d4a9d39d} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:55:09.725458 [ 3 ] {} HTTP-Session: 5ff1e1e7-f968-4fac-a904-58128018d9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.725613 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:09.725661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:09.725680 [ 3 ] {} HTTP-Session: c8d80fec-f16b-4b58-b08e-f75113ab9e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:09.725697 [ 3 ] {} HTTP-Session: c8d80fec-f16b-4b58-b08e-f75113ab9e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.725711 [ 3 ] {} HTTP-Session: c8d80fec-f16b-4b58-b08e-f75113ab9e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.725741 [ 3 ] {} HTTP-Session: c8d80fec-f16b-4b58-b08e-f75113ab9e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:09.725814 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:09.725853 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:09.725980 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:09.726281 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:09.726318 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:09.726613 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.13 04:55:09.726923 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:09.727050 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} executeQuery: Read 28 rows, 2.24 KiB in 0.001264 sec., 22151.898734177215 rows/sec., 1.73 MiB/sec. 2024.03.13 04:55:09.727235 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} DynamicQueryHandler: Done processing query 2024.03.13 04:55:09.727285 [ 3 ] {4656dace-1752-494f-be40-e12c1760ffda} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:09.727341 [ 3 ] {} HTTP-Session: c8d80fec-f16b-4b58-b08e-f75113ab9e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.727553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:09.727605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:09.727624 [ 3 ] {} HTTP-Session: a74e7c0b-b0dd-480d-a7bb-17f6be6f4260 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:09.727642 [ 3 ] {} HTTP-Session: a74e7c0b-b0dd-480d-a7bb-17f6be6f4260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.727656 [ 3 ] {} HTTP-Session: a74e7c0b-b0dd-480d-a7bb-17f6be6f4260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:09.727687 [ 3 ] {} HTTP-Session: a74e7c0b-b0dd-480d-a7bb-17f6be6f4260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:09.727908 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:09.727954 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:09.728132 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:09.728624 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:09.728686 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:09.729099 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.03.13 04:55:09.729435 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:09.729598 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} executeQuery: Read 28 rows, 38.69 KiB in 0.001853 sec., 15110.631408526713 rows/sec., 20.39 MiB/sec. 2024.03.13 04:55:09.729781 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} DynamicQueryHandler: Done processing query 2024.03.13 04:55:09.729805 [ 3 ] {62093bd9-abd6-4dd5-b84c-6b44c98a69fa} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:09.729821 [ 3 ] {} HTTP-Session: a74e7c0b-b0dd-480d-a7bb-17f6be6f4260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.721139 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:14.721270 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:14.721295 [ 3 ] {} HTTP-Session: 521fb057-b9b1-4f45-b605-4cf60bdd0850 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:14.721319 [ 3 ] {} HTTP-Session: 521fb057-b9b1-4f45-b605-4cf60bdd0850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.721360 [ 3 ] {} HTTP-Session: 521fb057-b9b1-4f45-b605-4cf60bdd0850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.721410 [ 3 ] {} HTTP-Session: 521fb057-b9b1-4f45-b605-4cf60bdd0850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:14.721532 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:14.721594 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:14.721782 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:14.722254 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:14.722300 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:14.722681 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.13 04:55:14.723023 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:14.723175 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} executeQuery: Read 29 rows, 2.35 KiB in 0.001701 sec., 17048.794826572605 rows/sec., 1.35 MiB/sec. 2024.03.13 04:55:14.723411 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} DynamicQueryHandler: Done processing query 2024.03.13 04:55:14.723468 [ 3 ] {ff291869-73d4-4974-bad7-b625f98987ae} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:14.723513 [ 3 ] {} HTTP-Session: 521fb057-b9b1-4f45-b605-4cf60bdd0850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.723685 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:14.723736 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:14.723755 [ 3 ] {} HTTP-Session: 2853b847-0318-4549-bbf7-1ebacd700a0e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:14.723772 [ 3 ] {} HTTP-Session: 2853b847-0318-4549-bbf7-1ebacd700a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.723786 [ 3 ] {} HTTP-Session: 2853b847-0318-4549-bbf7-1ebacd700a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.723818 [ 3 ] {} HTTP-Session: 2853b847-0318-4549-bbf7-1ebacd700a0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:14.723909 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:14.723951 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:14.724096 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:14.724508 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:14.724546 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:14.724843 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.13 04:55:14.725172 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:14.725315 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} executeQuery: Read 87 rows, 8.18 KiB in 0.001444 sec., 60249.30747922438 rows/sec., 5.53 MiB/sec. 2024.03.13 04:55:14.725441 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} DynamicQueryHandler: Done processing query 2024.03.13 04:55:14.725466 [ 3 ] {452c7cb8-1f6d-41a7-92fa-ad1e68eca23d} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:55:14.725481 [ 3 ] {} HTTP-Session: 2853b847-0318-4549-bbf7-1ebacd700a0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.725604 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:14.725652 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:14.725671 [ 3 ] {} HTTP-Session: 2a3faf60-bbec-4834-9567-63085452da9e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:14.725687 [ 3 ] {} HTTP-Session: 2a3faf60-bbec-4834-9567-63085452da9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.725701 [ 3 ] {} HTTP-Session: 2a3faf60-bbec-4834-9567-63085452da9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.725731 [ 3 ] {} HTTP-Session: 2a3faf60-bbec-4834-9567-63085452da9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:14.725808 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:14.725847 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:14.725971 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:14.726289 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:14.726325 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:14.726617 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.13 04:55:14.726917 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:14.727069 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} executeQuery: Read 29 rows, 2.32 KiB in 0.001286 sec., 22550.54432348367 rows/sec., 1.76 MiB/sec. 2024.03.13 04:55:14.727312 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} DynamicQueryHandler: Done processing query 2024.03.13 04:55:14.727362 [ 3 ] {b917b309-2997-4bf4-a75f-a9ec2ceb57ed} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:14.727399 [ 3 ] {} HTTP-Session: 2a3faf60-bbec-4834-9567-63085452da9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.727564 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:14.727612 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:14.727630 [ 3 ] {} HTTP-Session: 15a36562-527c-468c-b315-2d855104df23 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:14.727647 [ 3 ] {} HTTP-Session: 15a36562-527c-468c-b315-2d855104df23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.727660 [ 3 ] {} HTTP-Session: 15a36562-527c-468c-b315-2d855104df23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:14.727690 [ 3 ] {} HTTP-Session: 15a36562-527c-468c-b315-2d855104df23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:14.727914 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:14.727961 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:14.728142 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:14.728639 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:14.728675 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:14.729088 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.03.13 04:55:14.729425 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:14.729571 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} executeQuery: Read 29 rows, 40.07 KiB in 0.001831 sec., 15838.339705079192 rows/sec., 21.37 MiB/sec. 2024.03.13 04:55:14.729698 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} DynamicQueryHandler: Done processing query 2024.03.13 04:55:14.729722 [ 3 ] {aa908a12-53ca-4d54-b082-3650e01e3774} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:14.729738 [ 3 ] {} HTTP-Session: 15a36562-527c-468c-b315-2d855104df23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.721086 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:19.721209 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:19.721234 [ 3 ] {} HTTP-Session: a52d483c-8b18-48d3-8c0a-b83b69c301f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:19.721259 [ 3 ] {} HTTP-Session: a52d483c-8b18-48d3-8c0a-b83b69c301f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.721274 [ 3 ] {} HTTP-Session: a52d483c-8b18-48d3-8c0a-b83b69c301f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.721322 [ 3 ] {} HTTP-Session: a52d483c-8b18-48d3-8c0a-b83b69c301f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:19.721444 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:19.721508 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:19.721698 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:19.722196 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:19.722244 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:19.722629 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.13 04:55:19.722970 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:19.723112 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} executeQuery: Read 28 rows, 2.27 KiB in 0.001727 sec., 16213.086276780545 rows/sec., 1.28 MiB/sec. 2024.03.13 04:55:19.723266 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} DynamicQueryHandler: Done processing query 2024.03.13 04:55:19.723292 [ 3 ] {9375d972-8277-425b-94ef-51e18f7cd5f0} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:19.723309 [ 3 ] {} HTTP-Session: a52d483c-8b18-48d3-8c0a-b83b69c301f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.723435 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:19.723485 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:19.723503 [ 3 ] {} HTTP-Session: 2db016a3-f038-447e-a9c8-9636aef7dd3f Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:19.723520 [ 3 ] {} HTTP-Session: 2db016a3-f038-447e-a9c8-9636aef7dd3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.723534 [ 3 ] {} HTTP-Session: 2db016a3-f038-447e-a9c8-9636aef7dd3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.723565 [ 3 ] {} HTTP-Session: 2db016a3-f038-447e-a9c8-9636aef7dd3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:19.723628 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:19.723669 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:55:19.723791 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:19.724092 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:19.724129 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:19.724423 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.13 04:55:19.724719 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:19.724865 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} executeQuery: Read 4 rows, 334.00 B in 0.001255 sec., 3187.2509960159364 rows/sec., 259.90 KiB/sec. 2024.03.13 04:55:19.725280 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} DynamicQueryHandler: Done processing query 2024.03.13 04:55:19.725306 [ 3 ] {5670e834-1f31-4dde-beba-e1d18683d9f3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:19.725322 [ 3 ] {} HTTP-Session: 2db016a3-f038-447e-a9c8-9636aef7dd3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.725466 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:19.725515 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:19.725534 [ 3 ] {} HTTP-Session: c0e8068e-bc65-40ad-aae6-f355286f463a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:19.725550 [ 3 ] {} HTTP-Session: c0e8068e-bc65-40ad-aae6-f355286f463a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.725563 [ 3 ] {} HTTP-Session: c0e8068e-bc65-40ad-aae6-f355286f463a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.725593 [ 3 ] {} HTTP-Session: c0e8068e-bc65-40ad-aae6-f355286f463a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:19.725680 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:19.725719 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:19.725867 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:19.726230 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:19.726268 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:19.726570 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.13 04:55:19.726864 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:19.727012 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} executeQuery: Read 86 rows, 9.00 KiB in 0.001371 sec., 62727.93581327498 rows/sec., 6.41 MiB/sec. 2024.03.13 04:55:19.727133 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} DynamicQueryHandler: Done processing query 2024.03.13 04:55:19.727156 [ 3 ] {aeefdae8-68e5-473e-811c-6c9b791cf49a} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:55:19.727172 [ 3 ] {} HTTP-Session: c0e8068e-bc65-40ad-aae6-f355286f463a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.727324 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:19.727373 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:19.727391 [ 3 ] {} HTTP-Session: 10593b78-2d3f-4a42-8325-805ecf5c2d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:19.727408 [ 3 ] {} HTTP-Session: 10593b78-2d3f-4a42-8325-805ecf5c2d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.727422 [ 3 ] {} HTTP-Session: 10593b78-2d3f-4a42-8325-805ecf5c2d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.727451 [ 3 ] {} HTTP-Session: 10593b78-2d3f-4a42-8325-805ecf5c2d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:19.727514 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:19.727553 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:55:19.727678 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:19.727953 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:19.727990 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:19.728276 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.03.13 04:55:19.728571 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:19.728734 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} executeQuery: Read 4 rows, 286.00 B in 0.001235 sec., 3238.8663967611337 rows/sec., 226.15 KiB/sec. 2024.03.13 04:55:19.729138 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} DynamicQueryHandler: Done processing query 2024.03.13 04:55:19.729163 [ 3 ] {1c9fe6e3-65bd-4bc4-882b-1b1857063266} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:19.729179 [ 3 ] {} HTTP-Session: 10593b78-2d3f-4a42-8325-805ecf5c2d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.729309 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:19.729357 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:19.729374 [ 3 ] {} HTTP-Session: 1140757a-3e2d-42b9-8a0e-b1ff116a347e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:19.729391 [ 3 ] {} HTTP-Session: 1140757a-3e2d-42b9-8a0e-b1ff116a347e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.729405 [ 3 ] {} HTTP-Session: 1140757a-3e2d-42b9-8a0e-b1ff116a347e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.729434 [ 3 ] {} HTTP-Session: 1140757a-3e2d-42b9-8a0e-b1ff116a347e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:19.729507 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:19.729547 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:19.729685 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:19.729984 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:19.730021 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:19.730320 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.13 04:55:19.730614 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:19.730766 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} executeQuery: Read 32 rows, 2.57 KiB in 0.00129 sec., 24806.2015503876 rows/sec., 1.94 MiB/sec. 2024.03.13 04:55:19.730886 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} DynamicQueryHandler: Done processing query 2024.03.13 04:55:19.730910 [ 3 ] {2b4a08be-8fb1-4dec-ac0d-f6b370d429ae} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:19.730925 [ 3 ] {} HTTP-Session: 1140757a-3e2d-42b9-8a0e-b1ff116a347e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.731057 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:19.731105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:19.731123 [ 3 ] {} HTTP-Session: ed2b238d-74cf-4fac-aab6-a57b93ac6045 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:19.731140 [ 3 ] {} HTTP-Session: ed2b238d-74cf-4fac-aab6-a57b93ac6045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.731153 [ 3 ] {} HTTP-Session: ed2b238d-74cf-4fac-aab6-a57b93ac6045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.731183 [ 3 ] {} HTTP-Session: ed2b238d-74cf-4fac-aab6-a57b93ac6045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:19.731245 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:19.731289 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:55:19.731433 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:19.731766 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:19.731803 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:19.732161 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.13 04:55:19.732479 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:19.732633 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} executeQuery: Read 2 rows, 144.00 B in 0.001407 sec., 1421.4641080312722 rows/sec., 99.95 KiB/sec. 2024.03.13 04:55:19.732867 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} DynamicQueryHandler: Done processing query 2024.03.13 04:55:19.732892 [ 3 ] {e59d01bd-42ae-421e-b644-024f027e0696} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:19.732908 [ 3 ] {} HTTP-Session: ed2b238d-74cf-4fac-aab6-a57b93ac6045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.733062 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:19.733111 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:19.733130 [ 3 ] {} HTTP-Session: d2a0677f-0be7-4003-b106-f1b28865b5b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:19.733146 [ 3 ] {} HTTP-Session: d2a0677f-0be7-4003-b106-f1b28865b5b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.733160 [ 3 ] {} HTTP-Session: d2a0677f-0be7-4003-b106-f1b28865b5b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:19.733189 [ 3 ] {} HTTP-Session: d2a0677f-0be7-4003-b106-f1b28865b5b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:19.733406 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:19.733452 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:19.733631 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:19.734117 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:19.734154 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:19.734577 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.03.13 04:55:19.734900 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:19.735058 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} executeQuery: Read 28 rows, 38.69 KiB in 0.001814 sec., 15435.501653803747 rows/sec., 20.83 MiB/sec. 2024.03.13 04:55:19.735337 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} DynamicQueryHandler: Done processing query 2024.03.13 04:55:19.735372 [ 3 ] {0ecd9079-e1ba-4b14-87d0-ec189182ee1c} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:19.735395 [ 3 ] {} HTTP-Session: d2a0677f-0be7-4003-b106-f1b28865b5b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:23.498887 [ 141 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:55:23.498956 [ 141 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:55:24.721018 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:24.721136 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:24.721159 [ 3 ] {} HTTP-Session: 9dcb252b-d488-4412-abfa-bfd411808bb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:24.721183 [ 3 ] {} HTTP-Session: 9dcb252b-d488-4412-abfa-bfd411808bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.721198 [ 3 ] {} HTTP-Session: 9dcb252b-d488-4412-abfa-bfd411808bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.721246 [ 3 ] {} HTTP-Session: 9dcb252b-d488-4412-abfa-bfd411808bb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:24.721367 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:24.721429 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:24.721616 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:24.722087 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:24.722138 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:24.722546 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.13 04:55:24.722872 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:24.723031 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} executeQuery: Read 29 rows, 2.35 KiB in 0.001716 sec., 16899.7668997669 rows/sec., 1.34 MiB/sec. 2024.03.13 04:55:24.723253 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} DynamicQueryHandler: Done processing query 2024.03.13 04:55:24.723292 [ 3 ] {0c8ea435-b58f-48ee-a82a-afda75947ec3} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:24.723308 [ 3 ] {} HTTP-Session: 9dcb252b-d488-4412-abfa-bfd411808bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.723433 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:24.723483 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:24.723501 [ 3 ] {} HTTP-Session: 237ff736-e0ff-48a8-adf8-2221daf9b49a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:24.723517 [ 3 ] {} HTTP-Session: 237ff736-e0ff-48a8-adf8-2221daf9b49a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.723531 [ 3 ] {} HTTP-Session: 237ff736-e0ff-48a8-adf8-2221daf9b49a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.723563 [ 3 ] {} HTTP-Session: 237ff736-e0ff-48a8-adf8-2221daf9b49a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:24.723626 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:24.723667 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:55:24.723810 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:24.724113 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:24.724150 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:24.724438 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.13 04:55:24.724739 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:24.724889 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} executeQuery: Read 2 rows, 167.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 126.82 KiB/sec. 2024.03.13 04:55:24.725013 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} DynamicQueryHandler: Done processing query 2024.03.13 04:55:24.725037 [ 3 ] {5dbe46e0-fecc-4a98-ac86-4cf18a8e9e39} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:24.725052 [ 3 ] {} HTTP-Session: 237ff736-e0ff-48a8-adf8-2221daf9b49a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.725200 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:24.725248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:24.725265 [ 3 ] {} HTTP-Session: b7cbbc2f-c382-42c8-b52b-92e5895e0e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:24.725281 [ 3 ] {} HTTP-Session: b7cbbc2f-c382-42c8-b52b-92e5895e0e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.725294 [ 3 ] {} HTTP-Session: b7cbbc2f-c382-42c8-b52b-92e5895e0e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.725325 [ 3 ] {} HTTP-Session: b7cbbc2f-c382-42c8-b52b-92e5895e0e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:24.725410 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:24.725449 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:24.725569 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:24.725924 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:24.725961 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:24.726273 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.13 04:55:24.726565 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:24.726715 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} executeQuery: Read 88 rows, 8.27 KiB in 0.001343 sec., 65524.94415487714 rows/sec., 6.01 MiB/sec. 2024.03.13 04:55:24.726948 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} DynamicQueryHandler: Done processing query 2024.03.13 04:55:24.726985 [ 3 ] {cead2f14-f4b5-4db4-9889-2d6477cce2f5} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:55:24.727007 [ 3 ] {} HTTP-Session: b7cbbc2f-c382-42c8-b52b-92e5895e0e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.727144 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:24.727192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:24.727210 [ 3 ] {} HTTP-Session: a44d5cfc-3592-46c5-a047-e829b042c8d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:24.727227 [ 3 ] {} HTTP-Session: a44d5cfc-3592-46c5-a047-e829b042c8d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.727240 [ 3 ] {} HTTP-Session: a44d5cfc-3592-46c5-a047-e829b042c8d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.727270 [ 3 ] {} HTTP-Session: a44d5cfc-3592-46c5-a047-e829b042c8d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:24.727333 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:24.727373 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:55:24.727518 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:24.727804 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:24.727841 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:24.728149 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.03.13 04:55:24.728449 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:24.728599 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} executeQuery: Read 2 rows, 143.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 108.59 KiB/sec. 2024.03.13 04:55:24.728716 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} DynamicQueryHandler: Done processing query 2024.03.13 04:55:24.728740 [ 3 ] {ffba8d09-0f5e-4c91-89cf-0495dafa3a22} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:24.728756 [ 3 ] {} HTTP-Session: a44d5cfc-3592-46c5-a047-e829b042c8d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.728877 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:24.728925 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:24.728943 [ 3 ] {} HTTP-Session: 87acd0f5-60ea-49d0-80ec-578cfa6ed159 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:24.728959 [ 3 ] {} HTTP-Session: 87acd0f5-60ea-49d0-80ec-578cfa6ed159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.728972 [ 3 ] {} HTTP-Session: 87acd0f5-60ea-49d0-80ec-578cfa6ed159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.729003 [ 3 ] {} HTTP-Session: 87acd0f5-60ea-49d0-80ec-578cfa6ed159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:24.729074 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:24.729113 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:24.729237 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:24.729529 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:24.729566 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:24.729853 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.13 04:55:24.730151 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:24.730276 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} executeQuery: Read 31 rows, 2.49 KiB in 0.00123 sec., 25203.252032520326 rows/sec., 1.97 MiB/sec. 2024.03.13 04:55:24.730436 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} DynamicQueryHandler: Done processing query 2024.03.13 04:55:24.730460 [ 3 ] {563ba0de-84f0-4e99-966f-c66a273c9b49} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:24.730475 [ 3 ] {} HTTP-Session: 87acd0f5-60ea-49d0-80ec-578cfa6ed159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.730631 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:24.730679 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:24.730696 [ 3 ] {} HTTP-Session: 3e8ac292-534d-4ca8-9fb3-399661f8029c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:24.730713 [ 3 ] {} HTTP-Session: 3e8ac292-534d-4ca8-9fb3-399661f8029c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.730727 [ 3 ] {} HTTP-Session: 3e8ac292-534d-4ca8-9fb3-399661f8029c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.730756 [ 3 ] {} HTTP-Session: 3e8ac292-534d-4ca8-9fb3-399661f8029c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:24.730817 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:24.730858 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:55:24.731010 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:24.731279 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:24.731316 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:24.731667 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.13 04:55:24.731986 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:24.732141 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} executeQuery: Read 1 rows, 72.00 B in 0.001338 sec., 747.3841554559043 rows/sec., 52.55 KiB/sec. 2024.03.13 04:55:24.732266 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} DynamicQueryHandler: Done processing query 2024.03.13 04:55:24.732290 [ 3 ] {6b73e52f-9c4f-486b-9f80-e38dd40c41e8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:24.732305 [ 3 ] {} HTTP-Session: 3e8ac292-534d-4ca8-9fb3-399661f8029c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.732454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:24.732502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:24.732520 [ 3 ] {} HTTP-Session: 32e270ff-8db7-4bc6-8cb7-a86075747f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:24.732536 [ 3 ] {} HTTP-Session: 32e270ff-8db7-4bc6-8cb7-a86075747f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.732550 [ 3 ] {} HTTP-Session: 32e270ff-8db7-4bc6-8cb7-a86075747f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:24.732579 [ 3 ] {} HTTP-Session: 32e270ff-8db7-4bc6-8cb7-a86075747f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:24.732799 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:24.732844 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:24.733003 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:24.733512 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:24.733549 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. 2024.03.13 04:55:24.733950 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.03.13 04:55:24.734296 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:24.734451 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} executeQuery: Read 29 rows, 40.07 KiB in 0.001818 sec., 15951.595159515951 rows/sec., 21.53 MiB/sec. 2024.03.13 04:55:24.734583 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} DynamicQueryHandler: Done processing query 2024.03.13 04:55:24.734606 [ 3 ] {57f9d6f9-c843-4dbf-8c87-a94a765cbf02} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:24.734622 [ 3 ] {} HTTP-Session: 32e270ff-8db7-4bc6-8cb7-a86075747f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.720889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:29.721085 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:29.721129 [ 3 ] {} HTTP-Session: d19dd95a-241b-4a91-9ea9-cc82f63c3bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:29.721170 [ 3 ] {} HTTP-Session: d19dd95a-241b-4a91-9ea9-cc82f63c3bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.721199 [ 3 ] {} HTTP-Session: d19dd95a-241b-4a91-9ea9-cc82f63c3bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.721280 [ 3 ] {} HTTP-Session: d19dd95a-241b-4a91-9ea9-cc82f63c3bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:29.721443 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:29.721507 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:29.721696 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:29.722199 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.722250 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.722638 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.13 04:55:29.722978 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.723141 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} executeQuery: Read 28 rows, 2.27 KiB in 0.001758 sec., 15927.189988623435 rows/sec., 1.26 MiB/sec. 2024.03.13 04:55:29.723158 [ 138 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.13 04:55:29.723265 [ 138 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.723305 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.723355 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} DynamicQueryHandler: Done processing query 2024.03.13 04:55:29.723412 [ 3 ] {19c7e0e0-b699-4681-99ed-5b6e66c7dec6} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:29.723469 [ 3 ] {} HTTP-Session: d19dd95a-241b-4a91-9ea9-cc82f63c3bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.723569 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.03.13 04:55:29.723684 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:29.723781 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:29.723828 [ 3 ] {} HTTP-Session: a7f3c6a9-2a5e-4371-b2d1-29a92985372d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:29.723871 [ 3 ] {} HTTP-Session: a7f3c6a9-2a5e-4371-b2d1-29a92985372d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.723907 [ 3 ] {} HTTP-Session: a7f3c6a9-2a5e-4371-b2d1-29a92985372d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.723941 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:29.723975 [ 3 ] {} HTTP-Session: a7f3c6a9-2a5e-4371-b2d1-29a92985372d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:29.724009 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part 2024.03.13 04:55:29.724158 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:29.724295 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.724360 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:29.724667 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:29.724994 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.725361 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:29.725653 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.725996 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:29.726904 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.726961 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.727834 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.13 04:55:29.728518 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 4 columns (4 merged, 0 gathered) in 0.0051269 sec., 38814.878386549375 rows/sec., 3.07 MiB/sec. 2024.03.13 04:55:29.728703 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.13 04:55:29.728786 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.729045 [ 138 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.13 04:55:29.729198 [ 138 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.729282 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} executeQuery: Read 84 rows, 8.82 KiB in 0.005151 sec., 16307.5131042516 rows/sec., 1.67 MiB/sec. 2024.03.13 04:55:29.729309 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.729797 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.03.13 04:55:29.729918 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} DynamicQueryHandler: Done processing query 2024.03.13 04:55:29.729997 [ 3 ] {675a5e63-6850-4de8-9058-ffe3eec98ac9} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:55:29.730088 [ 3 ] {} HTTP-Session: a7f3c6a9-2a5e-4371-b2d1-29a92985372d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.730105 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.730283 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:29.730378 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 211 rows starting from the beginning of the part 2024.03.13 04:55:29.730391 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_31_6} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.13 04:55:29.730399 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:29.730714 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.03.13 04:55:29.730761 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 84 rows starting from the beginning of the part 2024.03.13 04:55:29.730814 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:29.730919 [ 3 ] {} HTTP-Session: eb868f44-908f-4347-9b12-234e2d952a00 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:29.731023 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 87 rows starting from the beginning of the part 2024.03.13 04:55:29.731042 [ 3 ] {} HTTP-Session: eb868f44-908f-4347-9b12-234e2d952a00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.731133 [ 3 ] {} HTTP-Session: eb868f44-908f-4347-9b12-234e2d952a00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.731261 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 86 rows starting from the beginning of the part 2024.03.13 04:55:29.731353 [ 3 ] {} HTTP-Session: eb868f44-908f-4347-9b12-234e2d952a00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:29.731530 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part 2024.03.13 04:55:29.731795 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:29.731810 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 84 rows starting from the beginning of the part 2024.03.13 04:55:29.731915 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:29.732612 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:29.733424 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.733513 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.734262 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.13 04:55:29.734719 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 4 columns (4 merged, 0 gathered) in 0.005225342 sec., 122480.02140338374 rows/sec., 11.81 MiB/sec. 2024.03.13 04:55:29.734961 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.13 04:55:29.735123 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.735421 [ 138 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.13 04:55:29.735514 [ 138 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.735552 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} executeQuery: Read 28 rows, 2.24 KiB in 0.003988 sec., 7021.063189568706 rows/sec., 562.23 KiB/sec. 2024.03.13 04:55:29.735589 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.735950 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.03.13 04:55:29.736092 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} DynamicQueryHandler: Done processing query 2024.03.13 04:55:29.736156 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.736184 [ 3 ] {92770908-d9af-49cc-bb53-a101f1b473f5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:29.736300 [ 3 ] {} HTTP-Session: eb868f44-908f-4347-9b12-234e2d952a00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.736403 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:29.736442 [ 186 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_31_6} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.13 04:55:29.736448 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 107 rows starting from the beginning of the part 2024.03.13 04:55:29.736552 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.13 04:55:29.736667 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:29.736791 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.736832 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:29.736900 [ 3 ] {} HTTP-Session: 8cca6f52-134e-4279-94c6-8026ba1eeec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:29.736963 [ 3 ] {} HTTP-Session: 8cca6f52-134e-4279-94c6-8026ba1eeec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.737045 [ 3 ] {} HTTP-Session: 8cca6f52-134e-4279-94c6-8026ba1eeec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.737066 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:29.737170 [ 3 ] {} HTTP-Session: 8cca6f52-134e-4279-94c6-8026ba1eeec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:29.737343 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2024.03.13 04:55:29.737585 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part 2024.03.13 04:55:29.737826 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.737870 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:29.738101 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:29.738831 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:29.740014 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.740107 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.740353 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 4 columns (4 merged, 0 gathered) in 0.004595822 sec., 55485.17762437274 rows/sec., 4.34 MiB/sec. 2024.03.13 04:55:29.740528 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.13 04:55:29.741253 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.03.13 04:55:29.741400 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.741615 [ 194 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_31_6} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.13 04:55:29.741760 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.13 04:55:29.741939 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.742111 [ 138 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.03.13 04:55:29.742118 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} executeQuery: Read 28 rows, 38.69 KiB in 0.00473 sec., 5919.661733615222 rows/sec., 7.99 MiB/sec. 2024.03.13 04:55:29.742154 [ 138 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:29.742223 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:29.742435 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.03.13 04:55:29.742438 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} DynamicQueryHandler: Done processing query 2024.03.13 04:55:29.742496 [ 3 ] {0859de20-84bd-49d8-9ce1-b44ca6ea9312} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:29.742538 [ 3 ] {} HTTP-Session: 8cca6f52-134e-4279-94c6-8026ba1eeec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:29.742666 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:29.742703 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 739 rows starting from the beginning of the part 2024.03.13 04:55:29.742829 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.742965 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:29.743179 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.743330 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:29.743526 [ 186 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:29.756955 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 881 rows, containing 6 columns (6 merged, 0 gathered) in 0.014633828 sec., 60202.97628207739 rows/sec., 81.24 MiB/sec. 2024.03.13 04:55:29.757617 [ 193 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.03.13 04:55:29.758119 [ 193 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:29.758218 [ 193 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_31_6} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.03.13 04:55:29.758330 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2024.03.13 04:55:30.000208 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 184.55 MiB, peak 193.04 MiB, free memory in arenas 0.00 B, will set to 185.91 MiB (RSS), difference: 1.36 MiB 2024.03.13 04:55:34.722118 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:34.722250 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:34.722276 [ 3 ] {} HTTP-Session: 3a6226bb-99d3-4e9c-8d18-c2fb7fd604da Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:34.722300 [ 3 ] {} HTTP-Session: 3a6226bb-99d3-4e9c-8d18-c2fb7fd604da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.722314 [ 3 ] {} HTTP-Session: 3a6226bb-99d3-4e9c-8d18-c2fb7fd604da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.722364 [ 3 ] {} HTTP-Session: 3a6226bb-99d3-4e9c-8d18-c2fb7fd604da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:34.722488 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:34.722551 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:34.722737 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:34.723221 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.723266 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.723660 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.13 04:55:34.724004 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.724150 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} executeQuery: Read 29 rows, 2.35 KiB in 0.001721 sec., 16850.668216153397 rows/sec., 1.33 MiB/sec. 2024.03.13 04:55:34.724307 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} DynamicQueryHandler: Done processing query 2024.03.13 04:55:34.724335 [ 3 ] {2584e0c5-6ad1-4729-b8bc-1e7d6257a412} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:34.724353 [ 3 ] {} HTTP-Session: 3a6226bb-99d3-4e9c-8d18-c2fb7fd604da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.724476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:34.724533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:34.724551 [ 3 ] {} HTTP-Session: 419c3b87-0fdb-42b1-af9e-cc181c4a2ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:34.724570 [ 3 ] {} HTTP-Session: 419c3b87-0fdb-42b1-af9e-cc181c4a2ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.724584 [ 3 ] {} HTTP-Session: 419c3b87-0fdb-42b1-af9e-cc181c4a2ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.724618 [ 3 ] {} HTTP-Session: 419c3b87-0fdb-42b1-af9e-cc181c4a2ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:34.724688 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:34.724732 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:55:34.724863 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:34.725191 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.725228 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.725531 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.13 04:55:34.725870 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.726000 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} executeQuery: Read 2 rows, 167.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 121.89 KiB/sec. 2024.03.13 04:55:34.726153 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} DynamicQueryHandler: Done processing query 2024.03.13 04:55:34.726178 [ 3 ] {76190743-3f1d-4ad1-bb01-4a16304facc7} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:34.726196 [ 3 ] {} HTTP-Session: 419c3b87-0fdb-42b1-af9e-cc181c4a2ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.726334 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:34.726386 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:34.726405 [ 3 ] {} HTTP-Session: e6fc4b79-51fd-4d42-b1c4-86d0dce1ded8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:34.726422 [ 3 ] {} HTTP-Session: e6fc4b79-51fd-4d42-b1c4-86d0dce1ded8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.726435 [ 3 ] {} HTTP-Session: e6fc4b79-51fd-4d42-b1c4-86d0dce1ded8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.726467 [ 3 ] {} HTTP-Session: e6fc4b79-51fd-4d42-b1c4-86d0dce1ded8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:34.726569 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:34.726610 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:34.726732 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:34.727109 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.727146 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.727464 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.13 04:55:34.727763 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.727887 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} executeQuery: Read 124 rows, 11.04 KiB in 0.001374 sec., 90247.45269286753 rows/sec., 7.84 MiB/sec. 2024.03.13 04:55:34.728006 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} DynamicQueryHandler: Done processing query 2024.03.13 04:55:34.728031 [ 3 ] {ebb5146b-ab5b-4c14-86a3-139532d40314} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:55:34.728048 [ 3 ] {} HTTP-Session: e6fc4b79-51fd-4d42-b1c4-86d0dce1ded8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.728198 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:34.728248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:34.728266 [ 3 ] {} HTTP-Session: ae162c63-b43e-4c71-a8db-ec09f008e9a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:34.728284 [ 3 ] {} HTTP-Session: ae162c63-b43e-4c71-a8db-ec09f008e9a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.728298 [ 3 ] {} HTTP-Session: ae162c63-b43e-4c71-a8db-ec09f008e9a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.728328 [ 3 ] {} HTTP-Session: ae162c63-b43e-4c71-a8db-ec09f008e9a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:34.728392 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:34.728431 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:55:34.728557 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:34.728901 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.728938 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.729230 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.03.13 04:55:34.729537 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.729671 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} executeQuery: Read 2 rows, 143.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 107.34 KiB/sec. 2024.03.13 04:55:34.729910 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} DynamicQueryHandler: Done processing query 2024.03.13 04:55:34.729945 [ 3 ] {b784b5c6-f510-4788-8bc8-c929a2eeaeb0} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:55:34.729963 [ 3 ] {} HTTP-Session: ae162c63-b43e-4c71-a8db-ec09f008e9a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.730078 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:34.730130 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:34.730148 [ 3 ] {} HTTP-Session: ee53aec0-1baf-42d9-a6bc-78aedb3c3aa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:34.730166 [ 3 ] {} HTTP-Session: ee53aec0-1baf-42d9-a6bc-78aedb3c3aa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.730180 [ 3 ] {} HTTP-Session: ee53aec0-1baf-42d9-a6bc-78aedb3c3aa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.730212 [ 3 ] {} HTTP-Session: ee53aec0-1baf-42d9-a6bc-78aedb3c3aa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:34.730297 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:34.730338 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:34.730479 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:34.730803 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.730841 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.731148 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.13 04:55:34.731480 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.731608 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} executeQuery: Read 55 rows, 4.38 KiB in 0.001352 sec., 40680.47337278107 rows/sec., 3.17 MiB/sec. 2024.03.13 04:55:34.731729 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} DynamicQueryHandler: Done processing query 2024.03.13 04:55:34.731753 [ 3 ] {16600a1a-cb6b-4596-bb84-aaa7d9f9d6ae} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:55:34.731770 [ 3 ] {} HTTP-Session: ee53aec0-1baf-42d9-a6bc-78aedb3c3aa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.731912 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:34.731962 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:34.731980 [ 3 ] {} HTTP-Session: cb3a1608-ed4c-44b9-9bdd-f44d45ca4426 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:34.731997 [ 3 ] {} HTTP-Session: cb3a1608-ed4c-44b9-9bdd-f44d45ca4426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.732011 [ 3 ] {} HTTP-Session: cb3a1608-ed4c-44b9-9bdd-f44d45ca4426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.732042 [ 3 ] {} HTTP-Session: cb3a1608-ed4c-44b9-9bdd-f44d45ca4426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:34.732121 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:34.732163 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:55:34.732304 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:34.732614 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.732650 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.733026 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.13 04:55:34.733371 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.733486 [ 135 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.03.13 04:55:34.733498 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} executeQuery: Read 37 rows, 2.67 KiB in 0.001414 sec., 26166.90240452617 rows/sec., 1.85 MiB/sec. 2024.03.13 04:55:34.733538 [ 135 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.733580 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.733663 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} DynamicQueryHandler: Done processing query 2024.03.13 04:55:34.733713 [ 3 ] {9ebe9d91-4613-4181-862c-2bb8c96dc0f4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:34.733768 [ 3 ] {} HTTP-Session: cb3a1608-ed4c-44b9-9bdd-f44d45ca4426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.733798 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.03.13 04:55:34.733963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:34.734072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:34.734107 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:34.734119 [ 3 ] {} HTTP-Session: c7e7f9dc-d848-4ebe-aba5-3a28938d577e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:34.734182 [ 3 ] {} HTTP-Session: c7e7f9dc-d848-4ebe-aba5-3a28938d577e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.734190 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 365 rows starting from the beginning of the part 2024.03.13 04:55:34.734210 [ 3 ] {} HTTP-Session: c7e7f9dc-d848-4ebe-aba5-3a28938d577e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.734292 [ 3 ] {} HTTP-Session: c7e7f9dc-d848-4ebe-aba5-3a28938d577e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:34.734516 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part 2024.03.13 04:55:34.734790 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:34.734787 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2024.03.13 04:55:34.734938 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:34.735151 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.03.13 04:55:34.735480 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2024.03.13 04:55:34.735897 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part 2024.03.13 04:55:34.736385 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:34.737501 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:34.737569 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:34.738830 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.03.13 04:55:34.738912 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 5 columns (5 merged, 0 gathered) in 0.005252562 sec., 91003.20948139213 rows/sec., 6.42 MiB/sec. 2024.03.13 04:55:34.739155 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.03.13 04:55:34.739568 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.740045 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} executeQuery: Read 29 rows, 40.07 KiB in 0.005556 sec., 5219.582433405328 rows/sec., 7.04 MiB/sec. 2024.03.13 04:55:34.740279 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:34.740361 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} DynamicQueryHandler: Done processing query 2024.03.13 04:55:34.740394 [ 3 ] {ac77e875-76fa-4ada-a2d2-551d473078dd} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:34.740413 [ 3 ] {} HTTP-Session: c7e7f9dc-d848-4ebe-aba5-3a28938d577e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:34.740432 [ 188 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_11_2} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.03.13 04:55:34.740543 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.13 04:55:38.499001 [ 130 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:55:38.499071 [ 130 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:55:39.720787 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:39.720904 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:39.720932 [ 3 ] {} HTTP-Session: 6bdcc23f-9d46-4781-8aff-1046efbe07cd Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:39.720961 [ 3 ] {} HTTP-Session: 6bdcc23f-9d46-4781-8aff-1046efbe07cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.720979 [ 3 ] {} HTTP-Session: 6bdcc23f-9d46-4781-8aff-1046efbe07cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.721032 [ 3 ] {} HTTP-Session: 6bdcc23f-9d46-4781-8aff-1046efbe07cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:39.721166 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:39.721235 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:39.721451 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:39.721919 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:39.721962 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:39.722350 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.13 04:55:39.722685 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:39.722845 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} executeQuery: Read 28 rows, 2.27 KiB in 0.001738 sec., 16110.471806674339 rows/sec., 1.28 MiB/sec. 2024.03.13 04:55:39.723081 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} DynamicQueryHandler: Done processing query 2024.03.13 04:55:39.723138 [ 3 ] {f013c8c8-ddbe-4a6f-82a9-b0df6f05ab0a} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:39.723189 [ 3 ] {} HTTP-Session: 6bdcc23f-9d46-4781-8aff-1046efbe07cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.723362 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:39.723413 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:39.723432 [ 3 ] {} HTTP-Session: 697dea7e-4f20-4079-80ff-db2eac0d4f1f Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:39.723449 [ 3 ] {} HTTP-Session: 697dea7e-4f20-4079-80ff-db2eac0d4f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.723463 [ 3 ] {} HTTP-Session: 697dea7e-4f20-4079-80ff-db2eac0d4f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.723495 [ 3 ] {} HTTP-Session: 697dea7e-4f20-4079-80ff-db2eac0d4f1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:39.723585 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:39.723626 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:39.723768 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:39.724141 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:39.724179 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:39.724481 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.13 04:55:39.724781 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:39.724930 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} executeQuery: Read 84 rows, 8.82 KiB in 0.001378 sec., 60957.910014513785 rows/sec., 6.25 MiB/sec. 2024.03.13 04:55:39.725094 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} DynamicQueryHandler: Done processing query 2024.03.13 04:55:39.725125 [ 3 ] {dfb3d776-757d-496a-95d7-b7db49a0cf21} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:55:39.725144 [ 3 ] {} HTTP-Session: 697dea7e-4f20-4079-80ff-db2eac0d4f1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.725295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:39.725343 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:39.725361 [ 3 ] {} HTTP-Session: 017d76fd-1249-4055-a9ab-0a1b71ed8228 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:39.725378 [ 3 ] {} HTTP-Session: 017d76fd-1249-4055-a9ab-0a1b71ed8228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.725392 [ 3 ] {} HTTP-Session: 017d76fd-1249-4055-a9ab-0a1b71ed8228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.725421 [ 3 ] {} HTTP-Session: 017d76fd-1249-4055-a9ab-0a1b71ed8228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:39.725497 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:39.725536 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:39.725656 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:39.725948 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:39.725985 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:39.726280 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.13 04:55:39.726604 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:39.726759 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} executeQuery: Read 28 rows, 2.24 KiB in 0.001286 sec., 21772.939346811818 rows/sec., 1.70 MiB/sec. 2024.03.13 04:55:39.727001 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} DynamicQueryHandler: Done processing query 2024.03.13 04:55:39.727054 [ 3 ] {6d5e315e-5387-448f-bdbd-858fbdae8f95} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:39.727089 [ 3 ] {} HTTP-Session: 017d76fd-1249-4055-a9ab-0a1b71ed8228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.727242 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:39.727290 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:39.727308 [ 3 ] {} HTTP-Session: f37889cb-d910-4ae9-8aeb-24ae9935a88b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:39.727326 [ 3 ] {} HTTP-Session: f37889cb-d910-4ae9-8aeb-24ae9935a88b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.727340 [ 3 ] {} HTTP-Session: f37889cb-d910-4ae9-8aeb-24ae9935a88b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:39.727369 [ 3 ] {} HTTP-Session: f37889cb-d910-4ae9-8aeb-24ae9935a88b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:39.727589 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:39.727636 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:39.727816 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:39.728263 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:39.728300 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:39.728710 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.03.13 04:55:39.729053 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:39.729207 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} executeQuery: Read 28 rows, 38.69 KiB in 0.001786 sec., 15677.491601343785 rows/sec., 21.16 MiB/sec. 2024.03.13 04:55:39.729338 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} DynamicQueryHandler: Done processing query 2024.03.13 04:55:39.729362 [ 3 ] {3e0a3370-f89c-4a38-8f95-90f6a62aa184} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:39.729378 [ 3 ] {} HTTP-Session: f37889cb-d910-4ae9-8aeb-24ae9935a88b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.721329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:44.721529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:44.721574 [ 3 ] {} HTTP-Session: c25e90fc-972d-473f-969e-aedf85915c82 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:44.721617 [ 3 ] {} HTTP-Session: c25e90fc-972d-473f-969e-aedf85915c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.721647 [ 3 ] {} HTTP-Session: c25e90fc-972d-473f-969e-aedf85915c82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.721725 [ 3 ] {} HTTP-Session: c25e90fc-972d-473f-969e-aedf85915c82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:44.721887 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:44.721951 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:44.722141 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:44.722625 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:44.722679 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:44.723081 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.13 04:55:44.723438 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:44.723622 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} executeQuery: Read 29 rows, 2.35 KiB in 0.001788 sec., 16219.23937360179 rows/sec., 1.28 MiB/sec. 2024.03.13 04:55:44.723799 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} DynamicQueryHandler: Done processing query 2024.03.13 04:55:44.723832 [ 3 ] {06764ce2-5cad-4afe-8dc9-64bc5d98a9d4} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:44.723855 [ 3 ] {} HTTP-Session: c25e90fc-972d-473f-969e-aedf85915c82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.723988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:44.724045 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:44.724064 [ 3 ] {} HTTP-Session: 69c150b7-29ce-4e12-99ad-ddb2332e6e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:44.724084 [ 3 ] {} HTTP-Session: 69c150b7-29ce-4e12-99ad-ddb2332e6e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.724098 [ 3 ] {} HTTP-Session: 69c150b7-29ce-4e12-99ad-ddb2332e6e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.724132 [ 3 ] {} HTTP-Session: 69c150b7-29ce-4e12-99ad-ddb2332e6e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:44.724230 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:44.724273 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:44.724403 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:44.724775 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:44.724815 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:44.725136 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.13 04:55:44.725437 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:44.725588 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} executeQuery: Read 87 rows, 8.18 KiB in 0.001403 sec., 62009.97861724876 rows/sec., 5.69 MiB/sec. 2024.03.13 04:55:44.725714 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} DynamicQueryHandler: Done processing query 2024.03.13 04:55:44.725739 [ 3 ] {4ae0c16e-dc06-4062-bd1e-1f14564ca215} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:55:44.725754 [ 3 ] {} HTTP-Session: 69c150b7-29ce-4e12-99ad-ddb2332e6e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.725914 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:44.725965 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:44.725984 [ 3 ] {} HTTP-Session: ee0b0688-35bc-41b2-9ee8-e9ffba1b21db Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:44.726001 [ 3 ] {} HTTP-Session: ee0b0688-35bc-41b2-9ee8-e9ffba1b21db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.726015 [ 3 ] {} HTTP-Session: ee0b0688-35bc-41b2-9ee8-e9ffba1b21db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.726046 [ 3 ] {} HTTP-Session: ee0b0688-35bc-41b2-9ee8-e9ffba1b21db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:44.726125 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:44.726166 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:44.726287 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:44.726585 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:44.726623 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:44.726923 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.13 04:55:44.727225 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:44.727380 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} executeQuery: Read 29 rows, 2.32 KiB in 0.001289 sec., 22498.060512024826 rows/sec., 1.76 MiB/sec. 2024.03.13 04:55:44.727503 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} DynamicQueryHandler: Done processing query 2024.03.13 04:55:44.727528 [ 3 ] {e0bc3be1-bd13-4f7b-8ab2-8234915ec29a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:44.727544 [ 3 ] {} HTTP-Session: ee0b0688-35bc-41b2-9ee8-e9ffba1b21db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.727671 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:44.727721 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:44.727739 [ 3 ] {} HTTP-Session: 7e4dbda3-f627-4983-8e32-9691a15303eb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:44.727755 [ 3 ] {} HTTP-Session: 7e4dbda3-f627-4983-8e32-9691a15303eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.727769 [ 3 ] {} HTTP-Session: 7e4dbda3-f627-4983-8e32-9691a15303eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:44.727799 [ 3 ] {} HTTP-Session: 7e4dbda3-f627-4983-8e32-9691a15303eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:44.728026 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:44.728073 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:44.728232 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:44.728684 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:44.728720 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:44.729154 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.03.13 04:55:44.729493 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:44.729654 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} executeQuery: Read 29 rows, 40.07 KiB in 0.001795 sec., 16155.988857938719 rows/sec., 21.80 MiB/sec. 2024.03.13 04:55:44.729785 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} DynamicQueryHandler: Done processing query 2024.03.13 04:55:44.729808 [ 3 ] {5f7b434f-29ab-4533-a67e-6123a3d86db9} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:44.729824 [ 3 ] {} HTTP-Session: 7e4dbda3-f627-4983-8e32-9691a15303eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.721605 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:49.721734 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:49.721759 [ 3 ] {} HTTP-Session: b793b4d0-45aa-40b1-abf5-1331a934aa8d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:49.721784 [ 3 ] {} HTTP-Session: b793b4d0-45aa-40b1-abf5-1331a934aa8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.721799 [ 3 ] {} HTTP-Session: b793b4d0-45aa-40b1-abf5-1331a934aa8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.721934 [ 3 ] {} HTTP-Session: b793b4d0-45aa-40b1-abf5-1331a934aa8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:49.722058 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:49.722120 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:49.722310 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:49.722770 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:49.722819 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:49.723193 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.13 04:55:49.723517 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:49.723684 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} executeQuery: Read 28 rows, 2.27 KiB in 0.001682 sec., 16646.848989298454 rows/sec., 1.32 MiB/sec. 2024.03.13 04:55:49.723837 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} DynamicQueryHandler: Done processing query 2024.03.13 04:55:49.723939 [ 3 ] {c2c87982-0397-45aa-aadd-89198c65288c} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:49.723957 [ 3 ] {} HTTP-Session: b793b4d0-45aa-40b1-abf5-1331a934aa8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.724090 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:49.724140 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:49.724158 [ 3 ] {} HTTP-Session: 820dd1bf-ca04-4b43-a23f-64dc33093d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:49.724175 [ 3 ] {} HTTP-Session: 820dd1bf-ca04-4b43-a23f-64dc33093d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.724189 [ 3 ] {} HTTP-Session: 820dd1bf-ca04-4b43-a23f-64dc33093d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.724220 [ 3 ] {} HTTP-Session: 820dd1bf-ca04-4b43-a23f-64dc33093d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:49.724305 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:49.724345 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:49.724467 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:49.724833 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:49.724870 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:49.725185 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.13 04:55:49.725482 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:49.725631 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} executeQuery: Read 84 rows, 8.82 KiB in 0.001364 sec., 61583.57771260997 rows/sec., 6.31 MiB/sec. 2024.03.13 04:55:49.725753 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} DynamicQueryHandler: Done processing query 2024.03.13 04:55:49.725776 [ 3 ] {ad93c3fa-ed17-4a00-aca6-2e29740d1f10} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:55:49.725792 [ 3 ] {} HTTP-Session: 820dd1bf-ca04-4b43-a23f-64dc33093d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.725924 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:49.725972 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:49.725990 [ 3 ] {} HTTP-Session: 6f7222b4-8ccb-43ca-8631-08eda30de1d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:49.726007 [ 3 ] {} HTTP-Session: 6f7222b4-8ccb-43ca-8631-08eda30de1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.726021 [ 3 ] {} HTTP-Session: 6f7222b4-8ccb-43ca-8631-08eda30de1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.726050 [ 3 ] {} HTTP-Session: 6f7222b4-8ccb-43ca-8631-08eda30de1d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:49.726124 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:49.726163 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:49.726287 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:49.726584 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:49.726621 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:49.726936 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.13 04:55:49.727231 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:49.727388 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} executeQuery: Read 28 rows, 2.24 KiB in 0.001288 sec., 21739.130434782608 rows/sec., 1.70 MiB/sec. 2024.03.13 04:55:49.727511 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} DynamicQueryHandler: Done processing query 2024.03.13 04:55:49.727535 [ 3 ] {8bb705c1-b9b2-4b0f-8676-3c73d573ac11} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:49.727551 [ 3 ] {} HTTP-Session: 6f7222b4-8ccb-43ca-8631-08eda30de1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.727745 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:49.727793 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:49.727810 [ 3 ] {} HTTP-Session: da494c06-877d-4c9e-8bc9-774e6b4d4b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:49.727827 [ 3 ] {} HTTP-Session: da494c06-877d-4c9e-8bc9-774e6b4d4b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.727841 [ 3 ] {} HTTP-Session: da494c06-877d-4c9e-8bc9-774e6b4d4b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:49.727870 [ 3 ] {} HTTP-Session: da494c06-877d-4c9e-8bc9-774e6b4d4b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:49.728092 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:49.728138 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:49.728296 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:49.728792 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:49.728828 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:49.729250 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.03.13 04:55:49.729582 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:49.729739 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} executeQuery: Read 28 rows, 38.69 KiB in 0.001819 sec., 15393.073117097305 rows/sec., 20.77 MiB/sec. 2024.03.13 04:55:49.729868 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} DynamicQueryHandler: Done processing query 2024.03.13 04:55:49.729892 [ 3 ] {30e41da3-1ee5-4999-a50b-454d2188883e} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:49.729908 [ 3 ] {} HTTP-Session: da494c06-877d-4c9e-8bc9-774e6b4d4b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:53.499130 [ 114 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:55:53.499200 [ 114 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:55:54.720968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:54.721096 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:54.721126 [ 3 ] {} HTTP-Session: 16af31ff-bc5c-479f-9f74-6dd4ea500012 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:54.721154 [ 3 ] {} HTTP-Session: 16af31ff-bc5c-479f-9f74-6dd4ea500012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.721172 [ 3 ] {} HTTP-Session: 16af31ff-bc5c-479f-9f74-6dd4ea500012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.721227 [ 3 ] {} HTTP-Session: 16af31ff-bc5c-479f-9f74-6dd4ea500012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:54.721366 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:54.721436 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:54.721652 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:54.722144 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.722193 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.722582 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.13 04:55:54.722904 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.723054 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} executeQuery: Read 29 rows, 2.35 KiB in 0.001753 sec., 16543.069024529377 rows/sec., 1.31 MiB/sec. 2024.03.13 04:55:54.723134 [ 116 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.13 04:55:54.723239 [ 116 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.723276 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.723281 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} DynamicQueryHandler: Done processing query 2024.03.13 04:55:54.723331 [ 3 ] {a4f0993e-21d2-484c-ae4a-5f018055d2ae} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:54.723386 [ 3 ] {} HTTP-Session: 16af31ff-bc5c-479f-9f74-6dd4ea500012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.723585 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.03.13 04:55:54.723717 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:54.723975 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:54.724147 [ 3 ] {} HTTP-Session: e8ed0bc0-5c1c-4e82-bba4-225ae9096a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:54.724275 [ 3 ] {} HTTP-Session: e8ed0bc0-5c1c-4e82-bba4-225ae9096a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.724302 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:54.724319 [ 3 ] {} HTTP-Session: e8ed0bc0-5c1c-4e82-bba4-225ae9096a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.724376 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 57 rows starting from the beginning of the part 2024.03.13 04:55:54.724393 [ 3 ] {} HTTP-Session: e8ed0bc0-5c1c-4e82-bba4-225ae9096a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:54.724615 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:54.724655 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.724745 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:54.724993 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:54.725366 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.725628 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:54.725656 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:54.725933 [ 193 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.726623 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.726696 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.727653 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.13 04:55:54.728515 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.00512518 sec., 39023.019679308825 rows/sec., 3.09 MiB/sec. 2024.03.13 04:55:54.728554 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.728817 [ 116 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.13 04:55:54.728829 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.13 04:55:54.728838 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} executeQuery: Read 87 rows, 8.18 KiB in 0.004345 sec., 20023.01495972382 rows/sec., 1.84 MiB/sec. 2024.03.13 04:55:54.728877 [ 116 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.728968 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.729330 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.03.13 04:55:54.729404 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} DynamicQueryHandler: Done processing query 2024.03.13 04:55:54.729489 [ 3 ] {d9331607-fa1c-469d-9b60-950bf0c35ab6} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:55:54.729588 [ 3 ] {} HTTP-Session: e8ed0bc0-5c1c-4e82-bba4-225ae9096a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.729875 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:54.729928 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:54.729989 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:54.730000 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 211 rows starting from the beginning of the part 2024.03.13 04:55:54.730060 [ 3 ] {} HTTP-Session: ef34e31b-d473-47fd-93d0-287c08b2f4b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:54.730119 [ 3 ] {} HTTP-Session: ef34e31b-d473-47fd-93d0-287c08b2f4b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.730148 [ 3 ] {} HTTP-Session: ef34e31b-d473-47fd-93d0-287c08b2f4b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.730334 [ 3 ] {} HTTP-Session: ef34e31b-d473-47fd-93d0-287c08b2f4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:54.730410 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 124 rows starting from the beginning of the part 2024.03.13 04:55:54.730478 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.730776 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:54.730920 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 84 rows starting from the beginning of the part 2024.03.13 04:55:54.730970 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:54.731040 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_36_7} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.13 04:55:54.731491 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 87 rows starting from the beginning of the part 2024.03.13 04:55:54.731529 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.03.13 04:55:54.731780 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 84 rows starting from the beginning of the part 2024.03.13 04:55:54.731985 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 87 rows starting from the beginning of the part 2024.03.13 04:55:54.732153 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:54.732754 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.732795 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.733314 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.13 04:55:54.733714 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 677 rows, containing 4 columns (4 merged, 0 gathered) in 0.004579732 sec., 147825.24392257014 rows/sec., 13.89 MiB/sec. 2024.03.13 04:55:54.733752 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.734010 [ 116 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.13 04:55:54.734029 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.13 04:55:54.734033 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} executeQuery: Read 29 rows, 2.32 KiB in 0.003519 sec., 8240.977550440466 rows/sec., 659.92 KiB/sec. 2024.03.13 04:55:54.734093 [ 116 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.734318 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.734491 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} DynamicQueryHandler: Done processing query 2024.03.13 04:55:54.734583 [ 3 ] {17306a2c-ece9-4ac4-9739-36d3479b586b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:54.734721 [ 3 ] {} HTTP-Session: ef34e31b-d473-47fd-93d0-287c08b2f4b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.734921 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.03.13 04:55:54.735127 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:54.735247 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:54.735325 [ 3 ] {} HTTP-Session: 79accd60-b7e0-4393-bbbb-79b6547b6f25 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:54.735333 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:54.735355 [ 3 ] {} HTTP-Session: 79accd60-b7e0-4393-bbbb-79b6547b6f25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.735398 [ 3 ] {} HTTP-Session: 79accd60-b7e0-4393-bbbb-79b6547b6f25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.735407 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 107 rows starting from the beginning of the part 2024.03.13 04:55:54.735498 [ 3 ] {} HTTP-Session: 79accd60-b7e0-4393-bbbb-79b6547b6f25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:54.735520 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.735867 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 55 rows starting from the beginning of the part 2024.03.13 04:55:54.735933 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_36_7} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.13 04:55:54.736067 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:54.736224 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:54.736352 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.13 04:55:54.736524 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:54.736545 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.736785 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:54.736994 [ 191 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.737403 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:54.738155 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.738202 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.738543 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.004022563 sec., 68612.9713816788 rows/sec., 5.36 MiB/sec. 2024.03.13 04:55:54.738686 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.13 04:55:54.738816 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.03.13 04:55:54.739146 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.739246 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_36_7} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.13 04:55:54.739321 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.739341 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.03.13 04:55:54.739502 [ 116 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.03.13 04:55:54.739507 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} executeQuery: Read 29 rows, 40.07 KiB in 0.003802 sec., 7627.564439768543 rows/sec., 10.29 MiB/sec. 2024.03.13 04:55:54.739552 [ 116 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:54.739633 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:54.739805 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.03.13 04:55:54.739816 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} DynamicQueryHandler: Done processing query 2024.03.13 04:55:54.739853 [ 3 ] {44a38fa8-7801-4872-85ce-2b5e0f572bc1} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:54.739875 [ 3 ] {} HTTP-Session: 79accd60-b7e0-4393-bbbb-79b6547b6f25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:54.739959 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:55:54.739990 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 881 rows starting from the beginning of the part 2024.03.13 04:55:54.740062 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.740211 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:54.740430 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.740569 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2024.03.13 04:55:54.740721 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 29 rows starting from the beginning of the part 2024.03.13 04:55:54.746606 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1024 rows, containing 6 columns (6 merged, 0 gathered) in 0.006862197 sec., 149223.34640057696 rows/sec., 201.37 MiB/sec. 2024.03.13 04:55:54.747118 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.03.13 04:55:54.747521 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:54.747592 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_36_7} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.03.13 04:55:54.747666 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2024.03.13 04:55:55.000147 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 186.28 MiB, peak 195.06 MiB, free memory in arenas 0.00 B, will set to 188.01 MiB (RSS), difference: 1.72 MiB 2024.03.13 04:55:59.720757 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:59.720895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:59.720925 [ 3 ] {} HTTP-Session: d6fb2890-fbc1-43f0-a938-a0bb2090ac4a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:59.720953 [ 3 ] {} HTTP-Session: d6fb2890-fbc1-43f0-a938-a0bb2090ac4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.720971 [ 3 ] {} HTTP-Session: d6fb2890-fbc1-43f0-a938-a0bb2090ac4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.721027 [ 3 ] {} HTTP-Session: d6fb2890-fbc1-43f0-a938-a0bb2090ac4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:59.721162 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:59.721230 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:55:59.721417 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:59.721875 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:59.721917 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:59.722299 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.13 04:55:59.722650 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:59.722792 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} executeQuery: Read 28 rows, 2.27 KiB in 0.001693 sec., 16538.688718251622 rows/sec., 1.31 MiB/sec. 2024.03.13 04:55:59.722943 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} DynamicQueryHandler: Done processing query 2024.03.13 04:55:59.722971 [ 3 ] {b333c891-dcc7-4bd6-b2d3-8e5ea86a4bed} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:55:59.722988 [ 3 ] {} HTTP-Session: d6fb2890-fbc1-43f0-a938-a0bb2090ac4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.723124 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:59.723182 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:59.723201 [ 3 ] {} HTTP-Session: 2c1c0966-d3dd-4c1b-90a1-3a4c5e436dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:59.723219 [ 3 ] {} HTTP-Session: 2c1c0966-d3dd-4c1b-90a1-3a4c5e436dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.723233 [ 3 ] {} HTTP-Session: 2c1c0966-d3dd-4c1b-90a1-3a4c5e436dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.723267 [ 3 ] {} HTTP-Session: 2c1c0966-d3dd-4c1b-90a1-3a4c5e436dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:59.723362 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:59.723405 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:55:59.723534 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:59.723906 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:59.723942 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:59.724262 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.13 04:55:59.724565 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:59.724689 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} executeQuery: Read 84 rows, 8.82 KiB in 0.001375 sec., 61090.909090909096 rows/sec., 6.26 MiB/sec. 2024.03.13 04:55:59.724811 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} DynamicQueryHandler: Done processing query 2024.03.13 04:55:59.724836 [ 3 ] {507029d9-47da-4604-af77-7ed8b8d44317} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:55:59.724851 [ 3 ] {} HTTP-Session: 2c1c0966-d3dd-4c1b-90a1-3a4c5e436dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.724972 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:59.725024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:59.725042 [ 3 ] {} HTTP-Session: af2ca492-bdec-4978-b53a-52de889578f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:59.725059 [ 3 ] {} HTTP-Session: af2ca492-bdec-4978-b53a-52de889578f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.725073 [ 3 ] {} HTTP-Session: af2ca492-bdec-4978-b53a-52de889578f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.725105 [ 3 ] {} HTTP-Session: af2ca492-bdec-4978-b53a-52de889578f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:59.725181 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:59.725221 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:55:59.725344 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:59.725639 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:59.725674 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:59.725969 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.13 04:55:59.726267 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:59.726390 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} executeQuery: Read 28 rows, 2.24 KiB in 0.001245 sec., 22489.95983935743 rows/sec., 1.76 MiB/sec. 2024.03.13 04:55:59.726506 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} DynamicQueryHandler: Done processing query 2024.03.13 04:55:59.726530 [ 3 ] {11bcb1fc-c0e7-4c81-b05e-c26c8dd5b477} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:55:59.726546 [ 3 ] {} HTTP-Session: af2ca492-bdec-4978-b53a-52de889578f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.726740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:55:59.726790 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:55:59.726808 [ 3 ] {} HTTP-Session: 14f223f0-3e34-4f39-a5f7-c70f46324d10 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:55:59.726825 [ 3 ] {} HTTP-Session: 14f223f0-3e34-4f39-a5f7-c70f46324d10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.726839 [ 3 ] {} HTTP-Session: 14f223f0-3e34-4f39-a5f7-c70f46324d10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:55:59.726870 [ 3 ] {} HTTP-Session: 14f223f0-3e34-4f39-a5f7-c70f46324d10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:55:59.727087 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:55:59.727133 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:55:59.727290 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:55:59.727743 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:55:59.727777 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:55:59.728191 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.03.13 04:55:59.728535 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:55:59.728668 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} executeQuery: Read 28 rows, 38.69 KiB in 0.001753 sec., 15972.618368511125 rows/sec., 21.55 MiB/sec. 2024.03.13 04:55:59.728831 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} DynamicQueryHandler: Done processing query 2024.03.13 04:55:59.728865 [ 3 ] {004e6442-2068-4506-92ff-1314a9945c2a} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:55:59.728889 [ 3 ] {} HTTP-Session: 14f223f0-3e34-4f39-a5f7-c70f46324d10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.723771 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:04.723907 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:04.723931 [ 3 ] {} HTTP-Session: e740d5f3-b8ea-4b0b-b3c5-35b0e5bd8ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:04.723956 [ 3 ] {} HTTP-Session: e740d5f3-b8ea-4b0b-b3c5-35b0e5bd8ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.723971 [ 3 ] {} HTTP-Session: e740d5f3-b8ea-4b0b-b3c5-35b0e5bd8ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.724019 [ 3 ] {} HTTP-Session: e740d5f3-b8ea-4b0b-b3c5-35b0e5bd8ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:04.724140 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:04.724204 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:04.724395 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:04.724842 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:04.724890 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:56:04.725286 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.13 04:56:04.725618 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:04.725786 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} executeQuery: Read 29 rows, 2.35 KiB in 0.001704 sec., 17018.779342723006 rows/sec., 1.35 MiB/sec. 2024.03.13 04:56:04.725948 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} DynamicQueryHandler: Done processing query 2024.03.13 04:56:04.725975 [ 3 ] {a897f31f-54c2-4b26-9c1f-b20a8877ac3a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:04.725992 [ 3 ] {} HTTP-Session: e740d5f3-b8ea-4b0b-b3c5-35b0e5bd8ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.726136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:04.726186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:04.726205 [ 3 ] {} HTTP-Session: 36265d8f-e648-4e6b-ab0a-388953341e7f Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:04.726222 [ 3 ] {} HTTP-Session: 36265d8f-e648-4e6b-ab0a-388953341e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.726236 [ 3 ] {} HTTP-Session: 36265d8f-e648-4e6b-ab0a-388953341e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.726266 [ 3 ] {} HTTP-Session: 36265d8f-e648-4e6b-ab0a-388953341e7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:04.726367 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:04.726417 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:04.726541 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:04.726937 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:04.726975 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:56:04.727283 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.13 04:56:04.727586 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:04.727738 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} executeQuery: Read 123 rows, 10.95 KiB in 0.001419 sec., 86680.76109936576 rows/sec., 7.53 MiB/sec. 2024.03.13 04:56:04.727869 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} DynamicQueryHandler: Done processing query 2024.03.13 04:56:04.727893 [ 3 ] {905cbce5-bd35-4b5f-be97-966e275ceab9} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:56:04.727909 [ 3 ] {} HTTP-Session: 36265d8f-e648-4e6b-ab0a-388953341e7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.728029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:04.728077 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:04.728096 [ 3 ] {} HTTP-Session: 328f187f-1750-47bf-8539-fcc204aea524 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:04.728112 [ 3 ] {} HTTP-Session: 328f187f-1750-47bf-8539-fcc204aea524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.728126 [ 3 ] {} HTTP-Session: 328f187f-1750-47bf-8539-fcc204aea524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.728156 [ 3 ] {} HTTP-Session: 328f187f-1750-47bf-8539-fcc204aea524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:04.728232 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:04.728271 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:04.728395 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:04.728728 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:04.728766 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:56:04.729065 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.13 04:56:04.729376 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:04.729541 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} executeQuery: Read 53 rows, 4.22 KiB in 0.001333 sec., 39759.93998499625 rows/sec., 3.09 MiB/sec. 2024.03.13 04:56:04.729673 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} DynamicQueryHandler: Done processing query 2024.03.13 04:56:04.729710 [ 3 ] {62bdde23-65d7-47cc-a658-d9de593a13dd} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:56:04.729738 [ 3 ] {} HTTP-Session: 328f187f-1750-47bf-8539-fcc204aea524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.729886 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:04.729933 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:04.729951 [ 3 ] {} HTTP-Session: 07d76b2a-ab4c-443f-8dfe-1ca0b4cb968a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:04.729969 [ 3 ] {} HTTP-Session: 07d76b2a-ab4c-443f-8dfe-1ca0b4cb968a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.729983 [ 3 ] {} HTTP-Session: 07d76b2a-ab4c-443f-8dfe-1ca0b4cb968a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.730013 [ 3 ] {} HTTP-Session: 07d76b2a-ab4c-443f-8dfe-1ca0b4cb968a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:04.730092 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:04.730135 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:56:04.730279 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:04.730584 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:04.730621 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:56:04.730990 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.13 04:56:04.731312 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:04.731468 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} executeQuery: Read 36 rows, 2.60 KiB in 0.001411 sec., 25513.819985825656 rows/sec., 1.80 MiB/sec. 2024.03.13 04:56:04.731631 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} DynamicQueryHandler: Done processing query 2024.03.13 04:56:04.731655 [ 3 ] {129c3248-5e84-4aa0-9aa0-7705caacb07e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:04.731671 [ 3 ] {} HTTP-Session: 07d76b2a-ab4c-443f-8dfe-1ca0b4cb968a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.731833 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:04.731882 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:04.731900 [ 3 ] {} HTTP-Session: 8f5defe4-b7d4-4311-bfb3-c9be5f9fd3d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:04.731917 [ 3 ] {} HTTP-Session: 8f5defe4-b7d4-4311-bfb3-c9be5f9fd3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.731931 [ 3 ] {} HTTP-Session: 8f5defe4-b7d4-4311-bfb3-c9be5f9fd3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:04.731961 [ 3 ] {} HTTP-Session: 8f5defe4-b7d4-4311-bfb3-c9be5f9fd3d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:04.732186 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:04.732230 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:04.732386 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:04.732909 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:04.732945 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. 2024.03.13 04:56:04.733346 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.03.13 04:56:04.733677 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:04.733839 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} executeQuery: Read 29 rows, 40.07 KiB in 0.001823 sec., 15907.844212835986 rows/sec., 21.47 MiB/sec. 2024.03.13 04:56:04.733977 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} DynamicQueryHandler: Done processing query 2024.03.13 04:56:04.734008 [ 3 ] {77a7c6b6-b275-4d2a-80de-40751ab3c9e0} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:04.734025 [ 3 ] {} HTTP-Session: 8f5defe4-b7d4-4311-bfb3-c9be5f9fd3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:08.499260 [ 106 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:56:08.499364 [ 106 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:56:09.001552 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001045987 sec. 2024.03.13 04:56:09.721788 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:09.721915 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:09.721945 [ 3 ] {} HTTP-Session: faec14b4-ffaa-4005-ade8-a1e86ed57e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:09.721973 [ 3 ] {} HTTP-Session: faec14b4-ffaa-4005-ade8-a1e86ed57e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.721991 [ 3 ] {} HTTP-Session: faec14b4-ffaa-4005-ade8-a1e86ed57e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.722053 [ 3 ] {} HTTP-Session: faec14b4-ffaa-4005-ade8-a1e86ed57e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:09.722210 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:09.722292 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:09.722542 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:09.723017 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:09.723066 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:09.723446 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.13 04:56:09.723783 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:09.723950 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} executeQuery: Read 28 rows, 2.27 KiB in 0.001813 sec., 15444.015444015444 rows/sec., 1.22 MiB/sec. 2024.03.13 04:56:09.724104 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} DynamicQueryHandler: Done processing query 2024.03.13 04:56:09.724129 [ 3 ] {b5e34506-4882-4b97-9aa6-9c51878e4331} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:09.724146 [ 3 ] {} HTTP-Session: faec14b4-ffaa-4005-ade8-a1e86ed57e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.724281 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:09.724329 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:09.724348 [ 3 ] {} HTTP-Session: e23dbb05-5604-402d-bfda-6f05df098879 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:09.724364 [ 3 ] {} HTTP-Session: e23dbb05-5604-402d-bfda-6f05df098879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.724378 [ 3 ] {} HTTP-Session: e23dbb05-5604-402d-bfda-6f05df098879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.724408 [ 3 ] {} HTTP-Session: e23dbb05-5604-402d-bfda-6f05df098879 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:09.724494 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:09.724535 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:09.724655 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:09.725032 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:09.725069 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:09.725368 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.13 04:56:09.725661 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:09.725813 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} executeQuery: Read 84 rows, 8.82 KiB in 0.001353 sec., 62084.25720620842 rows/sec., 6.37 MiB/sec. 2024.03.13 04:56:09.725936 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} DynamicQueryHandler: Done processing query 2024.03.13 04:56:09.725960 [ 3 ] {bdce0898-59b2-40c7-9601-6f48026ba3eb} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:56:09.725975 [ 3 ] {} HTTP-Session: e23dbb05-5604-402d-bfda-6f05df098879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.726099 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:09.726147 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:09.726166 [ 3 ] {} HTTP-Session: 3c91d9b6-807d-4823-bacb-1025eaabd4ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:09.726182 [ 3 ] {} HTTP-Session: 3c91d9b6-807d-4823-bacb-1025eaabd4ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.726196 [ 3 ] {} HTTP-Session: 3c91d9b6-807d-4823-bacb-1025eaabd4ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.726226 [ 3 ] {} HTTP-Session: 3c91d9b6-807d-4823-bacb-1025eaabd4ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:09.726302 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:09.726341 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:09.726465 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:09.726765 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:09.726802 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:09.727095 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.13 04:56:09.727384 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:09.727531 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} executeQuery: Read 28 rows, 2.24 KiB in 0.001258 sec., 22257.551669316374 rows/sec., 1.74 MiB/sec. 2024.03.13 04:56:09.727652 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} DynamicQueryHandler: Done processing query 2024.03.13 04:56:09.727676 [ 3 ] {ab094dfb-adb5-4923-95fd-a71f80337b76} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:09.727691 [ 3 ] {} HTTP-Session: 3c91d9b6-807d-4823-bacb-1025eaabd4ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.727894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:09.727943 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:09.727962 [ 3 ] {} HTTP-Session: 7fcc854c-afa4-4463-99ba-edcc6fef8e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:09.727978 [ 3 ] {} HTTP-Session: 7fcc854c-afa4-4463-99ba-edcc6fef8e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.727991 [ 3 ] {} HTTP-Session: 7fcc854c-afa4-4463-99ba-edcc6fef8e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:09.728021 [ 3 ] {} HTTP-Session: 7fcc854c-afa4-4463-99ba-edcc6fef8e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:09.728240 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:09.728284 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:09.728442 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:09.728931 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:09.728966 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:09.729373 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.03.13 04:56:09.729712 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:09.729859 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} executeQuery: Read 28 rows, 38.69 KiB in 0.001788 sec., 15659.955257270693 rows/sec., 21.13 MiB/sec. 2024.03.13 04:56:09.730098 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} DynamicQueryHandler: Done processing query 2024.03.13 04:56:09.730142 [ 3 ] {e87c0f67-17a5-4321-ae14-092bbcb3ba35} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:09.730177 [ 3 ] {} HTTP-Session: 7fcc854c-afa4-4463-99ba-edcc6fef8e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.721192 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:14.721333 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:14.721363 [ 3 ] {} HTTP-Session: 5e33e4ac-dddf-4fec-a7e1-883a963d4747 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:14.721392 [ 3 ] {} HTTP-Session: 5e33e4ac-dddf-4fec-a7e1-883a963d4747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.721410 [ 3 ] {} HTTP-Session: 5e33e4ac-dddf-4fec-a7e1-883a963d4747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.721466 [ 3 ] {} HTTP-Session: 5e33e4ac-dddf-4fec-a7e1-883a963d4747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:14.721601 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:14.721673 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:14.721859 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:14.722329 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:14.722380 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:14.722759 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.13 04:56:14.723092 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:14.723260 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} executeQuery: Read 29 rows, 2.35 KiB in 0.00172 sec., 16860.46511627907 rows/sec., 1.33 MiB/sec. 2024.03.13 04:56:14.723444 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} DynamicQueryHandler: Done processing query 2024.03.13 04:56:14.723485 [ 3 ] {6e1cbc8c-0755-4e29-83e9-0f4094db6e5b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:14.723509 [ 3 ] {} HTTP-Session: 5e33e4ac-dddf-4fec-a7e1-883a963d4747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.723637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:14.723693 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:14.723713 [ 3 ] {} HTTP-Session: d9bc1eaf-0aee-443e-8eec-920b33a8b523 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:14.723732 [ 3 ] {} HTTP-Session: d9bc1eaf-0aee-443e-8eec-920b33a8b523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.723746 [ 3 ] {} HTTP-Session: d9bc1eaf-0aee-443e-8eec-920b33a8b523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.723780 [ 3 ] {} HTTP-Session: d9bc1eaf-0aee-443e-8eec-920b33a8b523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:14.723878 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:14.723922 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:14.724057 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:14.724435 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:14.724474 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:14.724917 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.13 04:56:14.725216 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:14.725374 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} executeQuery: Read 87 rows, 8.18 KiB in 0.001542 sec., 56420.23346303502 rows/sec., 5.18 MiB/sec. 2024.03.13 04:56:14.725499 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} DynamicQueryHandler: Done processing query 2024.03.13 04:56:14.725523 [ 3 ] {1bff5c70-e120-44f4-a88b-1ae3846a45f8} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:56:14.725539 [ 3 ] {} HTTP-Session: d9bc1eaf-0aee-443e-8eec-920b33a8b523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.725662 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:14.725713 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:14.725731 [ 3 ] {} HTTP-Session: b6da4c32-71f0-47fe-9e9b-b184fd217fab Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:14.725748 [ 3 ] {} HTTP-Session: b6da4c32-71f0-47fe-9e9b-b184fd217fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.725762 [ 3 ] {} HTTP-Session: b6da4c32-71f0-47fe-9e9b-b184fd217fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.725793 [ 3 ] {} HTTP-Session: b6da4c32-71f0-47fe-9e9b-b184fd217fab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:14.725875 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:14.725916 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:14.726042 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:14.726341 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:14.726379 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:14.726675 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.13 04:56:14.726982 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:14.727133 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} executeQuery: Read 29 rows, 2.32 KiB in 0.001285 sec., 22568.093385214008 rows/sec., 1.76 MiB/sec. 2024.03.13 04:56:14.727294 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} DynamicQueryHandler: Done processing query 2024.03.13 04:56:14.727329 [ 3 ] {3617eab9-e80c-44f8-9e4e-6017018b6e71} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:14.727358 [ 3 ] {} HTTP-Session: b6da4c32-71f0-47fe-9e9b-b184fd217fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.727540 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:14.727591 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:14.727610 [ 3 ] {} HTTP-Session: f09b713d-8472-425a-8df7-c0107f2a8cea Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:14.727627 [ 3 ] {} HTTP-Session: f09b713d-8472-425a-8df7-c0107f2a8cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.727641 [ 3 ] {} HTTP-Session: f09b713d-8472-425a-8df7-c0107f2a8cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:14.727671 [ 3 ] {} HTTP-Session: f09b713d-8472-425a-8df7-c0107f2a8cea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:14.727895 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:14.727941 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:14.728100 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:14.728556 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:14.728592 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:14.729016 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.03.13 04:56:14.729349 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:14.729509 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} executeQuery: Read 29 rows, 40.07 KiB in 0.001786 sec., 16237.402015677491 rows/sec., 21.91 MiB/sec. 2024.03.13 04:56:14.729640 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} DynamicQueryHandler: Done processing query 2024.03.13 04:56:14.729665 [ 3 ] {e73374d6-480e-47af-bebd-770aafffbfdc} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:14.729681 [ 3 ] {} HTTP-Session: f09b713d-8472-425a-8df7-c0107f2a8cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.721047 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:19.721186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:19.721214 [ 3 ] {} HTTP-Session: fd0bff03-3c34-47f5-98bd-56670a5083e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:19.721241 [ 3 ] {} HTTP-Session: fd0bff03-3c34-47f5-98bd-56670a5083e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.721260 [ 3 ] {} HTTP-Session: fd0bff03-3c34-47f5-98bd-56670a5083e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.721315 [ 3 ] {} HTTP-Session: fd0bff03-3c34-47f5-98bd-56670a5083e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:19.721452 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:19.721522 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:19.721740 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:19.722201 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.722250 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.722621 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.13 04:56:19.722946 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.723106 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} executeQuery: Read 28 rows, 2.27 KiB in 0.001717 sec., 16307.513104251602 rows/sec., 1.29 MiB/sec. 2024.03.13 04:56:19.723122 [ 28 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.13 04:56:19.723219 [ 28 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.723261 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.723324 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} DynamicQueryHandler: Done processing query 2024.03.13 04:56:19.723377 [ 3 ] {1054e151-535c-4915-9a92-075f6957bc09} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:19.723434 [ 3 ] {} HTTP-Session: fd0bff03-3c34-47f5-98bd-56670a5083e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.723504 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.03.13 04:56:19.723593 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:19.723697 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:19.723751 [ 3 ] {} HTTP-Session: 91725484-c441-4ab5-a5df-1b2bfe43a2aa Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:19.723784 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:19.723795 [ 3 ] {} HTTP-Session: 91725484-c441-4ab5-a5df-1b2bfe43a2aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.723843 [ 3 ] {} HTTP-Session: 91725484-c441-4ab5-a5df-1b2bfe43a2aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.723848 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 57 rows starting from the beginning of the part 2024.03.13 04:56:19.723892 [ 3 ] {} HTTP-Session: 91725484-c441-4ab5-a5df-1b2bfe43a2aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:19.724119 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.724209 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:19.724385 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:56:19.724415 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:19.724778 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.725111 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:19.725410 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:19.725430 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.726221 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.726287 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.727098 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.13 04:56:19.727938 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 4 columns (4 merged, 0 gathered) in 0.004592151 sec., 43334.81194324838 rows/sec., 3.43 MiB/sec. 2024.03.13 04:56:19.727948 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.728149 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.13 04:56:19.728183 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} executeQuery: Read 4 rows, 334.00 B in 0.004193 sec., 953.9709038874315 rows/sec., 77.79 KiB/sec. 2024.03.13 04:56:19.728958 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} DynamicQueryHandler: Done processing query 2024.03.13 04:56:19.729065 [ 3 ] {45c3c983-96b8-483a-8fe8-ee3837299d21} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:19.729141 [ 3 ] {} HTTP-Session: 91725484-c441-4ab5-a5df-1b2bfe43a2aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.729332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:19.729384 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:19.729408 [ 3 ] {} HTTP-Session: 5c82a3db-55a4-4c7a-9245-56355b978ca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:19.729435 [ 3 ] {} HTTP-Session: 5c82a3db-55a4-4c7a-9245-56355b978ca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.729435 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.729452 [ 3 ] {} HTTP-Session: 5c82a3db-55a4-4c7a-9245-56355b978ca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.729490 [ 3 ] {} HTTP-Session: 5c82a3db-55a4-4c7a-9245-56355b978ca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:19.729537 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_41_8} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.13 04:56:19.729609 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:19.729633 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:56:19.729664 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:19.729801 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:19.730164 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.730199 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.730515 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.13 04:56:19.730818 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.730958 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} executeQuery: Read 86 rows, 9.00 KiB in 0.001412 sec., 60906.515580736545 rows/sec., 6.22 MiB/sec. 2024.03.13 04:56:19.730982 [ 13 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.13 04:56:19.731059 [ 13 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.731102 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.731128 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} DynamicQueryHandler: Done processing query 2024.03.13 04:56:19.731173 [ 3 ] {175161c6-b636-4a29-ba0a-16182a1e1a2f} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:56:19.731204 [ 3 ] {} HTTP-Session: 5c82a3db-55a4-4c7a-9245-56355b978ca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.731240 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.03.13 04:56:19.731347 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:19.731374 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:19.731384 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 211 rows starting from the beginning of the part 2024.03.13 04:56:19.731440 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:19.731499 [ 3 ] {} HTTP-Session: a5f326c2-56fe-43c6-b0ab-629fbff9b3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:19.731512 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 84 rows starting from the beginning of the part 2024.03.13 04:56:19.731545 [ 3 ] {} HTTP-Session: a5f326c2-56fe-43c6-b0ab-629fbff9b3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.731586 [ 3 ] {} HTTP-Session: a5f326c2-56fe-43c6-b0ab-629fbff9b3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.731626 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 123 rows starting from the beginning of the part 2024.03.13 04:56:19.731694 [ 3 ] {} HTTP-Session: a5f326c2-56fe-43c6-b0ab-629fbff9b3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:19.732014 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 84 rows starting from the beginning of the part 2024.03.13 04:56:19.732018 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:19.732163 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:56:19.732330 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 87 rows starting from the beginning of the part 2024.03.13 04:56:19.732670 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 86 rows starting from the beginning of the part 2024.03.13 04:56:19.733244 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:19.733789 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.733836 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.734309 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.03.13 04:56:19.734684 [ 195 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 4 columns (4 merged, 0 gathered) in 0.003518734 sec., 191830.35716823154 rows/sec., 18.29 MiB/sec. 2024.03.13 04:56:19.734891 [ 189 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.13 04:56:19.734894 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.735367 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} executeQuery: Read 4 rows, 286.00 B in 0.003396 sec., 1177.8563015312131 rows/sec., 82.24 KiB/sec. 2024.03.13 04:56:19.736006 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} DynamicQueryHandler: Done processing query 2024.03.13 04:56:19.736042 [ 3 ] {2a7f49df-690b-4a8c-83a2-928a3e93c582} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:19.736065 [ 3 ] {} HTTP-Session: a5f326c2-56fe-43c6-b0ab-629fbff9b3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.736170 [ 189 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.736255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:19.736306 [ 189 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_41_8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.13 04:56:19.736340 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:19.736379 [ 3 ] {} HTTP-Session: 422dc20d-97e9-4b95-ba21-0dd9458f0edb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:19.736428 [ 3 ] {} HTTP-Session: 422dc20d-97e9-4b95-ba21-0dd9458f0edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.736450 [ 3 ] {} HTTP-Session: 422dc20d-97e9-4b95-ba21-0dd9458f0edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.736469 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.13 04:56:19.736509 [ 3 ] {} HTTP-Session: 422dc20d-97e9-4b95-ba21-0dd9458f0edb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:19.736594 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:19.736635 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:19.736777 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:19.737079 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.737116 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.737427 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.13 04:56:19.737739 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.737894 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} executeQuery: Read 32 rows, 2.57 KiB in 0.001327 sec., 24114.544084400903 rows/sec., 1.89 MiB/sec. 2024.03.13 04:56:19.737904 [ 13 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.13 04:56:19.737979 [ 13 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.738034 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.738091 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} DynamicQueryHandler: Done processing query 2024.03.13 04:56:19.738159 [ 3 ] {2aad8dd8-fed4-4ff2-8389-4fb6d6f92016} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:19.738244 [ 3 ] {} HTTP-Session: 422dc20d-97e9-4b95-ba21-0dd9458f0edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.738383 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.03.13 04:56:19.738484 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:19.738641 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:19.738752 [ 3 ] {} HTTP-Session: 522f1fbb-64b3-43eb-826f-e0afebb28961 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:19.738845 [ 3 ] {} HTTP-Session: 522f1fbb-64b3-43eb-826f-e0afebb28961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.738940 [ 3 ] {} HTTP-Session: 522f1fbb-64b3-43eb-826f-e0afebb28961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.739095 [ 3 ] {} HTTP-Session: 522f1fbb-64b3-43eb-826f-e0afebb28961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:19.739085 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:19.739191 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 107 rows starting from the beginning of the part 2024.03.13 04:56:19.739259 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:19.739397 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.739508 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:56:19.739765 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 53 rows starting from the beginning of the part 2024.03.13 04:56:19.740096 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.740419 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:19.740737 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2024.03.13 04:56:19.741172 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:19.741931 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.741992 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.743106 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.13 04:56:19.743373 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 4 columns (4 merged, 0 gathered) in 0.005257981 sec., 52681.818363360384 rows/sec., 4.12 MiB/sec. 2024.03.13 04:56:19.743628 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.13 04:56:19.743983 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.744400 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} executeQuery: Read 2 rows, 144.00 B in 0.005201 sec., 384.5414343395501 rows/sec., 27.04 KiB/sec. 2024.03.13 04:56:19.744579 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.744880 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_41_8} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.13 04:56:19.745010 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} DynamicQueryHandler: Done processing query 2024.03.13 04:56:19.745040 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.13 04:56:19.745055 [ 3 ] {d63ed2cb-1985-4993-9991-1967e8097692} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:19.745093 [ 3 ] {} HTTP-Session: 522f1fbb-64b3-43eb-826f-e0afebb28961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.745240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:19.745291 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:19.745310 [ 3 ] {} HTTP-Session: a46244c9-8069-4206-a2f1-19e117628d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:19.745327 [ 3 ] {} HTTP-Session: a46244c9-8069-4206-a2f1-19e117628d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.745340 [ 3 ] {} HTTP-Session: a46244c9-8069-4206-a2f1-19e117628d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.745370 [ 3 ] {} HTTP-Session: a46244c9-8069-4206-a2f1-19e117628d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:19.745604 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:19.745651 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:19.745842 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:19.746294 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.746330 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.746751 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.03.13 04:56:19.747092 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.747250 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} executeQuery: Read 28 rows, 38.69 KiB in 0.001825 sec., 15342.465753424658 rows/sec., 20.70 MiB/sec. 2024.03.13 04:56:19.747255 [ 13 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.03.13 04:56:19.747341 [ 13 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:19.747394 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:19.747490 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} DynamicQueryHandler: Done processing query 2024.03.13 04:56:19.747528 [ 3 ] {764e8444-d9db-4ef3-a5f7-4b16211d2441} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:19.747554 [ 3 ] {} HTTP-Session: a46244c9-8069-4206-a2f1-19e117628d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:19.747562 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.03.13 04:56:19.747719 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:19.747755 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1024 rows starting from the beginning of the part 2024.03.13 04:56:19.747900 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.748082 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:19.748192 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.748344 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:19.748433 [ 187 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:19.751510 [ 197 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1166 rows, containing 6 columns (6 merged, 0 gathered) in 0.004023152 sec., 289822.5073275879 rows/sec., 391.10 MiB/sec. 2024.03.13 04:56:19.752127 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.03.13 04:56:19.752583 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:19.752670 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_41_8} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.03.13 04:56:19.752757 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2024.03.13 04:56:23.499641 [ 17 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:56:23.499744 [ 17 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:56:24.721543 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:24.721651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:24.721675 [ 3 ] {} HTTP-Session: 7f243628-0099-4544-8766-6a12f711fefb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:24.721700 [ 3 ] {} HTTP-Session: 7f243628-0099-4544-8766-6a12f711fefb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.721715 [ 3 ] {} HTTP-Session: 7f243628-0099-4544-8766-6a12f711fefb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.721762 [ 3 ] {} HTTP-Session: 7f243628-0099-4544-8766-6a12f711fefb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:24.721882 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:24.721946 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:24.722133 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:24.722596 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.722642 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.723026 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.13 04:56:24.723374 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.723545 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} executeQuery: Read 29 rows, 2.35 KiB in 0.001712 sec., 16939.252336448597 rows/sec., 1.34 MiB/sec. 2024.03.13 04:56:24.723734 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} DynamicQueryHandler: Done processing query 2024.03.13 04:56:24.723769 [ 3 ] {c3815c96-006f-41c2-8235-321045f618df} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:24.723786 [ 3 ] {} HTTP-Session: 7f243628-0099-4544-8766-6a12f711fefb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.723913 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:24.723969 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:24.723988 [ 3 ] {} HTTP-Session: 575fd6e5-25c4-4edd-89e1-53ae12723ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:24.724007 [ 3 ] {} HTTP-Session: 575fd6e5-25c4-4edd-89e1-53ae12723ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.724022 [ 3 ] {} HTTP-Session: 575fd6e5-25c4-4edd-89e1-53ae12723ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.724056 [ 3 ] {} HTTP-Session: 575fd6e5-25c4-4edd-89e1-53ae12723ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:24.724126 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:24.724171 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:56:24.724302 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:24.724610 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.724647 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.724946 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.13 04:56:24.725244 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.725401 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} executeQuery: Read 2 rows, 167.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 125.84 KiB/sec. 2024.03.13 04:56:24.725401 [ 26 ] {} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.03.13 04:56:24.725513 [ 26 ] {} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.725556 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.725589 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} DynamicQueryHandler: Done processing query 2024.03.13 04:56:24.725643 [ 3 ] {f17e684f-6a44-4188-ba4e-fc8112535d56} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:24.725700 [ 3 ] {} HTTP-Session: 575fd6e5-25c4-4edd-89e1-53ae12723ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.725986 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:24.726051 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2024.03.13 04:56:24.726072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:24.726133 [ 3 ] {} HTTP-Session: 092f7d09-c24e-48be-a0ce-cb1d6568ab01 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:24.726161 [ 3 ] {} HTTP-Session: 092f7d09-c24e-48be-a0ce-cb1d6568ab01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.726198 [ 3 ] {} HTTP-Session: 092f7d09-c24e-48be-a0ce-cb1d6568ab01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.726299 [ 3 ] {} HTTP-Session: 092f7d09-c24e-48be-a0ce-cb1d6568ab01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:24.726388 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:24.726453 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part 2024.03.13 04:56:24.726482 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:24.726652 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.03.13 04:56:24.726674 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:24.727003 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.03.13 04:56:24.727362 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.03.13 04:56:24.727684 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.03.13 04:56:24.727731 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:24.727924 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.03.13 04:56:24.728662 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.728730 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.729550 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.13 04:56:24.730448 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.004773774 sec., 4608.513096765788 rows/sec., 375.79 KiB/sec. 2024.03.13 04:56:24.730477 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.730679 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.03.13 04:56:24.730790 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} executeQuery: Read 88 rows, 8.27 KiB in 0.004376 sec., 20109.68921389397 rows/sec., 1.85 MiB/sec. 2024.03.13 04:56:24.731080 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} DynamicQueryHandler: Done processing query 2024.03.13 04:56:24.731123 [ 3 ] {10f67ddf-88fc-4849-b8fa-89bc90b203d0} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:56:24.731185 [ 3 ] {} HTTP-Session: 092f7d09-c24e-48be-a0ce-cb1d6568ab01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.731397 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:24.731410 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.731487 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:24.731532 [ 3 ] {} HTTP-Session: 10e75e61-44db-4c20-b146-90c9d1681ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:24.731553 [ 3 ] {} HTTP-Session: 10e75e61-44db-4c20-b146-90c9d1681ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.731565 [ 197 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_10_2} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.03.13 04:56:24.731577 [ 3 ] {} HTTP-Session: 10e75e61-44db-4c20-b146-90c9d1681ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.731663 [ 3 ] {} HTTP-Session: 10e75e61-44db-4c20-b146-90c9d1681ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:24.731709 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.03.13 04:56:24.731774 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:24.731820 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:56:24.731963 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:24.732245 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.732282 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.732586 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.03.13 04:56:24.732892 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.733044 [ 26 ] {} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2024.03.13 04:56:24.733052 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} executeQuery: Read 2 rows, 143.00 B in 0.001309 sec., 1527.8838808250573 rows/sec., 106.68 KiB/sec. 2024.03.13 04:56:24.733104 [ 26 ] {} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.733173 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.733281 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} DynamicQueryHandler: Done processing query 2024.03.13 04:56:24.733312 [ 3 ] {4ce61633-72c2-4a39-88eb-95c8b4fdb73f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:24.733323 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2024.03.13 04:56:24.733331 [ 3 ] {} HTTP-Session: 10e75e61-44db-4c20-b146-90c9d1681ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.733452 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:24.733489 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part 2024.03.13 04:56:24.733499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:24.733591 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:24.733598 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.03.13 04:56:24.733627 [ 3 ] {} HTTP-Session: 6478f9e2-9a3f-478c-ae65-e20bea77bdfe Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:24.733666 [ 3 ] {} HTTP-Session: 6478f9e2-9a3f-478c-ae65-e20bea77bdfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.733713 [ 3 ] {} HTTP-Session: 6478f9e2-9a3f-478c-ae65-e20bea77bdfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.733840 [ 3 ] {} HTTP-Session: 6478f9e2-9a3f-478c-ae65-e20bea77bdfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:24.733859 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.03.13 04:56:24.734107 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:24.734139 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.03.13 04:56:24.734188 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:24.734288 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.03.13 04:56:24.734580 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.03.13 04:56:24.734984 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:24.735487 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.735530 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.736013 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.13 04:56:24.736143 [ 200 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002877385 sec., 7645.83119742405 rows/sec., 533.86 KiB/sec. 2024.03.13 04:56:24.736437 [ 200 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2024.03.13 04:56:24.736587 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.736870 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} executeQuery: Read 31 rows, 2.49 KiB in 0.002893 sec., 10715.520221223642 rows/sec., 859.09 KiB/sec. 2024.03.13 04:56:24.737208 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} DynamicQueryHandler: Done processing query 2024.03.13 04:56:24.737248 [ 3 ] {cb62a3b7-283f-4dd2-98b6-1f65f1dfac40} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:24.737288 [ 3 ] {} HTTP-Session: 6478f9e2-9a3f-478c-ae65-e20bea77bdfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.737462 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.737483 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:24.737573 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:24.737601 [ 3 ] {} HTTP-Session: 6900392a-670d-4076-849c-4abbf4043a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:24.737631 [ 3 ] {} HTTP-Session: 6900392a-670d-4076-849c-4abbf4043a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.737654 [ 198 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_10_2} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2024.03.13 04:56:24.737665 [ 3 ] {} HTTP-Session: 6900392a-670d-4076-849c-4abbf4043a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.737741 [ 3 ] {} HTTP-Session: 6900392a-670d-4076-849c-4abbf4043a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:24.737832 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.13 04:56:24.737862 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:24.737919 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:56:24.738092 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:24.738386 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.738423 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.738795 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.13 04:56:24.739126 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.739282 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} executeQuery: Read 1 rows, 72.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 48.13 KiB/sec. 2024.03.13 04:56:24.739412 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} DynamicQueryHandler: Done processing query 2024.03.13 04:56:24.739435 [ 3 ] {048b413f-0bb0-4a65-bad1-2a6e642739b2} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:24.739451 [ 3 ] {} HTTP-Session: 6900392a-670d-4076-849c-4abbf4043a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.739618 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:24.739665 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:24.739683 [ 3 ] {} HTTP-Session: 9a94108b-705c-4842-874a-7a1e59706749 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:24.739700 [ 3 ] {} HTTP-Session: 9a94108b-705c-4842-874a-7a1e59706749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.739714 [ 3 ] {} HTTP-Session: 9a94108b-705c-4842-874a-7a1e59706749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:24.739744 [ 3 ] {} HTTP-Session: 9a94108b-705c-4842-874a-7a1e59706749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:24.739972 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:24.740016 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:24.740178 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:24.740686 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:24.740723 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:24.741138 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.03.13 04:56:24.741477 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:24.741622 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} executeQuery: Read 29 rows, 40.07 KiB in 0.001828 sec., 15864.33260393873 rows/sec., 21.41 MiB/sec. 2024.03.13 04:56:24.741781 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} DynamicQueryHandler: Done processing query 2024.03.13 04:56:24.741816 [ 3 ] {9821fd2f-062f-4212-97a5-fd38d23a3480} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:24.741848 [ 3 ] {} HTTP-Session: 9a94108b-705c-4842-874a-7a1e59706749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.720792 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:29.720918 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:29.720941 [ 3 ] {} HTTP-Session: bb9d4c5a-5a07-4b79-aaad-47c4a13b6ce7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:29.720966 [ 3 ] {} HTTP-Session: bb9d4c5a-5a07-4b79-aaad-47c4a13b6ce7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.720980 [ 3 ] {} HTTP-Session: bb9d4c5a-5a07-4b79-aaad-47c4a13b6ce7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.721027 [ 3 ] {} HTTP-Session: bb9d4c5a-5a07-4b79-aaad-47c4a13b6ce7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:29.721147 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:29.721209 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:29.721396 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:29.721853 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:29.721898 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:29.722276 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.13 04:56:29.722605 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:29.722761 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} executeQuery: Read 28 rows, 2.27 KiB in 0.001669 sec., 16776.51288196525 rows/sec., 1.33 MiB/sec. 2024.03.13 04:56:29.722988 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} DynamicQueryHandler: Done processing query 2024.03.13 04:56:29.723045 [ 3 ] {215bd87e-20b7-44d5-b996-c2da477c43f7} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:29.723093 [ 3 ] {} HTTP-Session: bb9d4c5a-5a07-4b79-aaad-47c4a13b6ce7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.723260 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:29.723310 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:29.723328 [ 3 ] {} HTTP-Session: b2d07c26-541c-484a-b66e-5b66642cae56 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:29.723345 [ 3 ] {} HTTP-Session: b2d07c26-541c-484a-b66e-5b66642cae56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.723359 [ 3 ] {} HTTP-Session: b2d07c26-541c-484a-b66e-5b66642cae56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.723390 [ 3 ] {} HTTP-Session: b2d07c26-541c-484a-b66e-5b66642cae56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:29.723481 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:29.723529 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:29.723675 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:29.724085 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:29.724123 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:29.724426 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.13 04:56:29.724724 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:29.724876 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} executeQuery: Read 84 rows, 8.82 KiB in 0.001434 sec., 58577.40585774059 rows/sec., 6.01 MiB/sec. 2024.03.13 04:56:29.725003 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} DynamicQueryHandler: Done processing query 2024.03.13 04:56:29.725026 [ 3 ] {ef74e4f4-2481-4cae-864b-6b1e15a8953f} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:56:29.725041 [ 3 ] {} HTTP-Session: b2d07c26-541c-484a-b66e-5b66642cae56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.725171 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:29.725219 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:29.725236 [ 3 ] {} HTTP-Session: 43768261-e63d-45f8-8aad-e0bc4a8ec8aa Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:29.725252 [ 3 ] {} HTTP-Session: 43768261-e63d-45f8-8aad-e0bc4a8ec8aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.725266 [ 3 ] {} HTTP-Session: 43768261-e63d-45f8-8aad-e0bc4a8ec8aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.725297 [ 3 ] {} HTTP-Session: 43768261-e63d-45f8-8aad-e0bc4a8ec8aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:29.725364 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:29.725404 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:29.725530 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:29.725834 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:29.725870 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:29.726165 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.13 04:56:29.726459 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:29.726612 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} executeQuery: Read 28 rows, 2.24 KiB in 0.001272 sec., 22012.578616352203 rows/sec., 1.72 MiB/sec. 2024.03.13 04:56:29.726729 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} DynamicQueryHandler: Done processing query 2024.03.13 04:56:29.726752 [ 3 ] {274d4f86-eadd-46d3-9470-b5477c0fba3b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:29.726769 [ 3 ] {} HTTP-Session: 43768261-e63d-45f8-8aad-e0bc4a8ec8aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.726961 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:29.727007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:29.727024 [ 3 ] {} HTTP-Session: c3445882-e89b-4093-8172-88dac3a21b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:29.727040 [ 3 ] {} HTTP-Session: c3445882-e89b-4093-8172-88dac3a21b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.727053 [ 3 ] {} HTTP-Session: c3445882-e89b-4093-8172-88dac3a21b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:29.727083 [ 3 ] {} HTTP-Session: c3445882-e89b-4093-8172-88dac3a21b6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:29.727299 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:29.727345 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:29.727503 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:29.727964 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:29.728001 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:29.728414 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.03.13 04:56:29.728745 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:29.728867 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} executeQuery: Read 28 rows, 38.69 KiB in 0.001738 sec., 16110.471806674339 rows/sec., 21.74 MiB/sec. 2024.03.13 04:56:29.728997 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} DynamicQueryHandler: Done processing query 2024.03.13 04:56:29.729020 [ 3 ] {0b2f48d0-459d-4989-9348-ee44092ae3e0} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:29.729035 [ 3 ] {} HTTP-Session: c3445882-e89b-4093-8172-88dac3a21b6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.723015 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:34.723152 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:34.723177 [ 3 ] {} HTTP-Session: 3685b052-fff6-4c64-844e-1fbc556653f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:34.723201 [ 3 ] {} HTTP-Session: 3685b052-fff6-4c64-844e-1fbc556653f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.723216 [ 3 ] {} HTTP-Session: 3685b052-fff6-4c64-844e-1fbc556653f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.723264 [ 3 ] {} HTTP-Session: 3685b052-fff6-4c64-844e-1fbc556653f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:34.723384 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:34.723447 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:34.723638 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:34.724107 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:34.724155 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:34.724538 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.13 04:56:34.724859 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:34.725005 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} executeQuery: Read 29 rows, 2.35 KiB in 0.001679 sec., 17272.185824895772 rows/sec., 1.37 MiB/sec. 2024.03.13 04:56:34.725218 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} DynamicQueryHandler: Done processing query 2024.03.13 04:56:34.725273 [ 3 ] {af626aec-1c12-43e3-9399-bbcdba1637b0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:34.725332 [ 3 ] {} HTTP-Session: 3685b052-fff6-4c64-844e-1fbc556653f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.725493 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:34.725546 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:34.725565 [ 3 ] {} HTTP-Session: 1fc1bf60-d4d6-4ea5-905b-495f7bc70b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:34.725583 [ 3 ] {} HTTP-Session: 1fc1bf60-d4d6-4ea5-905b-495f7bc70b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.725597 [ 3 ] {} HTTP-Session: 1fc1bf60-d4d6-4ea5-905b-495f7bc70b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.725630 [ 3 ] {} HTTP-Session: 1fc1bf60-d4d6-4ea5-905b-495f7bc70b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:34.725696 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:34.725739 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:56:34.725886 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:34.726216 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:34.726254 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:34.726548 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.13 04:56:34.726848 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:34.726994 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} executeQuery: Read 2 rows, 167.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 124.11 KiB/sec. 2024.03.13 04:56:34.727156 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} DynamicQueryHandler: Done processing query 2024.03.13 04:56:34.727183 [ 3 ] {51888e1d-7e20-4da3-ab82-87c7333fb84f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:34.727198 [ 3 ] {} HTTP-Session: 1fc1bf60-d4d6-4ea5-905b-495f7bc70b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.727344 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:34.727390 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:34.727409 [ 3 ] {} HTTP-Session: 96cc3a03-5dca-42ac-b481-3860930d5421 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:34.727425 [ 3 ] {} HTTP-Session: 96cc3a03-5dca-42ac-b481-3860930d5421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.727439 [ 3 ] {} HTTP-Session: 96cc3a03-5dca-42ac-b481-3860930d5421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.727469 [ 3 ] {} HTTP-Session: 96cc3a03-5dca-42ac-b481-3860930d5421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:34.727586 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:34.727627 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:34.727751 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:34.728148 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:34.728184 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:34.728504 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.13 04:56:34.728799 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:34.728936 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} executeQuery: Read 124 rows, 11.04 KiB in 0.001413 sec., 87756.54635527247 rows/sec., 7.63 MiB/sec. 2024.03.13 04:56:34.729057 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} DynamicQueryHandler: Done processing query 2024.03.13 04:56:34.729080 [ 3 ] {44c5d8aa-cd47-4846-a3a1-85449569c123} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:56:34.729096 [ 3 ] {} HTTP-Session: 96cc3a03-5dca-42ac-b481-3860930d5421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.729245 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:34.729292 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:34.729310 [ 3 ] {} HTTP-Session: 0d7f6a68-d6ce-4024-be31-bd3d446f6395 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:34.729326 [ 3 ] {} HTTP-Session: 0d7f6a68-d6ce-4024-be31-bd3d446f6395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.729339 [ 3 ] {} HTTP-Session: 0d7f6a68-d6ce-4024-be31-bd3d446f6395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.729369 [ 3 ] {} HTTP-Session: 0d7f6a68-d6ce-4024-be31-bd3d446f6395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:34.729431 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:34.729471 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:56:34.729593 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:34.729886 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:34.729923 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:34.730208 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.03.13 04:56:34.730497 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:34.730649 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} executeQuery: Read 2 rows, 143.00 B in 0.001231 sec., 1624.6953696181965 rows/sec., 113.44 KiB/sec. 2024.03.13 04:56:34.730900 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} DynamicQueryHandler: Done processing query 2024.03.13 04:56:34.730937 [ 3 ] {63068439-aab9-4d63-8a06-74619f61d879} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:56:34.730953 [ 3 ] {} HTTP-Session: 0d7f6a68-d6ce-4024-be31-bd3d446f6395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.731087 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:34.731133 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:34.731151 [ 3 ] {} HTTP-Session: fcf8c7ad-f0bf-4627-a0a6-b2c76dfca758 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:34.731168 [ 3 ] {} HTTP-Session: fcf8c7ad-f0bf-4627-a0a6-b2c76dfca758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.731181 [ 3 ] {} HTTP-Session: fcf8c7ad-f0bf-4627-a0a6-b2c76dfca758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.731211 [ 3 ] {} HTTP-Session: fcf8c7ad-f0bf-4627-a0a6-b2c76dfca758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:34.731289 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:34.731329 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:34.731470 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:34.731802 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:34.731839 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:34.732135 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.13 04:56:34.732433 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:34.732572 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} executeQuery: Read 55 rows, 4.38 KiB in 0.001313 sec., 41888.804265041894 rows/sec., 3.26 MiB/sec. 2024.03.13 04:56:34.732702 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} DynamicQueryHandler: Done processing query 2024.03.13 04:56:34.732727 [ 3 ] {4af46966-7d8c-48cd-95b2-f86a92a49b59} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:56:34.732743 [ 3 ] {} HTTP-Session: fcf8c7ad-f0bf-4627-a0a6-b2c76dfca758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.732899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:34.732946 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:34.732964 [ 3 ] {} HTTP-Session: a6adc781-3371-4cf1-871a-147e729762c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:34.732980 [ 3 ] {} HTTP-Session: a6adc781-3371-4cf1-871a-147e729762c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.732994 [ 3 ] {} HTTP-Session: a6adc781-3371-4cf1-871a-147e729762c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.733024 [ 3 ] {} HTTP-Session: a6adc781-3371-4cf1-871a-147e729762c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:34.733107 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:34.733151 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:56:34.733293 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:34.733600 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:34.733637 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:34.734005 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.13 04:56:34.734330 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:34.734473 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} executeQuery: Read 37 rows, 2.67 KiB in 0.001399 sec., 26447.462473195137 rows/sec., 1.87 MiB/sec. 2024.03.13 04:56:34.734671 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} DynamicQueryHandler: Done processing query 2024.03.13 04:56:34.734707 [ 3 ] {f38ce635-0f98-4c7c-b971-1ee8537329d4} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:34.734739 [ 3 ] {} HTTP-Session: a6adc781-3371-4cf1-871a-147e729762c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.734896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:34.734943 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:34.734961 [ 3 ] {} HTTP-Session: 3b1ecfc2-62e4-4379-a4e7-d990e6319ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:34.734978 [ 3 ] {} HTTP-Session: 3b1ecfc2-62e4-4379-a4e7-d990e6319ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.734992 [ 3 ] {} HTTP-Session: 3b1ecfc2-62e4-4379-a4e7-d990e6319ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:34.735021 [ 3 ] {} HTTP-Session: 3b1ecfc2-62e4-4379-a4e7-d990e6319ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:34.735247 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:34.735292 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:34.735468 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:34.735920 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:34.735956 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:34.736354 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.03.13 04:56:34.736710 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:34.736868 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} executeQuery: Read 29 rows, 40.07 KiB in 0.00179 sec., 16201.117318435754 rows/sec., 21.86 MiB/sec. 2024.03.13 04:56:34.737001 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} DynamicQueryHandler: Done processing query 2024.03.13 04:56:34.737025 [ 3 ] {800787b5-dd33-40fa-8911-c6c0bf5190be} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:34.737042 [ 3 ] {} HTTP-Session: 3b1ecfc2-62e4-4379-a4e7-d990e6319ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:38.500018 [ 47 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:56:38.500119 [ 47 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:56:39.721632 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:39.721748 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:39.721775 [ 3 ] {} HTTP-Session: 16340208-e784-4b32-8623-c32415c13037 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:39.721803 [ 3 ] {} HTTP-Session: 16340208-e784-4b32-8623-c32415c13037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.721821 [ 3 ] {} HTTP-Session: 16340208-e784-4b32-8623-c32415c13037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.721875 [ 3 ] {} HTTP-Session: 16340208-e784-4b32-8623-c32415c13037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:39.722008 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:39.722074 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:39.722285 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:39.722742 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:39.722780 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:39.723148 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.13 04:56:39.723464 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:39.723600 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} executeQuery: Read 28 rows, 2.27 KiB in 0.001658 sec., 16887.81664656212 rows/sec., 1.34 MiB/sec. 2024.03.13 04:56:39.723739 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} DynamicQueryHandler: Done processing query 2024.03.13 04:56:39.723764 [ 3 ] {4faff13a-6cde-4660-9d5b-8396916f5d0f} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:39.723779 [ 3 ] {} HTTP-Session: 16340208-e784-4b32-8623-c32415c13037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.723910 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:39.723957 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:39.723975 [ 3 ] {} HTTP-Session: 30454c75-3e78-4701-880f-e26a2c78b9b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:39.723991 [ 3 ] {} HTTP-Session: 30454c75-3e78-4701-880f-e26a2c78b9b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.724004 [ 3 ] {} HTTP-Session: 30454c75-3e78-4701-880f-e26a2c78b9b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.724035 [ 3 ] {} HTTP-Session: 30454c75-3e78-4701-880f-e26a2c78b9b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:39.724120 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:39.724160 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:39.724280 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:39.724651 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:39.724686 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:39.724984 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.13 04:56:39.725273 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:39.725394 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} executeQuery: Read 84 rows, 8.82 KiB in 0.001315 sec., 63878.32699619772 rows/sec., 6.55 MiB/sec. 2024.03.13 04:56:39.725573 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} DynamicQueryHandler: Done processing query 2024.03.13 04:56:39.725619 [ 3 ] {4a8ee369-8ecb-4da1-ba59-b956c29f71c7} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:56:39.725673 [ 3 ] {} HTTP-Session: 30454c75-3e78-4701-880f-e26a2c78b9b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.725876 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:39.725926 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:39.725945 [ 3 ] {} HTTP-Session: 63783637-a365-4a7d-a666-7da46ec9778e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:39.725961 [ 3 ] {} HTTP-Session: 63783637-a365-4a7d-a666-7da46ec9778e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.725975 [ 3 ] {} HTTP-Session: 63783637-a365-4a7d-a666-7da46ec9778e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.726006 [ 3 ] {} HTTP-Session: 63783637-a365-4a7d-a666-7da46ec9778e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:39.726086 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:39.726127 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:39.726272 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:39.726622 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:39.726658 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:39.726948 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.13 04:56:39.727246 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:39.727373 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} executeQuery: Read 28 rows, 2.24 KiB in 0.001322 sec., 21180.03025718608 rows/sec., 1.66 MiB/sec. 2024.03.13 04:56:39.727493 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} DynamicQueryHandler: Done processing query 2024.03.13 04:56:39.727516 [ 3 ] {da8f0367-4afb-4617-bba1-d896befa4bfe} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:39.727534 [ 3 ] {} HTTP-Session: 63783637-a365-4a7d-a666-7da46ec9778e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.727688 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:39.727734 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:39.727751 [ 3 ] {} HTTP-Session: 5f485a6a-338c-4fcc-affd-c1189557e195 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:39.727767 [ 3 ] {} HTTP-Session: 5f485a6a-338c-4fcc-affd-c1189557e195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.727780 [ 3 ] {} HTTP-Session: 5f485a6a-338c-4fcc-affd-c1189557e195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:39.727810 [ 3 ] {} HTTP-Session: 5f485a6a-338c-4fcc-affd-c1189557e195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:39.728020 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:39.728066 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:39.728218 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:39.728675 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:39.728708 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:39.729110 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.03.13 04:56:39.729424 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:39.729549 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} executeQuery: Read 28 rows, 38.69 KiB in 0.001694 sec., 16528.92561983471 rows/sec., 22.30 MiB/sec. 2024.03.13 04:56:39.729676 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} DynamicQueryHandler: Done processing query 2024.03.13 04:56:39.729698 [ 3 ] {46df488c-83ba-44c2-a6e0-3a2625535638} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:39.729714 [ 3 ] {} HTTP-Session: 5f485a6a-338c-4fcc-affd-c1189557e195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.721060 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:44.721200 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:44.721228 [ 3 ] {} HTTP-Session: ab6366a0-6a7a-4673-ac10-bbb4d158e58d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:44.721256 [ 3 ] {} HTTP-Session: ab6366a0-6a7a-4673-ac10-bbb4d158e58d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.721273 [ 3 ] {} HTTP-Session: ab6366a0-6a7a-4673-ac10-bbb4d158e58d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.721329 [ 3 ] {} HTTP-Session: ab6366a0-6a7a-4673-ac10-bbb4d158e58d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:44.721472 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:44.721549 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:44.721746 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:44.722235 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.722287 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.722671 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.13 04:56:44.722995 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.723170 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} executeQuery: Read 29 rows, 2.35 KiB in 0.001763 sec., 16449.234259784458 rows/sec., 1.30 MiB/sec. 2024.03.13 04:56:44.723179 [ 100 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.13 04:56:44.723282 [ 100 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.723338 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.723390 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} DynamicQueryHandler: Done processing query 2024.03.13 04:56:44.723480 [ 3 ] {1af01939-2b28-42db-9aa4-183d63115f2b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:44.723591 [ 3 ] {} HTTP-Session: ab6366a0-6a7a-4673-ac10-bbb4d158e58d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.723653 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.03.13 04:56:44.723907 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:44.724198 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:44.724319 [ 3 ] {} HTTP-Session: 209d6a9b-4f83-435f-9d17-a76347c1a6e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:44.724320 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:44.724370 [ 3 ] {} HTTP-Session: 209d6a9b-4f83-435f-9d17-a76347c1a6e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.724404 [ 3 ] {} HTTP-Session: 209d6a9b-4f83-435f-9d17-a76347c1a6e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.724409 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 57 rows starting from the beginning of the part 2024.03.13 04:56:44.724468 [ 3 ] {} HTTP-Session: 209d6a9b-4f83-435f-9d17-a76347c1a6e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:44.724694 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:44.724744 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:44.724878 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:44.725023 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:44.725379 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:44.725682 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:44.726030 [ 200 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:44.726031 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:44.727059 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.727121 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.727922 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.13 04:56:44.728796 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.005362154 sec., 37298.44387162323 rows/sec., 2.95 MiB/sec. 2024.03.13 04:56:44.728821 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.729096 [ 100 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.13 04:56:44.729114 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.13 04:56:44.729181 [ 100 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.729188 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} executeQuery: Read 87 rows, 8.18 KiB in 0.00456 sec., 19078.947368421053 rows/sec., 1.75 MiB/sec. 2024.03.13 04:56:44.729263 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.729659 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.03.13 04:56:44.730164 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} DynamicQueryHandler: Done processing query 2024.03.13 04:56:44.730222 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:44.730264 [ 3 ] {e1d8bfd5-4f95-4612-8c45-e5136ad9aab1} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:56:44.730322 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 211 rows starting from the beginning of the part 2024.03.13 04:56:44.730335 [ 3 ] {} HTTP-Session: 209d6a9b-4f83-435f-9d17-a76347c1a6e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.730620 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 88 rows starting from the beginning of the part 2024.03.13 04:56:44.730640 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.731003 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 84 rows starting from the beginning of the part 2024.03.13 04:56:44.731131 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:44.731163 [ 198 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_46_9} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.13 04:56:44.731411 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 124 rows starting from the beginning of the part 2024.03.13 04:56:44.731586 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:44.731639 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:56:44.731783 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 84 rows starting from the beginning of the part 2024.03.13 04:56:44.731795 [ 3 ] {} HTTP-Session: 22964584-2bec-4dba-adcf-21b9a53f889c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:44.731850 [ 3 ] {} HTTP-Session: 22964584-2bec-4dba-adcf-21b9a53f889c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.731928 [ 3 ] {} HTTP-Session: 22964584-2bec-4dba-adcf-21b9a53f889c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.732031 [ 200 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 87 rows starting from the beginning of the part 2024.03.13 04:56:44.732097 [ 3 ] {} HTTP-Session: 22964584-2bec-4dba-adcf-21b9a53f889c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:44.732504 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:44.732568 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:44.733102 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:44.734063 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.734137 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.734964 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.13 04:56:44.735030 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 4 columns (4 merged, 0 gathered) in 0.005638098 sec., 120253.31947050228 rows/sec., 11.30 MiB/sec. 2024.03.13 04:56:44.735328 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.13 04:56:44.735599 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.736001 [ 100 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.13 04:56:44.736097 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} executeQuery: Read 29 rows, 2.32 KiB in 0.003743 sec., 7747.79588565322 rows/sec., 620.43 KiB/sec. 2024.03.13 04:56:44.736103 [ 100 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.736209 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.736404 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.736694 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} DynamicQueryHandler: Done processing query 2024.03.13 04:56:44.736730 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_46_9} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.13 04:56:44.736753 [ 3 ] {f28c8673-7d79-44af-9b23-88f04bca61f2} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:44.736725 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.03.13 04:56:44.736793 [ 3 ] {} HTTP-Session: 22964584-2bec-4dba-adcf-21b9a53f889c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.736956 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.03.13 04:56:44.737097 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:44.737214 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:44.737277 [ 3 ] {} HTTP-Session: 6acb1ff1-d01f-4c96-baba-ed38c9b7da88 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:44.737286 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:44.737305 [ 3 ] {} HTTP-Session: 6acb1ff1-d01f-4c96-baba-ed38c9b7da88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.737349 [ 3 ] {} HTTP-Session: 6acb1ff1-d01f-4c96-baba-ed38c9b7da88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.737380 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 107 rows starting from the beginning of the part 2024.03.13 04:56:44.737406 [ 3 ] {} HTTP-Session: 6acb1ff1-d01f-4c96-baba-ed38c9b7da88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:44.737694 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part 2024.03.13 04:56:44.737837 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:44.738000 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:44.738143 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 55 rows starting from the beginning of the part 2024.03.13 04:56:44.738192 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:44.738437 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:44.738781 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:44.739555 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:44.740684 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.740763 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.741611 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 4 columns (4 merged, 0 gathered) in 0.005226981 sec., 53185.57691332721 rows/sec., 4.15 MiB/sec. 2024.03.13 04:56:44.741815 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.13 04:56:44.741874 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.03.13 04:56:44.742740 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.742845 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.742928 [ 198 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_46_9} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.13 04:56:44.743094 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:56:44.743152 [ 100 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.03.13 04:56:44.743244 [ 100 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:44.743249 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} executeQuery: Read 29 rows, 40.07 KiB in 0.005705 sec., 5083.260297984224 rows/sec., 6.86 MiB/sec. 2024.03.13 04:56:44.743284 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:44.743565 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.03.13 04:56:44.743609 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} DynamicQueryHandler: Done processing query 2024.03.13 04:56:44.743660 [ 3 ] {ed09772a-8f51-4609-aa2c-6f4228cfa171} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:44.743705 [ 3 ] {} HTTP-Session: 6acb1ff1-d01f-4c96-baba-ed38c9b7da88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:44.743838 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:44.743883 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1166 rows starting from the beginning of the part 2024.03.13 04:56:44.744026 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:44.744242 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:44.744403 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:44.744550 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part 2024.03.13 04:56:44.744654 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 29 rows starting from the beginning of the part 2024.03.13 04:56:44.747952 [ 196 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1309 rows, containing 6 columns (6 merged, 0 gathered) in 0.004540381 sec., 288301.79669944 rows/sec., 389.05 MiB/sec. 2024.03.13 04:56:44.748645 [ 196 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.03.13 04:56:44.749042 [ 196 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:44.749115 [ 196 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_46_9} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.03.13 04:56:44.749191 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. 2024.03.13 04:56:47.445792 [ 97 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2024.03.13 04:56:47.445879 [ 97 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:47.445905 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:47.446244 [ 192 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2024.03.13 04:56:47.446556 [ 192 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:56:47.446635 [ 192 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 478 rows starting from the beginning of the part 2024.03.13 04:56:47.446743 [ 192 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2024.03.13 04:56:47.446973 [ 192 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2024.03.13 04:56:47.447118 [ 192 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2024.03.13 04:56:47.447363 [ 192 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part 2024.03.13 04:56:47.448355 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 5 columns (5 merged, 0 gathered) in 0.002342386 sec., 236510.97641464727 rows/sec., 16.68 MiB/sec. 2024.03.13 04:56:47.448503 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2024.03.13 04:56:47.448909 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:47.448993 [ 196 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_15_3} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2024.03.13 04:56:47.449075 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.03.13 04:56:49.721682 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:49.721805 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:49.721834 [ 3 ] {} HTTP-Session: 7f73aa6b-93de-4e42-b4c6-7d5f656c1683 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:49.721863 [ 3 ] {} HTTP-Session: 7f73aa6b-93de-4e42-b4c6-7d5f656c1683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.721881 [ 3 ] {} HTTP-Session: 7f73aa6b-93de-4e42-b4c6-7d5f656c1683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.721937 [ 3 ] {} HTTP-Session: 7f73aa6b-93de-4e42-b4c6-7d5f656c1683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:49.722075 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:49.722147 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:49.722360 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:49.722833 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:49.722883 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:49.723272 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.13 04:56:49.723609 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:49.723767 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} executeQuery: Read 28 rows, 2.27 KiB in 0.001756 sec., 15945.330296127562 rows/sec., 1.26 MiB/sec. 2024.03.13 04:56:49.724001 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} DynamicQueryHandler: Done processing query 2024.03.13 04:56:49.724057 [ 3 ] {d2b03c63-aebe-4d76-b02b-556557a131db} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:49.724113 [ 3 ] {} HTTP-Session: 7f73aa6b-93de-4e42-b4c6-7d5f656c1683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.724300 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:49.724358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:49.724378 [ 3 ] {} HTTP-Session: 13e17422-3223-4dba-968e-3270a957f1ce Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:49.724397 [ 3 ] {} HTTP-Session: 13e17422-3223-4dba-968e-3270a957f1ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.724411 [ 3 ] {} HTTP-Session: 13e17422-3223-4dba-968e-3270a957f1ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.724446 [ 3 ] {} HTTP-Session: 13e17422-3223-4dba-968e-3270a957f1ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:49.724547 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:49.724592 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:49.724741 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:49.725140 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:49.725179 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:49.725489 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.13 04:56:49.725799 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:49.725953 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} executeQuery: Read 84 rows, 8.82 KiB in 0.001454 sec., 57771.6643741403 rows/sec., 5.92 MiB/sec. 2024.03.13 04:56:49.726084 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} DynamicQueryHandler: Done processing query 2024.03.13 04:56:49.726109 [ 3 ] {23a4895c-e5ed-4bfb-b2ca-0784a8953650} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:56:49.726124 [ 3 ] {} HTTP-Session: 13e17422-3223-4dba-968e-3270a957f1ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.726252 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:49.726302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:49.726321 [ 3 ] {} HTTP-Session: 4fab1721-8931-434d-b404-7ee0ad08e715 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:49.726338 [ 3 ] {} HTTP-Session: 4fab1721-8931-434d-b404-7ee0ad08e715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.726351 [ 3 ] {} HTTP-Session: 4fab1721-8931-434d-b404-7ee0ad08e715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.726383 [ 3 ] {} HTTP-Session: 4fab1721-8931-434d-b404-7ee0ad08e715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:49.726455 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:49.726496 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:49.726625 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:49.726918 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:49.726956 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:49.727259 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.13 04:56:49.727566 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:49.727698 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} executeQuery: Read 28 rows, 2.24 KiB in 0.001273 sec., 21995.28672427337 rows/sec., 1.72 MiB/sec. 2024.03.13 04:56:49.727840 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} DynamicQueryHandler: Done processing query 2024.03.13 04:56:49.727864 [ 3 ] {7fa70153-de8d-4f5b-a239-14a1818c3886} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:49.727879 [ 3 ] {} HTTP-Session: 4fab1721-8931-434d-b404-7ee0ad08e715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.728061 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:49.728112 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:49.728130 [ 3 ] {} HTTP-Session: 07496eb2-e4eb-47f0-8308-66b01e3ae9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:49.728147 [ 3 ] {} HTTP-Session: 07496eb2-e4eb-47f0-8308-66b01e3ae9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.728160 [ 3 ] {} HTTP-Session: 07496eb2-e4eb-47f0-8308-66b01e3ae9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:49.728191 [ 3 ] {} HTTP-Session: 07496eb2-e4eb-47f0-8308-66b01e3ae9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:49.728404 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:49.728450 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:49.728615 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:49.729125 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:49.729161 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:49.729583 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.03.13 04:56:49.729924 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:49.730081 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} executeQuery: Read 28 rows, 38.69 KiB in 0.001836 sec., 15250.544662309369 rows/sec., 20.58 MiB/sec. 2024.03.13 04:56:49.730213 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} DynamicQueryHandler: Done processing query 2024.03.13 04:56:49.730238 [ 3 ] {2ca5d684-5fa6-4da4-ab04-9622387ce899} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:49.730254 [ 3 ] {} HTTP-Session: 07496eb2-e4eb-47f0-8308-66b01e3ae9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:53.500183 [ 68 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:56:53.500283 [ 68 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:56:54.721187 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:54.721314 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:54.721343 [ 3 ] {} HTTP-Session: d7b8a48d-cf83-4281-a0e3-97d84ba6bf99 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:54.721371 [ 3 ] {} HTTP-Session: d7b8a48d-cf83-4281-a0e3-97d84ba6bf99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.721390 [ 3 ] {} HTTP-Session: d7b8a48d-cf83-4281-a0e3-97d84ba6bf99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.721444 [ 3 ] {} HTTP-Session: d7b8a48d-cf83-4281-a0e3-97d84ba6bf99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:54.721583 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:54.721654 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:54.721863 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:54.722304 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:54.722354 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:54.722743 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.13 04:56:54.723071 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:54.723237 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} executeQuery: Read 29 rows, 2.35 KiB in 0.001716 sec., 16899.7668997669 rows/sec., 1.34 MiB/sec. 2024.03.13 04:56:54.723389 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} DynamicQueryHandler: Done processing query 2024.03.13 04:56:54.723415 [ 3 ] {c93a201c-4549-4c99-89c6-abe8cc96a6af} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:54.723432 [ 3 ] {} HTTP-Session: d7b8a48d-cf83-4281-a0e3-97d84ba6bf99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.723573 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:54.723622 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:54.723640 [ 3 ] {} HTTP-Session: c0bceb17-dd86-4816-8c87-87c95da28c9b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:54.723656 [ 3 ] {} HTTP-Session: c0bceb17-dd86-4816-8c87-87c95da28c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.723669 [ 3 ] {} HTTP-Session: c0bceb17-dd86-4816-8c87-87c95da28c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.723701 [ 3 ] {} HTTP-Session: c0bceb17-dd86-4816-8c87-87c95da28c9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:54.723791 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:54.723832 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:54.723955 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:54.724330 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:54.724369 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:54.724675 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.13 04:56:54.724975 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:54.725127 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} executeQuery: Read 87 rows, 8.18 KiB in 0.001381 sec., 62997.82766111513 rows/sec., 5.79 MiB/sec. 2024.03.13 04:56:54.725249 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} DynamicQueryHandler: Done processing query 2024.03.13 04:56:54.725273 [ 3 ] {9559a6a6-e1e0-4f84-9f53-46c8baf69ae3} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:56:54.725290 [ 3 ] {} HTTP-Session: c0bceb17-dd86-4816-8c87-87c95da28c9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.725422 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:54.725469 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:54.725487 [ 3 ] {} HTTP-Session: 55b0054c-c0cf-42f2-af7b-9d48a919d398 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:54.725504 [ 3 ] {} HTTP-Session: 55b0054c-c0cf-42f2-af7b-9d48a919d398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.725518 [ 3 ] {} HTTP-Session: 55b0054c-c0cf-42f2-af7b-9d48a919d398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.725550 [ 3 ] {} HTTP-Session: 55b0054c-c0cf-42f2-af7b-9d48a919d398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:54.725623 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:54.725663 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:54.725788 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:54.726092 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:54.726129 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:54.726431 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.13 04:56:54.726750 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:54.726904 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} executeQuery: Read 29 rows, 2.32 KiB in 0.001305 sec., 22222.222222222223 rows/sec., 1.74 MiB/sec. 2024.03.13 04:56:54.727028 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} DynamicQueryHandler: Done processing query 2024.03.13 04:56:54.727052 [ 3 ] {7366e64d-768d-4a43-b3ab-4631cfc53b2f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:54.727068 [ 3 ] {} HTTP-Session: 55b0054c-c0cf-42f2-af7b-9d48a919d398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.727285 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:54.727331 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:54.727350 [ 3 ] {} HTTP-Session: 627674ec-5a1d-4ee0-8742-d218a3d910cd Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:54.727366 [ 3 ] {} HTTP-Session: 627674ec-5a1d-4ee0-8742-d218a3d910cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.727379 [ 3 ] {} HTTP-Session: 627674ec-5a1d-4ee0-8742-d218a3d910cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:54.727409 [ 3 ] {} HTTP-Session: 627674ec-5a1d-4ee0-8742-d218a3d910cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:54.727620 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:54.727665 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:54.727822 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:54.728290 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:54.728326 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. 2024.03.13 04:56:54.728745 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.03.13 04:56:54.729074 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:54.729218 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} executeQuery: Read 29 rows, 40.07 KiB in 0.001763 sec., 16449.234259784458 rows/sec., 22.20 MiB/sec. 2024.03.13 04:56:54.729356 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} DynamicQueryHandler: Done processing query 2024.03.13 04:56:54.729380 [ 3 ] {c166b45d-f6c5-4dbf-b729-21e4306317d9} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:54.729397 [ 3 ] {} HTTP-Session: 627674ec-5a1d-4ee0-8742-d218a3d910cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.721033 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:59.721174 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:59.721203 [ 3 ] {} HTTP-Session: a70002d4-95f7-4826-a1e9-5b2ef51ed831 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:59.721232 [ 3 ] {} HTTP-Session: a70002d4-95f7-4826-a1e9-5b2ef51ed831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.721250 [ 3 ] {} HTTP-Session: a70002d4-95f7-4826-a1e9-5b2ef51ed831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.721305 [ 3 ] {} HTTP-Session: a70002d4-95f7-4826-a1e9-5b2ef51ed831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:59.721440 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:59.721512 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:56:59.721725 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:59.722190 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:59.722234 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:56:59.722613 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.13 04:56:59.722935 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:59.723090 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} executeQuery: Read 28 rows, 2.27 KiB in 0.001714 sec., 16336.056009334889 rows/sec., 1.29 MiB/sec. 2024.03.13 04:56:59.723317 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} DynamicQueryHandler: Done processing query 2024.03.13 04:56:59.723378 [ 3 ] {0412a814-5f5a-4b2c-ac7c-bffad5a82a74} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:56:59.723434 [ 3 ] {} HTTP-Session: a70002d4-95f7-4826-a1e9-5b2ef51ed831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.723635 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:59.723687 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:59.723706 [ 3 ] {} HTTP-Session: 64c8a71e-b8ff-45b8-b981-1afa04c79649 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:59.723723 [ 3 ] {} HTTP-Session: 64c8a71e-b8ff-45b8-b981-1afa04c79649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.723737 [ 3 ] {} HTTP-Session: 64c8a71e-b8ff-45b8-b981-1afa04c79649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.723770 [ 3 ] {} HTTP-Session: 64c8a71e-b8ff-45b8-b981-1afa04c79649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:59.723862 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:59.723904 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:56:59.724046 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:59.724413 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:59.724452 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:56:59.724756 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.13 04:56:59.725064 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:59.725212 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} executeQuery: Read 84 rows, 8.82 KiB in 0.001391 sec., 60388.2099209202 rows/sec., 6.19 MiB/sec. 2024.03.13 04:56:59.725412 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} DynamicQueryHandler: Done processing query 2024.03.13 04:56:59.725470 [ 3 ] {2a3f5cc7-e943-4eec-aa72-7fa5bd5822b5} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:56:59.725526 [ 3 ] {} HTTP-Session: 64c8a71e-b8ff-45b8-b981-1afa04c79649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.725730 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:59.725782 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:59.725802 [ 3 ] {} HTTP-Session: ac1627d0-738a-4497-b420-8da28ee77d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:59.725819 [ 3 ] {} HTTP-Session: ac1627d0-738a-4497-b420-8da28ee77d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.725833 [ 3 ] {} HTTP-Session: ac1627d0-738a-4497-b420-8da28ee77d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.725864 [ 3 ] {} HTTP-Session: ac1627d0-738a-4497-b420-8da28ee77d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:59.725946 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:59.725988 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:56:59.726133 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:59.726483 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:59.726537 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:56:59.726836 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.13 04:56:59.727131 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:59.727281 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} executeQuery: Read 28 rows, 2.24 KiB in 0.001367 sec., 20482.809070958305 rows/sec., 1.60 MiB/sec. 2024.03.13 04:56:59.727404 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} DynamicQueryHandler: Done processing query 2024.03.13 04:56:59.727429 [ 3 ] {fefa66ad-f034-47a4-b2af-a33b78576601} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:56:59.727444 [ 3 ] {} HTTP-Session: ac1627d0-738a-4497-b420-8da28ee77d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.727583 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:56:59.727630 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:56:59.727649 [ 3 ] {} HTTP-Session: b3cd7da8-16a9-461d-b8c8-441df896c9a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:56:59.727665 [ 3 ] {} HTTP-Session: b3cd7da8-16a9-461d-b8c8-441df896c9a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.727679 [ 3 ] {} HTTP-Session: b3cd7da8-16a9-461d-b8c8-441df896c9a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:56:59.727709 [ 3 ] {} HTTP-Session: b3cd7da8-16a9-461d-b8c8-441df896c9a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:56:59.727925 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:56:59.727970 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:56:59.728125 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:56:59.728610 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:56:59.728646 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:56:59.729051 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.03.13 04:56:59.729379 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:56:59.729544 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} executeQuery: Read 28 rows, 38.69 KiB in 0.001784 sec., 15695.06726457399 rows/sec., 21.18 MiB/sec. 2024.03.13 04:56:59.729780 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} DynamicQueryHandler: Done processing query 2024.03.13 04:56:59.729853 [ 3 ] {8e8bc444-98c9-4a44-92d0-0068e96350e7} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:56:59.729913 [ 3 ] {} HTTP-Session: b3cd7da8-16a9-461d-b8c8-441df896c9a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.723238 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:04.723429 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:04.723473 [ 3 ] {} HTTP-Session: ee4923b1-147f-4672-b31f-557c1d0cfef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:04.723516 [ 3 ] {} HTTP-Session: ee4923b1-147f-4672-b31f-557c1d0cfef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.723544 [ 3 ] {} HTTP-Session: ee4923b1-147f-4672-b31f-557c1d0cfef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.723624 [ 3 ] {} HTTP-Session: ee4923b1-147f-4672-b31f-557c1d0cfef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:04.723821 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:04.723923 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:04.724200 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:04.724649 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:04.724700 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:04.725143 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.13 04:57:04.725482 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:04.725646 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} executeQuery: Read 29 rows, 2.35 KiB in 0.001919 sec., 15112.037519541429 rows/sec., 1.20 MiB/sec. 2024.03.13 04:57:04.725812 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} DynamicQueryHandler: Done processing query 2024.03.13 04:57:04.725840 [ 3 ] {8ef03073-5c27-4666-90e3-c7d92a99b89f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:04.725855 [ 3 ] {} HTTP-Session: ee4923b1-147f-4672-b31f-557c1d0cfef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.726069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:04.726150 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:04.726170 [ 3 ] {} HTTP-Session: 3f3b77ad-b4ca-4ed2-8aa0-af6f02a61cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:04.726188 [ 3 ] {} HTTP-Session: 3f3b77ad-b4ca-4ed2-8aa0-af6f02a61cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.726202 [ 3 ] {} HTTP-Session: 3f3b77ad-b4ca-4ed2-8aa0-af6f02a61cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.726236 [ 3 ] {} HTTP-Session: 3f3b77ad-b4ca-4ed2-8aa0-af6f02a61cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:04.726342 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:04.726384 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:04.726518 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:04.726989 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:04.727027 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:04.727338 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.13 04:57:04.727637 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:04.727770 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} executeQuery: Read 123 rows, 10.95 KiB in 0.001487 sec., 82716.87962340283 rows/sec., 7.19 MiB/sec. 2024.03.13 04:57:04.727971 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} DynamicQueryHandler: Done processing query 2024.03.13 04:57:04.727996 [ 3 ] {8d8e1e60-eeda-4424-aba3-0f2e36705705} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:57:04.728043 [ 3 ] {} HTTP-Session: 3f3b77ad-b4ca-4ed2-8aa0-af6f02a61cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.728302 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:04.728365 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:04.728385 [ 3 ] {} HTTP-Session: 9f353720-d879-431e-9997-4ca23c0464d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:04.728402 [ 3 ] {} HTTP-Session: 9f353720-d879-431e-9997-4ca23c0464d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.728416 [ 3 ] {} HTTP-Session: 9f353720-d879-431e-9997-4ca23c0464d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.728449 [ 3 ] {} HTTP-Session: 9f353720-d879-431e-9997-4ca23c0464d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:04.728541 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:04.728584 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:04.728737 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:04.729059 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:04.729097 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:04.729391 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.13 04:57:04.729682 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:04.729841 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} executeQuery: Read 53 rows, 4.22 KiB in 0.001335 sec., 39700.37453183521 rows/sec., 3.09 MiB/sec. 2024.03.13 04:57:04.729960 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} DynamicQueryHandler: Done processing query 2024.03.13 04:57:04.729984 [ 3 ] {d108ca35-e106-4d24-bc91-30bfefeb0613} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:57:04.730000 [ 3 ] {} HTTP-Session: 9f353720-d879-431e-9997-4ca23c0464d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.730158 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:04.730205 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:04.730223 [ 3 ] {} HTTP-Session: 636b4683-c0c3-497f-a469-9b98bf4ca510 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:04.730240 [ 3 ] {} HTTP-Session: 636b4683-c0c3-497f-a469-9b98bf4ca510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.730254 [ 3 ] {} HTTP-Session: 636b4683-c0c3-497f-a469-9b98bf4ca510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.730284 [ 3 ] {} HTTP-Session: 636b4683-c0c3-497f-a469-9b98bf4ca510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:04.730363 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:04.730406 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:57:04.730548 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:04.730851 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:04.730889 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:04.731253 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.13 04:57:04.731580 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:04.731733 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} executeQuery: Read 36 rows, 2.60 KiB in 0.0014 sec., 25714.285714285714 rows/sec., 1.81 MiB/sec. 2024.03.13 04:57:04.731859 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} DynamicQueryHandler: Done processing query 2024.03.13 04:57:04.731882 [ 3 ] {b2473d53-e13a-4180-96ba-67dbf63df0c3} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:04.731898 [ 3 ] {} HTTP-Session: 636b4683-c0c3-497f-a469-9b98bf4ca510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.732035 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:04.732085 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:04.732102 [ 3 ] {} HTTP-Session: 57c99ffc-291e-4850-8c24-8eb53fa9eaa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:04.732119 [ 3 ] {} HTTP-Session: 57c99ffc-291e-4850-8c24-8eb53fa9eaa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.732133 [ 3 ] {} HTTP-Session: 57c99ffc-291e-4850-8c24-8eb53fa9eaa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:04.732163 [ 3 ] {} HTTP-Session: 57c99ffc-291e-4850-8c24-8eb53fa9eaa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:04.732385 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:04.732429 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:04.732588 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:04.733035 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:04.733072 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:04.733472 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.03.13 04:57:04.733806 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:04.733965 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} executeQuery: Read 29 rows, 40.07 KiB in 0.001748 sec., 16590.389016018307 rows/sec., 22.39 MiB/sec. 2024.03.13 04:57:04.734091 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} DynamicQueryHandler: Done processing query 2024.03.13 04:57:04.734114 [ 3 ] {883ebc42-9867-40e5-aa45-07b59cd121df} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:04.734129 [ 3 ] {} HTTP-Session: 57c99ffc-291e-4850-8c24-8eb53fa9eaa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:08.500348 [ 90 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:57:08.500445 [ 90 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:57:09.721373 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:09.721490 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:09.721515 [ 3 ] {} HTTP-Session: 8e5e2b8b-714f-4abc-a0bb-1ece8e2ef07a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:09.721539 [ 3 ] {} HTTP-Session: 8e5e2b8b-714f-4abc-a0bb-1ece8e2ef07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.721555 [ 3 ] {} HTTP-Session: 8e5e2b8b-714f-4abc-a0bb-1ece8e2ef07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.721606 [ 3 ] {} HTTP-Session: 8e5e2b8b-714f-4abc-a0bb-1ece8e2ef07a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:09.721732 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:09.721797 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:09.721988 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:09.722436 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.722485 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.722878 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.13 04:57:09.723207 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.723372 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} executeQuery: Read 28 rows, 2.27 KiB in 0.001698 sec., 16489.988221436983 rows/sec., 1.31 MiB/sec. 2024.03.13 04:57:09.723390 [ 90 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.13 04:57:09.723489 [ 90 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.723532 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.723592 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} DynamicQueryHandler: Done processing query 2024.03.13 04:57:09.723676 [ 3 ] {3c96dc40-0394-472e-a82c-b666d2080457} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:09.723794 [ 3 ] {} HTTP-Session: 8e5e2b8b-714f-4abc-a0bb-1ece8e2ef07a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.723858 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.03.13 04:57:09.724173 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:09.724383 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:09.724427 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:09.724451 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 57 rows starting from the beginning of the part 2024.03.13 04:57:09.724464 [ 3 ] {} HTTP-Session: df9d195f-68ea-4cab-9b95-a50a26f4219c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:09.724509 [ 3 ] {} HTTP-Session: df9d195f-68ea-4cab-9b95-a50a26f4219c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.724550 [ 3 ] {} HTTP-Session: df9d195f-68ea-4cab-9b95-a50a26f4219c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.724705 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.724710 [ 3 ] {} HTTP-Session: df9d195f-68ea-4cab-9b95-a50a26f4219c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:09.725003 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:09.725129 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:09.725247 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.725324 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:09.725569 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:09.725878 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.726587 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:09.727456 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.727536 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.728479 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.13 04:57:09.728572 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 4 columns (4 merged, 0 gathered) in 0.004956897 sec., 40146.08332591942 rows/sec., 3.18 MiB/sec. 2024.03.13 04:57:09.728851 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.13 04:57:09.729246 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.729588 [ 90 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.13 04:57:09.729655 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} executeQuery: Read 84 rows, 8.82 KiB in 0.004767 sec., 17621.145374449337 rows/sec., 1.81 MiB/sec. 2024.03.13 04:57:09.729677 [ 90 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.729772 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.729864 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.730233 [ 192 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_51_10} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.13 04:57:09.730275 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.03.13 04:57:09.730346 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} DynamicQueryHandler: Done processing query 2024.03.13 04:57:09.730463 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:57:09.730448 [ 3 ] {0da2a5e0-56e4-4265-b909-87c941ea09e4} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:57:09.730550 [ 3 ] {} HTTP-Session: df9d195f-68ea-4cab-9b95-a50a26f4219c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.730653 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:09.730693 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 211 rows starting from the beginning of the part 2024.03.13 04:57:09.730819 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:09.730904 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 84 rows starting from the beginning of the part 2024.03.13 04:57:09.730966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:09.731020 [ 3 ] {} HTTP-Session: ec47fbf1-cb48-48f0-8537-90b75496e4f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:09.731064 [ 3 ] {} HTTP-Session: ec47fbf1-cb48-48f0-8537-90b75496e4f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.731154 [ 3 ] {} HTTP-Session: ec47fbf1-cb48-48f0-8537-90b75496e4f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.731156 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 87 rows starting from the beginning of the part 2024.03.13 04:57:09.731298 [ 3 ] {} HTTP-Session: ec47fbf1-cb48-48f0-8537-90b75496e4f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:09.731419 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 84 rows starting from the beginning of the part 2024.03.13 04:57:09.731625 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:09.731692 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 123 rows starting from the beginning of the part 2024.03.13 04:57:09.731784 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:09.731951 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 84 rows starting from the beginning of the part 2024.03.13 04:57:09.732720 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:09.733416 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.733481 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.734391 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.13 04:57:09.735054 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 673 rows, containing 4 columns (4 merged, 0 gathered) in 0.00509159 sec., 132178.74966366106 rows/sec., 12.60 MiB/sec. 2024.03.13 04:57:09.735074 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.735258 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.13 04:57:09.735302 [ 90 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.13 04:57:09.735317 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} executeQuery: Read 28 rows, 2.24 KiB in 0.003831 sec., 7308.796658835813 rows/sec., 585.27 KiB/sec. 2024.03.13 04:57:09.735395 [ 90 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.735501 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.735746 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} DynamicQueryHandler: Done processing query 2024.03.13 04:57:09.735830 [ 3 ] {684fdcfe-f464-4c6f-b04d-6b11c3f22dab} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:09.735919 [ 3 ] {} HTTP-Session: ec47fbf1-cb48-48f0-8537-90b75496e4f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.736220 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:09.736251 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.03.13 04:57:09.736378 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:09.736431 [ 3 ] {} HTTP-Session: a84679bd-e059-43e3-a575-e609e3f9b46b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:09.736496 [ 3 ] {} HTTP-Session: a84679bd-e059-43e3-a575-e609e3f9b46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.736553 [ 3 ] {} HTTP-Session: a84679bd-e059-43e3-a575-e609e3f9b46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.736686 [ 3 ] {} HTTP-Session: a84679bd-e059-43e3-a575-e609e3f9b46b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:09.736796 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:09.736879 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 107 rows starting from the beginning of the part 2024.03.13 04:57:09.736920 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.737147 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.737251 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:09.737472 [ 191 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_51_10} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.13 04:57:09.737606 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:09.737606 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:09.737902 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.13 04:57:09.738090 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.738400 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 53 rows starting from the beginning of the part 2024.03.13 04:57:09.738684 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.739381 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:09.740422 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.740497 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.741439 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 4 columns (4 merged, 0 gathered) in 0.005736929 sec., 47586.43518161023 rows/sec., 3.72 MiB/sec. 2024.03.13 04:57:09.741645 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.03.13 04:57:09.741655 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.13 04:57:09.742650 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.742737 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.742963 [ 90 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.03.13 04:57:09.742972 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_51_10} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.13 04:57:09.742991 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} executeQuery: Read 28 rows, 38.69 KiB in 0.006136 sec., 4563.233376792698 rows/sec., 6.16 MiB/sec. 2024.03.13 04:57:09.743035 [ 90 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:09.743184 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:09.743264 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:57:09.743582 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} DynamicQueryHandler: Done processing query 2024.03.13 04:57:09.743620 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.03.13 04:57:09.743642 [ 3 ] {6cd56207-37c1-4baa-8c56-353d0dcec8f5} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:09.743736 [ 3 ] {} HTTP-Session: a84679bd-e059-43e3-a575-e609e3f9b46b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:09.744335 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:09.744420 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1309 rows starting from the beginning of the part 2024.03.13 04:57:09.744546 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.744722 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:09.744823 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.744928 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:09.745145 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:09.749101 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1451 rows, containing 6 columns (6 merged, 0 gathered) in 0.005666628 sec., 256060.57076624758 rows/sec., 345.54 MiB/sec. 2024.03.13 04:57:09.749956 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.03.13 04:57:09.750405 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:09.750515 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_51_10} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.03.13 04:57:09.750621 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. 2024.03.13 04:57:14.721618 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:14.721806 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:14.721851 [ 3 ] {} HTTP-Session: 8e923e20-534d-4aa2-a8ff-343daf611c27 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:14.721893 [ 3 ] {} HTTP-Session: 8e923e20-534d-4aa2-a8ff-343daf611c27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.721922 [ 3 ] {} HTTP-Session: 8e923e20-534d-4aa2-a8ff-343daf611c27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.722002 [ 3 ] {} HTTP-Session: 8e923e20-534d-4aa2-a8ff-343daf611c27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:14.722195 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:14.722293 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:14.722477 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:14.722931 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:14.722980 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:14.723359 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.13 04:57:14.723688 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:14.723838 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} executeQuery: Read 29 rows, 2.35 KiB in 0.001739 sec., 16676.25071880391 rows/sec., 1.32 MiB/sec. 2024.03.13 04:57:14.724056 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} DynamicQueryHandler: Done processing query 2024.03.13 04:57:14.724114 [ 3 ] {cdc403dc-29bc-4f87-9b52-0dcbf555f67d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:14.724170 [ 3 ] {} HTTP-Session: 8e923e20-534d-4aa2-a8ff-343daf611c27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.724357 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:14.724408 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:14.724427 [ 3 ] {} HTTP-Session: ba0ae5fe-4f73-42c6-8bf0-f5282a6b3ffb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:14.724444 [ 3 ] {} HTTP-Session: ba0ae5fe-4f73-42c6-8bf0-f5282a6b3ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.724457 [ 3 ] {} HTTP-Session: ba0ae5fe-4f73-42c6-8bf0-f5282a6b3ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.724489 [ 3 ] {} HTTP-Session: ba0ae5fe-4f73-42c6-8bf0-f5282a6b3ffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:14.724582 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:14.724622 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:14.724763 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:14.725149 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:14.725186 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:14.725491 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.13 04:57:14.725798 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:14.725928 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} executeQuery: Read 87 rows, 8.18 KiB in 0.001391 sec., 62544.9317038102 rows/sec., 5.74 MiB/sec. 2024.03.13 04:57:14.726137 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} DynamicQueryHandler: Done processing query 2024.03.13 04:57:14.726201 [ 3 ] {a6e59a0d-84d0-4ae6-9276-b9d725595e28} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:57:14.726254 [ 3 ] {} HTTP-Session: ba0ae5fe-4f73-42c6-8bf0-f5282a6b3ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.726425 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:14.726475 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:14.726494 [ 3 ] {} HTTP-Session: 53904950-4600-4d85-b2ba-33a30a9287f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:14.726511 [ 3 ] {} HTTP-Session: 53904950-4600-4d85-b2ba-33a30a9287f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.726524 [ 3 ] {} HTTP-Session: 53904950-4600-4d85-b2ba-33a30a9287f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.726555 [ 3 ] {} HTTP-Session: 53904950-4600-4d85-b2ba-33a30a9287f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:14.726629 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:14.726670 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:14.726814 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:14.727112 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:14.727148 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:14.727445 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.13 04:57:14.727742 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:14.727894 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} executeQuery: Read 29 rows, 2.32 KiB in 0.001289 sec., 22498.060512024826 rows/sec., 1.76 MiB/sec. 2024.03.13 04:57:14.728013 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} DynamicQueryHandler: Done processing query 2024.03.13 04:57:14.728035 [ 3 ] {57e78f1e-dbeb-48c7-a12a-ea766b263e0d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:14.728051 [ 3 ] {} HTTP-Session: 53904950-4600-4d85-b2ba-33a30a9287f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.728223 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:14.728270 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:14.728287 [ 3 ] {} HTTP-Session: ccbcc049-306a-486e-a154-99e42db3ef44 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:14.728303 [ 3 ] {} HTTP-Session: ccbcc049-306a-486e-a154-99e42db3ef44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.728316 [ 3 ] {} HTTP-Session: ccbcc049-306a-486e-a154-99e42db3ef44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:14.728346 [ 3 ] {} HTTP-Session: ccbcc049-306a-486e-a154-99e42db3ef44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:14.728566 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:14.728611 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:14.728770 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:14.729212 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:14.729248 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:14.729662 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.03.13 04:57:14.729990 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:14.730140 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} executeQuery: Read 29 rows, 40.07 KiB in 0.001747 sec., 16599.88551803091 rows/sec., 22.40 MiB/sec. 2024.03.13 04:57:14.730267 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} DynamicQueryHandler: Done processing query 2024.03.13 04:57:14.730290 [ 3 ] {cb35b25d-d445-4e56-bfe5-9478e76fdb9f} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:14.730307 [ 3 ] {} HTTP-Session: ccbcc049-306a-486e-a154-99e42db3ef44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.720889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:19.721018 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:19.721044 [ 3 ] {} HTTP-Session: 596ead6c-dc71-48bd-94f1-2b2751993a2f Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:19.721068 [ 3 ] {} HTTP-Session: 596ead6c-dc71-48bd-94f1-2b2751993a2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.721083 [ 3 ] {} HTTP-Session: 596ead6c-dc71-48bd-94f1-2b2751993a2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.721131 [ 3 ] {} HTTP-Session: 596ead6c-dc71-48bd-94f1-2b2751993a2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:19.721253 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:19.721316 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:19.721503 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:19.721953 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:19.722003 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:19.722385 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.13 04:57:19.722713 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:19.722878 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} executeQuery: Read 28 rows, 2.27 KiB in 0.00168 sec., 16666.666666666664 rows/sec., 1.32 MiB/sec. 2024.03.13 04:57:19.723040 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} DynamicQueryHandler: Done processing query 2024.03.13 04:57:19.723066 [ 3 ] {9730d265-fcdc-4725-8fc6-cd7e86acfc76} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:19.723083 [ 3 ] {} HTTP-Session: 596ead6c-dc71-48bd-94f1-2b2751993a2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.723199 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:19.723253 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:19.723272 [ 3 ] {} HTTP-Session: 245209cc-e91f-491f-a0c0-13671f34018e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:19.723290 [ 3 ] {} HTTP-Session: 245209cc-e91f-491f-a0c0-13671f34018e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.723304 [ 3 ] {} HTTP-Session: 245209cc-e91f-491f-a0c0-13671f34018e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.723338 [ 3 ] {} HTTP-Session: 245209cc-e91f-491f-a0c0-13671f34018e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:19.723410 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:19.723453 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:57:19.723582 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:19.723936 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:19.723975 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:19.724281 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.13 04:57:19.724580 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:19.724741 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} executeQuery: Read 4 rows, 334.00 B in 0.001351 sec., 2960.7698001480385 rows/sec., 241.43 KiB/sec. 2024.03.13 04:57:19.724867 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} DynamicQueryHandler: Done processing query 2024.03.13 04:57:19.724892 [ 3 ] {2a357b11-4fc4-4c63-96b0-369b843c6183} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:19.724908 [ 3 ] {} HTTP-Session: 245209cc-e91f-491f-a0c0-13671f34018e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.725048 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:19.725099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:19.725117 [ 3 ] {} HTTP-Session: 8c62d2d7-b9f2-4ed8-9aa6-780a902c82a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:19.725134 [ 3 ] {} HTTP-Session: 8c62d2d7-b9f2-4ed8-9aa6-780a902c82a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.725147 [ 3 ] {} HTTP-Session: 8c62d2d7-b9f2-4ed8-9aa6-780a902c82a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.725179 [ 3 ] {} HTTP-Session: 8c62d2d7-b9f2-4ed8-9aa6-780a902c82a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:19.725269 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:19.725310 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:19.725433 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:19.725827 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:19.725868 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:19.726184 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.13 04:57:19.726493 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:19.726652 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} executeQuery: Read 86 rows, 9.00 KiB in 0.001419 sec., 60606.06060606061 rows/sec., 6.19 MiB/sec. 2024.03.13 04:57:19.726778 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} DynamicQueryHandler: Done processing query 2024.03.13 04:57:19.726802 [ 3 ] {ed3cc967-dc75-4017-9bff-830900a479c2} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:57:19.726818 [ 3 ] {} HTTP-Session: 8c62d2d7-b9f2-4ed8-9aa6-780a902c82a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.726969 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:19.727019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:19.727038 [ 3 ] {} HTTP-Session: fce29f8b-dd21-482e-b951-aa2da039d046 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:19.727054 [ 3 ] {} HTTP-Session: fce29f8b-dd21-482e-b951-aa2da039d046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.727068 [ 3 ] {} HTTP-Session: fce29f8b-dd21-482e-b951-aa2da039d046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.727099 [ 3 ] {} HTTP-Session: fce29f8b-dd21-482e-b951-aa2da039d046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:19.727162 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:19.727204 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:57:19.727330 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:19.727618 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:19.727655 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:19.727949 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.03.13 04:57:19.728256 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:19.728407 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} executeQuery: Read 4 rows, 286.00 B in 0.001259 sec., 3177.1247021445593 rows/sec., 221.84 KiB/sec. 2024.03.13 04:57:19.728614 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} DynamicQueryHandler: Done processing query 2024.03.13 04:57:19.728649 [ 3 ] {09592032-0376-43a3-8276-fe8dd1ef5680} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:19.728675 [ 3 ] {} HTTP-Session: fce29f8b-dd21-482e-b951-aa2da039d046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.728847 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:19.728896 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:19.728914 [ 3 ] {} HTTP-Session: 5e1a2ec2-0b5c-4096-bfaa-7776bea7aaf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:19.728929 [ 3 ] {} HTTP-Session: 5e1a2ec2-0b5c-4096-bfaa-7776bea7aaf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.728943 [ 3 ] {} HTTP-Session: 5e1a2ec2-0b5c-4096-bfaa-7776bea7aaf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.728974 [ 3 ] {} HTTP-Session: 5e1a2ec2-0b5c-4096-bfaa-7776bea7aaf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:19.729050 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:19.729091 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:19.729228 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:19.729556 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:19.729593 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:19.729886 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.13 04:57:19.730179 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:19.730324 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} executeQuery: Read 32 rows, 2.57 KiB in 0.001304 sec., 24539.877300613498 rows/sec., 1.92 MiB/sec. 2024.03.13 04:57:19.730445 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} DynamicQueryHandler: Done processing query 2024.03.13 04:57:19.730469 [ 3 ] {dabc8613-23d7-4434-9ec7-1267d79db8d5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:19.730485 [ 3 ] {} HTTP-Session: 5e1a2ec2-0b5c-4096-bfaa-7776bea7aaf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.730594 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:19.730642 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:19.730661 [ 3 ] {} HTTP-Session: 9668b4cb-540f-4ad7-aa7c-bc321649d4f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:19.730676 [ 3 ] {} HTTP-Session: 9668b4cb-540f-4ad7-aa7c-bc321649d4f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.730690 [ 3 ] {} HTTP-Session: 9668b4cb-540f-4ad7-aa7c-bc321649d4f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.730720 [ 3 ] {} HTTP-Session: 9668b4cb-540f-4ad7-aa7c-bc321649d4f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:19.730782 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:19.730824 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:57:19.730966 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:19.731259 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:19.731295 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:19.731659 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.13 04:57:19.731977 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:19.732098 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} executeQuery: Read 2 rows, 144.00 B in 0.001337 sec., 1495.8863126402393 rows/sec., 105.18 KiB/sec. 2024.03.13 04:57:19.732256 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} DynamicQueryHandler: Done processing query 2024.03.13 04:57:19.732286 [ 3 ] {38a2f0af-3f4e-4298-8c5c-5bba2dae2c3b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:19.732303 [ 3 ] {} HTTP-Session: 9668b4cb-540f-4ad7-aa7c-bc321649d4f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.732463 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:19.732510 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:19.732529 [ 3 ] {} HTTP-Session: 93c412a2-2413-445a-9498-dc80972249ca Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:19.732545 [ 3 ] {} HTTP-Session: 93c412a2-2413-445a-9498-dc80972249ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.732559 [ 3 ] {} HTTP-Session: 93c412a2-2413-445a-9498-dc80972249ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:19.732589 [ 3 ] {} HTTP-Session: 93c412a2-2413-445a-9498-dc80972249ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:19.732801 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:19.732846 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:19.732995 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:19.733438 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:19.733473 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:19.733876 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.03.13 04:57:19.734218 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:19.734343 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} executeQuery: Read 28 rows, 38.69 KiB in 0.001709 sec., 16383.850204798127 rows/sec., 22.11 MiB/sec. 2024.03.13 04:57:19.734465 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} DynamicQueryHandler: Done processing query 2024.03.13 04:57:19.734490 [ 3 ] {5267acb1-614a-4268-984b-ffd354f52749} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:19.734506 [ 3 ] {} HTTP-Session: 93c412a2-2413-445a-9498-dc80972249ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:23.500696 [ 82 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:57:23.500760 [ 82 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:57:24.721576 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:24.721738 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:24.721781 [ 3 ] {} HTTP-Session: be264619-173c-4ca9-b311-0caacc381c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:24.721821 [ 3 ] {} HTTP-Session: be264619-173c-4ca9-b311-0caacc381c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.721849 [ 3 ] {} HTTP-Session: be264619-173c-4ca9-b311-0caacc381c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.721928 [ 3 ] {} HTTP-Session: be264619-173c-4ca9-b311-0caacc381c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:24.722119 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:24.722220 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:24.722532 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:24.723008 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:24.723056 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:24.723439 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.13 04:57:24.723761 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:24.723933 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} executeQuery: Read 29 rows, 2.35 KiB in 0.001904 sec., 15231.09243697479 rows/sec., 1.21 MiB/sec. 2024.03.13 04:57:24.724090 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} DynamicQueryHandler: Done processing query 2024.03.13 04:57:24.724115 [ 3 ] {2bca65f6-3007-4049-829b-64f37ea404f9} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:24.724131 [ 3 ] {} HTTP-Session: be264619-173c-4ca9-b311-0caacc381c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.724255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:24.724302 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:24.724320 [ 3 ] {} HTTP-Session: 81b477b9-8172-4832-a690-dedd34ccfe7b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:24.724336 [ 3 ] {} HTTP-Session: 81b477b9-8172-4832-a690-dedd34ccfe7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.724350 [ 3 ] {} HTTP-Session: 81b477b9-8172-4832-a690-dedd34ccfe7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.724381 [ 3 ] {} HTTP-Session: 81b477b9-8172-4832-a690-dedd34ccfe7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:24.724442 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:24.724483 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:57:24.724612 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:24.724910 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:24.724947 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:24.725233 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.13 04:57:24.725529 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:24.725675 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} executeQuery: Read 2 rows, 167.00 B in 0.001247 sec., 1603.849238171612 rows/sec., 130.78 KiB/sec. 2024.03.13 04:57:24.725911 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} DynamicQueryHandler: Done processing query 2024.03.13 04:57:24.725954 [ 3 ] {f579eaac-efea-4907-ab86-e8b6bddbc8a4} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:24.725971 [ 3 ] {} HTTP-Session: 81b477b9-8172-4832-a690-dedd34ccfe7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.726136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:24.726183 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:24.726200 [ 3 ] {} HTTP-Session: 6c9e449a-a1f5-4e51-85e1-9297c264d666 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:24.726217 [ 3 ] {} HTTP-Session: 6c9e449a-a1f5-4e51-85e1-9297c264d666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.726230 [ 3 ] {} HTTP-Session: 6c9e449a-a1f5-4e51-85e1-9297c264d666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.726260 [ 3 ] {} HTTP-Session: 6c9e449a-a1f5-4e51-85e1-9297c264d666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:24.726348 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:24.726387 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:24.726540 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:24.726935 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:24.726972 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:24.727274 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.13 04:57:24.727586 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:24.727735 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} executeQuery: Read 88 rows, 8.27 KiB in 0.001422 sec., 61884.669479606186 rows/sec., 5.68 MiB/sec. 2024.03.13 04:57:24.727858 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} DynamicQueryHandler: Done processing query 2024.03.13 04:57:24.727881 [ 3 ] {ebeea116-f43b-4e66-83a7-e255843f8234} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:57:24.727896 [ 3 ] {} HTTP-Session: 6c9e449a-a1f5-4e51-85e1-9297c264d666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.728007 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:24.728053 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:24.728070 [ 3 ] {} HTTP-Session: 6f88d64f-00a6-4e6f-b459-59a7a77cc1a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:24.728086 [ 3 ] {} HTTP-Session: 6f88d64f-00a6-4e6f-b459-59a7a77cc1a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.728100 [ 3 ] {} HTTP-Session: 6f88d64f-00a6-4e6f-b459-59a7a77cc1a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.728131 [ 3 ] {} HTTP-Session: 6f88d64f-00a6-4e6f-b459-59a7a77cc1a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:24.728192 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:24.728231 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:57:24.728353 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:24.728629 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:24.728665 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:24.728950 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.03.13 04:57:24.729252 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:24.729396 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} executeQuery: Read 2 rows, 143.00 B in 0.001219 sec., 1640.6890894175554 rows/sec., 114.56 KiB/sec. 2024.03.13 04:57:24.729639 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} DynamicQueryHandler: Done processing query 2024.03.13 04:57:24.729685 [ 3 ] {4b490aae-1eb7-4ff0-9a33-02c0477999cd} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:24.729701 [ 3 ] {} HTTP-Session: 6f88d64f-00a6-4e6f-b459-59a7a77cc1a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.729819 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:24.729867 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:24.729885 [ 3 ] {} HTTP-Session: 51357479-5218-49b9-a2dc-fbded0029b11 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:24.729901 [ 3 ] {} HTTP-Session: 51357479-5218-49b9-a2dc-fbded0029b11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.729915 [ 3 ] {} HTTP-Session: 51357479-5218-49b9-a2dc-fbded0029b11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.729945 [ 3 ] {} HTTP-Session: 51357479-5218-49b9-a2dc-fbded0029b11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:24.730018 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:24.730058 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:24.730201 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:24.730503 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:24.730540 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:24.730832 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.13 04:57:24.731125 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:24.731258 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} executeQuery: Read 31 rows, 2.49 KiB in 0.001266 sec., 24486.571879936808 rows/sec., 1.92 MiB/sec. 2024.03.13 04:57:24.731401 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} DynamicQueryHandler: Done processing query 2024.03.13 04:57:24.731437 [ 3 ] {4f0572f1-3672-4a28-968a-0f424c979572} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:24.731467 [ 3 ] {} HTTP-Session: 51357479-5218-49b9-a2dc-fbded0029b11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.731589 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:24.731637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:24.731655 [ 3 ] {} HTTP-Session: 8605d5ac-b440-446b-933c-b7069d6573dc Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:24.731671 [ 3 ] {} HTTP-Session: 8605d5ac-b440-446b-933c-b7069d6573dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.731684 [ 3 ] {} HTTP-Session: 8605d5ac-b440-446b-933c-b7069d6573dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.731714 [ 3 ] {} HTTP-Session: 8605d5ac-b440-446b-933c-b7069d6573dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:24.731775 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:24.731817 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:57:24.731956 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:24.732226 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:24.732261 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:24.732618 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.03.13 04:57:24.732940 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:24.733094 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} executeQuery: Read 1 rows, 72.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 52.51 KiB/sec. 2024.03.13 04:57:24.733216 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} DynamicQueryHandler: Done processing query 2024.03.13 04:57:24.733239 [ 3 ] {0932c60e-6119-450c-9346-4ed47c48429a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:24.733254 [ 3 ] {} HTTP-Session: 8605d5ac-b440-446b-933c-b7069d6573dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.733383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:24.733429 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:24.733447 [ 3 ] {} HTTP-Session: 51c518da-200a-4210-a234-a50de4541776 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:24.733464 [ 3 ] {} HTTP-Session: 51c518da-200a-4210-a234-a50de4541776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.733477 [ 3 ] {} HTTP-Session: 51c518da-200a-4210-a234-a50de4541776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:24.733508 [ 3 ] {} HTTP-Session: 51c518da-200a-4210-a234-a50de4541776 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:24.733720 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:24.733764 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:24.733921 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:24.734540 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:24.734576 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:24.734972 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.03.13 04:57:24.735292 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:24.735452 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} executeQuery: Read 29 rows, 40.07 KiB in 0.001892 sec., 15327.6955602537 rows/sec., 20.68 MiB/sec. 2024.03.13 04:57:24.735579 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} DynamicQueryHandler: Done processing query 2024.03.13 04:57:24.735602 [ 3 ] {06e33b40-01f4-418f-9ba5-49c05bc3e631} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:24.735618 [ 3 ] {} HTTP-Session: 51c518da-200a-4210-a234-a50de4541776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.721358 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:29.721502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:29.721533 [ 3 ] {} HTTP-Session: 14fc79d4-9b15-4cc2-9150-5fe8e1d61ccf Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:29.721562 [ 3 ] {} HTTP-Session: 14fc79d4-9b15-4cc2-9150-5fe8e1d61ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.721580 [ 3 ] {} HTTP-Session: 14fc79d4-9b15-4cc2-9150-5fe8e1d61ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.721637 [ 3 ] {} HTTP-Session: 14fc79d4-9b15-4cc2-9150-5fe8e1d61ccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:29.721762 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:29.721824 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:29.722011 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:29.722459 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:29.722503 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:29.722884 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.13 04:57:29.723213 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:29.723353 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} executeQuery: Read 28 rows, 2.27 KiB in 0.001649 sec., 16979.987871437235 rows/sec., 1.34 MiB/sec. 2024.03.13 04:57:29.723517 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} DynamicQueryHandler: Done processing query 2024.03.13 04:57:29.723553 [ 3 ] {fb01deb7-d109-4157-ab6c-0e615c6c280a} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:29.723586 [ 3 ] {} HTTP-Session: 14fc79d4-9b15-4cc2-9150-5fe8e1d61ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.723740 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:29.723788 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:29.723806 [ 3 ] {} HTTP-Session: a0da857b-52e8-46b1-bbe2-37cbcdcd6844 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:29.723824 [ 3 ] {} HTTP-Session: a0da857b-52e8-46b1-bbe2-37cbcdcd6844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.723839 [ 3 ] {} HTTP-Session: a0da857b-52e8-46b1-bbe2-37cbcdcd6844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.723871 [ 3 ] {} HTTP-Session: a0da857b-52e8-46b1-bbe2-37cbcdcd6844 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:29.723957 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:29.723998 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:29.724121 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:29.724495 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:29.724532 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:29.724837 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.13 04:57:29.725134 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:29.725256 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} executeQuery: Read 84 rows, 8.82 KiB in 0.001341 sec., 62639.82102908278 rows/sec., 6.42 MiB/sec. 2024.03.13 04:57:29.725374 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} DynamicQueryHandler: Done processing query 2024.03.13 04:57:29.725396 [ 3 ] {00ade54f-3e40-4ec3-b720-5a97e6da0e8b} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:57:29.725412 [ 3 ] {} HTTP-Session: a0da857b-52e8-46b1-bbe2-37cbcdcd6844 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.725536 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:29.725584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:29.725602 [ 3 ] {} HTTP-Session: 928fc523-b820-4c2d-be13-029c34a230e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:29.725619 [ 3 ] {} HTTP-Session: 928fc523-b820-4c2d-be13-029c34a230e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.725633 [ 3 ] {} HTTP-Session: 928fc523-b820-4c2d-be13-029c34a230e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.725665 [ 3 ] {} HTTP-Session: 928fc523-b820-4c2d-be13-029c34a230e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:29.725740 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:29.725780 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:29.725902 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:29.726194 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:29.726229 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:29.726582 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.13 04:57:29.726948 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:29.727100 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} executeQuery: Read 28 rows, 2.24 KiB in 0.001393 sec., 20100.502512562816 rows/sec., 1.57 MiB/sec. 2024.03.13 04:57:29.727235 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} DynamicQueryHandler: Done processing query 2024.03.13 04:57:29.727262 [ 3 ] {36d59afa-e36d-4eed-b993-1311a848c4d0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:29.727281 [ 3 ] {} HTTP-Session: 928fc523-b820-4c2d-be13-029c34a230e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.727485 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:29.727545 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:29.727568 [ 3 ] {} HTTP-Session: 9842b5e2-709d-4206-be2e-540a4387e5d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:29.727588 [ 3 ] {} HTTP-Session: 9842b5e2-709d-4206-be2e-540a4387e5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.727605 [ 3 ] {} HTTP-Session: 9842b5e2-709d-4206-be2e-540a4387e5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:29.727644 [ 3 ] {} HTTP-Session: 9842b5e2-709d-4206-be2e-540a4387e5d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:29.727862 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:29.727908 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:29.728066 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:29.728640 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:29.728675 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:29.729083 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.03.13 04:57:29.729411 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:29.729538 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} executeQuery: Read 28 rows, 38.69 KiB in 0.001841 sec., 15209.125475285171 rows/sec., 20.52 MiB/sec. 2024.03.13 04:57:29.729666 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} DynamicQueryHandler: Done processing query 2024.03.13 04:57:29.729690 [ 3 ] {9300a4b6-d56b-4138-99fa-742bb60c04fb} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:29.729705 [ 3 ] {} HTTP-Session: 9842b5e2-709d-4206-be2e-540a4387e5d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.723253 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:34.723384 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:34.723412 [ 3 ] {} HTTP-Session: 9a2c3597-71e4-4255-b9b3-da626354439e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:34.723441 [ 3 ] {} HTTP-Session: 9a2c3597-71e4-4255-b9b3-da626354439e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.723459 [ 3 ] {} HTTP-Session: 9a2c3597-71e4-4255-b9b3-da626354439e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.723515 [ 3 ] {} HTTP-Session: 9a2c3597-71e4-4255-b9b3-da626354439e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:34.723654 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:34.723723 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:34.723927 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:34.724415 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.724462 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.724851 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.13 04:57:34.725174 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.725347 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} executeQuery: Read 29 rows, 2.35 KiB in 0.001753 sec., 16543.069024529377 rows/sec., 1.31 MiB/sec. 2024.03.13 04:57:34.725358 [ 76 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.13 04:57:34.725461 [ 76 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.725516 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.725577 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} DynamicQueryHandler: Done processing query 2024.03.13 04:57:34.725624 [ 3 ] {8e68be81-a73c-42be-932f-3b4b2158d911} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:34.725648 [ 3 ] {} HTTP-Session: 9a2c3597-71e4-4255-b9b3-da626354439e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.725661 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.03.13 04:57:34.725789 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:34.725794 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:34.725832 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 57 rows starting from the beginning of the part 2024.03.13 04:57:34.725870 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:34.725898 [ 3 ] {} HTTP-Session: 181362f4-2fe5-4ada-95d3-8f635d612b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:34.725928 [ 3 ] {} HTTP-Session: 181362f4-2fe5-4ada-95d3-8f635d612b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.725936 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:34.725967 [ 3 ] {} HTTP-Session: 181362f4-2fe5-4ada-95d3-8f635d612b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.726093 [ 3 ] {} HTTP-Session: 181362f4-2fe5-4ada-95d3-8f635d612b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:34.726302 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:34.726430 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:34.726526 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:34.726568 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:57:34.726838 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:34.727060 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:34.727518 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:34.728031 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.728079 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.728559 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.13 04:57:34.728796 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.00320518 sec., 62398.99163229522 rows/sec., 4.94 MiB/sec. 2024.03.13 04:57:34.728932 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.13 04:57:34.729088 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.729353 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} executeQuery: Read 2 rows, 167.00 B in 0.003035 sec., 658.9785831960461 rows/sec., 53.74 KiB/sec. 2024.03.13 04:57:34.729486 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.729533 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} DynamicQueryHandler: Done processing query 2024.03.13 04:57:34.729565 [ 3 ] {d8a212ea-8bbf-4840-87e8-bae4a6b4c348} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:34.729589 [ 3 ] {} HTTP-Session: 181362f4-2fe5-4ada-95d3-8f635d612b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.729598 [ 199 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_56_11} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.13 04:57:34.729685 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:57:34.729753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:34.729803 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:34.729823 [ 3 ] {} HTTP-Session: a65e8500-1f07-47d7-ac1f-648ad78abf0c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:34.729840 [ 3 ] {} HTTP-Session: a65e8500-1f07-47d7-ac1f-648ad78abf0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.729854 [ 3 ] {} HTTP-Session: a65e8500-1f07-47d7-ac1f-648ad78abf0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.729888 [ 3 ] {} HTTP-Session: a65e8500-1f07-47d7-ac1f-648ad78abf0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:34.729995 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:34.730038 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:34.730170 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:34.730566 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.730604 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.730923 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.13 04:57:34.731227 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.731388 [ 76 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.13 04:57:34.731390 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} executeQuery: Read 124 rows, 11.04 KiB in 0.001442 sec., 85991.67822468794 rows/sec., 7.47 MiB/sec. 2024.03.13 04:57:34.731447 [ 76 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.731507 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.731641 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} DynamicQueryHandler: Done processing query 2024.03.13 04:57:34.731651 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.03.13 04:57:34.731674 [ 3 ] {5dfa9959-2d90-490c-82cf-2b09bcf5b940} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:57:34.731699 [ 3 ] {} HTTP-Session: a65e8500-1f07-47d7-ac1f-648ad78abf0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.731784 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:34.731814 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 211 rows starting from the beginning of the part 2024.03.13 04:57:34.731877 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:34.731950 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 87 rows starting from the beginning of the part 2024.03.13 04:57:34.731991 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:34.732075 [ 3 ] {} HTTP-Session: f2c04a29-40d3-4dc8-9623-a2ef8d2349c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:34.732185 [ 3 ] {} HTTP-Session: f2c04a29-40d3-4dc8-9623-a2ef8d2349c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.732302 [ 3 ] {} HTTP-Session: f2c04a29-40d3-4dc8-9623-a2ef8d2349c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.732348 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 86 rows starting from the beginning of the part 2024.03.13 04:57:34.732422 [ 3 ] {} HTTP-Session: f2c04a29-40d3-4dc8-9623-a2ef8d2349c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:34.732617 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 88 rows starting from the beginning of the part 2024.03.13 04:57:34.732655 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:34.732801 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:57:34.732932 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 84 rows starting from the beginning of the part 2024.03.13 04:57:34.733313 [ 187 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 124 rows starting from the beginning of the part 2024.03.13 04:57:34.733780 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:34.734255 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.734295 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.734741 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.03.13 04:57:34.735182 [ 197 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 680 rows, containing 4 columns (4 merged, 0 gathered) in 0.003564336 sec., 190778.87157664148 rows/sec., 17.93 MiB/sec. 2024.03.13 04:57:34.735320 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.735436 [ 197 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.13 04:57:34.735620 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} executeQuery: Read 2 rows, 143.00 B in 0.003053 sec., 655.0933508024893 rows/sec., 45.74 KiB/sec. 2024.03.13 04:57:34.735848 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} DynamicQueryHandler: Done processing query 2024.03.13 04:57:34.735909 [ 3 ] {2417a933-e8e0-49ee-8e49-6fc9b4d0c92a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:57:34.735980 [ 3 ] {} HTTP-Session: f2c04a29-40d3-4dc8-9623-a2ef8d2349c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.736143 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 9356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:34.736216 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:34.736259 [ 3 ] {} HTTP-Session: 0a466912-99a8-4b75-b2b0-2418236adf48 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:34.736284 [ 3 ] {} HTTP-Session: 0a466912-99a8-4b75-b2b0-2418236adf48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.736321 [ 3 ] {} HTTP-Session: 0a466912-99a8-4b75-b2b0-2418236adf48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.736351 [ 197 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.736378 [ 3 ] {} HTTP-Session: 0a466912-99a8-4b75-b2b0-2418236adf48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:34.736559 [ 197 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_56_11} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.13 04:57:34.736587 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:34.736694 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:34.736752 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.13 04:57:34.736923 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:34.737325 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.737364 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.737682 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.13 04:57:34.738048 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.738212 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} executeQuery: Read 55 rows, 4.38 KiB in 0.001727 sec., 31847.133757961783 rows/sec., 2.48 MiB/sec. 2024.03.13 04:57:34.738212 [ 76 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.13 04:57:34.738297 [ 76 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.738338 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.738428 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} DynamicQueryHandler: Done processing query 2024.03.13 04:57:34.738493 [ 3 ] {d40b6adf-7efa-49b0-9de8-ed21505c025b} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:57:34.738562 [ 3 ] {} HTTP-Session: 0a466912-99a8-4b75-b2b0-2418236adf48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.738632 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.03.13 04:57:34.738803 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:34.738978 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:34.739068 [ 3 ] {} HTTP-Session: e058f9ea-dde0-450e-b8c3-a79b894c32d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:34.739152 [ 3 ] {} HTTP-Session: e058f9ea-dde0-450e-b8c3-a79b894c32d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.739227 [ 3 ] {} HTTP-Session: e058f9ea-dde0-450e-b8c3-a79b894c32d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.739248 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:34.739355 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 107 rows starting from the beginning of the part 2024.03.13 04:57:34.739353 [ 3 ] {} HTTP-Session: e058f9ea-dde0-450e-b8c3-a79b894c32d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:34.739752 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:34.739832 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:34.740012 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:57:34.740288 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2024.03.13 04:57:34.740588 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 31 rows starting from the beginning of the part 2024.03.13 04:57:34.740901 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:34.741196 [ 199 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 55 rows starting from the beginning of the part 2024.03.13 04:57:34.741248 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:34.741916 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.741956 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.742557 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.03.13 04:57:34.742660 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.004230266 sec., 66662.47465289418 rows/sec., 5.21 MiB/sec. 2024.03.13 04:57:34.742823 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.13 04:57:34.743009 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.743309 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} executeQuery: Read 37 rows, 2.67 KiB in 0.00378 sec., 9788.359788359789 rows/sec., 706.85 KiB/sec. 2024.03.13 04:57:34.743510 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} DynamicQueryHandler: Done processing query 2024.03.13 04:57:34.743532 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.743541 [ 3 ] {2f434874-6d0b-4de9-ac63-d8b451f15c7e} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:34.743603 [ 3 ] {} HTTP-Session: e058f9ea-dde0-450e-b8c3-a79b894c32d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.743673 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_56_11} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.13 04:57:34.743764 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.13 04:57:34.743780 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:34.743831 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:34.743850 [ 3 ] {} HTTP-Session: e888babe-08b0-42bd-802f-844ed3cc78f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:34.743868 [ 3 ] {} HTTP-Session: e888babe-08b0-42bd-802f-844ed3cc78f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.743882 [ 3 ] {} HTTP-Session: e888babe-08b0-42bd-802f-844ed3cc78f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.743913 [ 3 ] {} HTTP-Session: e888babe-08b0-42bd-802f-844ed3cc78f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:34.744139 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:34.744184 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:34.744343 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:34.744976 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.745011 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.745416 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.03.13 04:57:34.745757 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.745920 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} executeQuery: Read 29 rows, 40.07 KiB in 0.001957 sec., 14818.59989780276 rows/sec., 20.00 MiB/sec. 2024.03.13 04:57:34.745946 [ 76 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.03.13 04:57:34.746051 [ 76 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:34.746116 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. 2024.03.13 04:57:34.746136 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} DynamicQueryHandler: Done processing query 2024.03.13 04:57:34.746188 [ 3 ] {b20997ce-bef9-47d8-b494-8c332619411a} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:34.746256 [ 3 ] {} HTTP-Session: e888babe-08b0-42bd-802f-844ed3cc78f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:34.746410 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.03.13 04:57:34.746976 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:34.747072 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1451 rows starting from the beginning of the part 2024.03.13 04:57:34.747256 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:34.747347 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:34.747444 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:34.747639 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:34.747731 [ 199 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:34.753424 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 6 columns (6 merged, 0 gathered) in 0.007192562 sec., 221617.83242188251 rows/sec., 299.06 MiB/sec. 2024.03.13 04:57:34.754198 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.03.13 04:57:34.754571 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:34.754647 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_56_11} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.03.13 04:57:34.754722 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.06 MiB. 2024.03.13 04:57:35.000145 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 192.18 MiB, peak 204.20 MiB, free memory in arenas 0.00 B, will set to 194.95 MiB (RSS), difference: 2.77 MiB 2024.03.13 04:57:38.500804 [ 72 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:57:38.500901 [ 72 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:57:39.720739 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:39.720849 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:39.720876 [ 3 ] {} HTTP-Session: 71990633-69fd-49c6-8323-b9ef007384c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:39.720902 [ 3 ] {} HTTP-Session: 71990633-69fd-49c6-8323-b9ef007384c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.720919 [ 3 ] {} HTTP-Session: 71990633-69fd-49c6-8323-b9ef007384c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.720969 [ 3 ] {} HTTP-Session: 71990633-69fd-49c6-8323-b9ef007384c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:39.721093 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:39.721159 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:39.721362 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:39.721933 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:39.721982 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:39.722365 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.13 04:57:39.722699 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:39.722836 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} executeQuery: Read 28 rows, 2.27 KiB in 0.001769 sec., 15828.151498021482 rows/sec., 1.25 MiB/sec. 2024.03.13 04:57:39.722984 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} DynamicQueryHandler: Done processing query 2024.03.13 04:57:39.723011 [ 3 ] {a209cc0a-2c67-476b-b4da-b726ed853afd} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:39.723027 [ 3 ] {} HTTP-Session: 71990633-69fd-49c6-8323-b9ef007384c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.723167 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:39.723225 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:39.723244 [ 3 ] {} HTTP-Session: b31bbbb5-ce90-4a20-a985-f76769ec2ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:39.723264 [ 3 ] {} HTTP-Session: b31bbbb5-ce90-4a20-a985-f76769ec2ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.723283 [ 3 ] {} HTTP-Session: b31bbbb5-ce90-4a20-a985-f76769ec2ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.723318 [ 3 ] {} HTTP-Session: b31bbbb5-ce90-4a20-a985-f76769ec2ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:39.723414 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:39.723458 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:39.723587 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:39.723961 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:39.723997 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:39.724304 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.13 04:57:39.724607 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:39.724731 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} executeQuery: Read 84 rows, 8.82 KiB in 0.001363 sec., 61628.76008804108 rows/sec., 6.32 MiB/sec. 2024.03.13 04:57:39.724905 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} DynamicQueryHandler: Done processing query 2024.03.13 04:57:39.724935 [ 3 ] {76856183-d4c1-4faa-a673-d5e4285164a0} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:57:39.724989 [ 3 ] {} HTTP-Session: b31bbbb5-ce90-4a20-a985-f76769ec2ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.725206 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:39.725259 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:39.725278 [ 3 ] {} HTTP-Session: 8b228393-b2c0-48f1-999c-2ce8cbb3167e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:39.725296 [ 3 ] {} HTTP-Session: 8b228393-b2c0-48f1-999c-2ce8cbb3167e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.725310 [ 3 ] {} HTTP-Session: 8b228393-b2c0-48f1-999c-2ce8cbb3167e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.725343 [ 3 ] {} HTTP-Session: 8b228393-b2c0-48f1-999c-2ce8cbb3167e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:39.725419 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:39.725461 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:39.725608 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:39.725904 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:39.725941 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:39.726237 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.13 04:57:39.726532 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:39.726654 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} executeQuery: Read 28 rows, 2.24 KiB in 0.001267 sec., 22099.447513812156 rows/sec., 1.73 MiB/sec. 2024.03.13 04:57:39.726771 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} DynamicQueryHandler: Done processing query 2024.03.13 04:57:39.726795 [ 3 ] {fc84b7f8-43cb-48e6-bbce-ba42d134b093} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:39.726811 [ 3 ] {} HTTP-Session: 8b228393-b2c0-48f1-999c-2ce8cbb3167e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.726948 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:39.726996 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:39.727015 [ 3 ] {} HTTP-Session: 061b3e5b-9fb9-401e-a54b-b86143c2db4a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:39.727032 [ 3 ] {} HTTP-Session: 061b3e5b-9fb9-401e-a54b-b86143c2db4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.727046 [ 3 ] {} HTTP-Session: 061b3e5b-9fb9-401e-a54b-b86143c2db4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:39.727076 [ 3 ] {} HTTP-Session: 061b3e5b-9fb9-401e-a54b-b86143c2db4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:39.727295 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:39.727341 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:39.727497 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:39.727937 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:39.727971 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:39.728382 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.03.13 04:57:39.728708 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:39.728832 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} executeQuery: Read 28 rows, 38.69 KiB in 0.001708 sec., 16393.442622950817 rows/sec., 22.12 MiB/sec. 2024.03.13 04:57:39.728973 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} DynamicQueryHandler: Done processing query 2024.03.13 04:57:39.729008 [ 3 ] {72af09d4-938d-411d-81aa-ce33651cbdb3} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:39.729040 [ 3 ] {} HTTP-Session: 061b3e5b-9fb9-401e-a54b-b86143c2db4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.721822 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:44.721937 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:44.721962 [ 3 ] {} HTTP-Session: 717b711e-fd00-40c0-a1f6-f37c1d584712 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:44.721985 [ 3 ] {} HTTP-Session: 717b711e-fd00-40c0-a1f6-f37c1d584712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.722000 [ 3 ] {} HTTP-Session: 717b711e-fd00-40c0-a1f6-f37c1d584712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.722046 [ 3 ] {} HTTP-Session: 717b711e-fd00-40c0-a1f6-f37c1d584712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:44.722166 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:44.722227 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:44.722416 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:44.722866 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:44.722904 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:44.723274 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.13 04:57:44.723614 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:44.723759 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} executeQuery: Read 29 rows, 2.35 KiB in 0.001651 sec., 17565.11205330103 rows/sec., 1.39 MiB/sec. 2024.03.13 04:57:44.723947 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} DynamicQueryHandler: Done processing query 2024.03.13 04:57:44.724000 [ 3 ] {fff6ba7f-e3e5-4678-8d51-7137edc78c38} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:44.724055 [ 3 ] {} HTTP-Session: 717b711e-fd00-40c0-a1f6-f37c1d584712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.724244 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 13526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:44.724294 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:44.724318 [ 3 ] {} HTTP-Session: 7938a7f8-4b4a-4787-879c-8d4737fa060b Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:44.724340 [ 3 ] {} HTTP-Session: 7938a7f8-4b4a-4787-879c-8d4737fa060b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.724360 [ 3 ] {} HTTP-Session: 7938a7f8-4b4a-4787-879c-8d4737fa060b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.724399 [ 3 ] {} HTTP-Session: 7938a7f8-4b4a-4787-879c-8d4737fa060b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:44.724517 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:44.724560 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:44.724702 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:44.725085 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:44.725121 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:44.725444 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.13 04:57:44.725747 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:44.725872 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} executeQuery: Read 87 rows, 8.18 KiB in 0.001415 sec., 61484.098939929325 rows/sec., 5.65 MiB/sec. 2024.03.13 04:57:44.726078 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} DynamicQueryHandler: Done processing query 2024.03.13 04:57:44.726139 [ 3 ] {62670cde-7846-4ae4-a036-2dde1e0d21a8} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:57:44.726201 [ 3 ] {} HTTP-Session: 7938a7f8-4b4a-4787-879c-8d4737fa060b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.726413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:44.726465 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:44.726485 [ 3 ] {} HTTP-Session: e8c2f18f-e2ec-4bd8-a58b-42b7f36cf9fa Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:44.726504 [ 3 ] {} HTTP-Session: e8c2f18f-e2ec-4bd8-a58b-42b7f36cf9fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.726518 [ 3 ] {} HTTP-Session: e8c2f18f-e2ec-4bd8-a58b-42b7f36cf9fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.726552 [ 3 ] {} HTTP-Session: e8c2f18f-e2ec-4bd8-a58b-42b7f36cf9fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:44.726648 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:44.726694 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:44.726837 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:44.727160 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:44.727193 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:44.727498 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.13 04:57:44.727801 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:44.727929 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} executeQuery: Read 29 rows, 2.32 KiB in 0.001316 sec., 22036.47416413374 rows/sec., 1.72 MiB/sec. 2024.03.13 04:57:44.728082 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} DynamicQueryHandler: Done processing query 2024.03.13 04:57:44.728111 [ 3 ] {c5eeccb0-a339-4f6c-95dd-e61d74148ccc} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:44.728130 [ 3 ] {} HTTP-Session: e8c2f18f-e2ec-4bd8-a58b-42b7f36cf9fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.728327 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:44.728384 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:44.728404 [ 3 ] {} HTTP-Session: 4bb8f4ea-9257-4968-8234-90c2929257a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:44.728422 [ 3 ] {} HTTP-Session: 4bb8f4ea-9257-4968-8234-90c2929257a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.728438 [ 3 ] {} HTTP-Session: 4bb8f4ea-9257-4968-8234-90c2929257a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:44.728470 [ 3 ] {} HTTP-Session: 4bb8f4ea-9257-4968-8234-90c2929257a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:44.728695 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:44.728742 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:44.728899 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:44.729384 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:44.729416 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:44.729834 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.03.13 04:57:44.730178 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:44.730309 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} executeQuery: Read 29 rows, 40.07 KiB in 0.001792 sec., 16183.035714285714 rows/sec., 21.84 MiB/sec. 2024.03.13 04:57:44.730527 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} DynamicQueryHandler: Done processing query 2024.03.13 04:57:44.730586 [ 3 ] {bafe9633-613a-4f20-940a-9b310abc1143} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:44.730645 [ 3 ] {} HTTP-Session: 4bb8f4ea-9257-4968-8234-90c2929257a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:45.345871 [ 67 ] {} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.03.13 04:57:45.345933 [ 67 ] {} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:45.345955 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:45.346129 [ 199 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2024.03.13 04:57:45.346356 [ 199 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:45.346397 [ 199 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part 2024.03.13 04:57:45.346482 [ 199 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.03.13 04:57:45.346715 [ 199 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2024.03.13 04:57:45.346994 [ 199 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2024.03.13 04:57:45.347077 [ 199 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.03.13 04:57:45.347896 [ 195 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.00188043 sec., 9572.278680939999 rows/sec., 668.38 KiB/sec. 2024.03.13 04:57:45.348085 [ 201 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.03.13 04:57:45.348546 [ 201 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:45.348637 [ 201 ] {db02df71-3e40-4e1d-8bbe-eb6de45405c6::all_1_14_3} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.03.13 04:57:45.348738 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.13 04:57:45.949725 [ 66 ] {} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2024.03.13 04:57:45.949785 [ 66 ] {} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:45.949806 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:45.950002 [ 195 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2024.03.13 04:57:45.950201 [ 195 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:45.950243 [ 195 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 8 rows starting from the beginning of the part 2024.03.13 04:57:45.950326 [ 195 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2024.03.13 04:57:45.950432 [ 195 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2024.03.13 04:57:45.950671 [ 195 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2024.03.13 04:57:45.950834 [ 195 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2024.03.13 04:57:45.951944 [ 201 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002066432 sec., 8710.666501486621 rows/sec., 710.29 KiB/sec. 2024.03.13 04:57:45.952123 [ 201 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.03.13 04:57:45.952589 [ 201 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:45.952686 [ 201 ] {760c2243-c48f-4b40-9670-6ffe24998980::all_1_14_3} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2024.03.13 04:57:45.952794 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.03.13 04:57:48.152864 [ 65 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2024.03.13 04:57:48.152945 [ 65 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:48.152968 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:48.153124 [ 194 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2024.03.13 04:57:48.153309 [ 194 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:48.153349 [ 194 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 554 rows starting from the beginning of the part 2024.03.13 04:57:48.153438 [ 194 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part 2024.03.13 04:57:48.153660 [ 194 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2024.03.13 04:57:48.153895 [ 194 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2024.03.13 04:57:48.154057 [ 194 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 37 rows starting from the beginning of the part 2024.03.13 04:57:48.155238 [ 190 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 5 columns (5 merged, 0 gathered) in 0.002190834 sec., 287561.72306984465 rows/sec., 20.28 MiB/sec. 2024.03.13 04:57:48.155415 [ 190 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.03.13 04:57:48.155896 [ 190 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:48.155992 [ 190 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_19_4} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2024.03.13 04:57:48.156082 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2024.03.13 04:57:49.721782 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:49.721897 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:49.721921 [ 3 ] {} HTTP-Session: 395c0128-36ed-4f5d-833e-0c4f7d3533c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:49.721946 [ 3 ] {} HTTP-Session: 395c0128-36ed-4f5d-833e-0c4f7d3533c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.721961 [ 3 ] {} HTTP-Session: 395c0128-36ed-4f5d-833e-0c4f7d3533c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.722012 [ 3 ] {} HTTP-Session: 395c0128-36ed-4f5d-833e-0c4f7d3533c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:49.722134 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:49.722196 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:49.722386 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:49.722843 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:49.722894 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:49.723282 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.13 04:57:49.723617 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:49.723778 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} executeQuery: Read 28 rows, 2.27 KiB in 0.001701 sec., 16460.905349794237 rows/sec., 1.30 MiB/sec. 2024.03.13 04:57:49.723950 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} DynamicQueryHandler: Done processing query 2024.03.13 04:57:49.723977 [ 3 ] {23bebf6e-6275-4024-a5c6-2c99558012ed} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:49.723994 [ 3 ] {} HTTP-Session: 395c0128-36ed-4f5d-833e-0c4f7d3533c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.724138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:49.724196 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:49.724216 [ 3 ] {} HTTP-Session: 4b585514-f093-4a99-9c3a-289eaf3e3487 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:49.724234 [ 3 ] {} HTTP-Session: 4b585514-f093-4a99-9c3a-289eaf3e3487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.724248 [ 3 ] {} HTTP-Session: 4b585514-f093-4a99-9c3a-289eaf3e3487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.724285 [ 3 ] {} HTTP-Session: 4b585514-f093-4a99-9c3a-289eaf3e3487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:49.724382 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:49.724426 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:49.724563 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:49.724941 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:49.724981 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:49.725297 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.13 04:57:49.725600 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:49.725759 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} executeQuery: Read 84 rows, 8.82 KiB in 0.001417 sec., 59280.16937191249 rows/sec., 6.08 MiB/sec. 2024.03.13 04:57:49.725889 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} DynamicQueryHandler: Done processing query 2024.03.13 04:57:49.725914 [ 3 ] {1c67165a-8066-4cdc-978b-a66c0798ace0} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:57:49.725930 [ 3 ] {} HTTP-Session: 4b585514-f093-4a99-9c3a-289eaf3e3487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.726096 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:49.726148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:49.726168 [ 3 ] {} HTTP-Session: a1c85262-a0e4-4d83-b6bd-5bb96eccc6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:49.726185 [ 3 ] {} HTTP-Session: a1c85262-a0e4-4d83-b6bd-5bb96eccc6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.726199 [ 3 ] {} HTTP-Session: a1c85262-a0e4-4d83-b6bd-5bb96eccc6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.726231 [ 3 ] {} HTTP-Session: a1c85262-a0e4-4d83-b6bd-5bb96eccc6e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:49.726313 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:49.726354 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:49.726483 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:49.726815 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:49.726853 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:49.727166 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.13 04:57:49.727466 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:49.727602 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} executeQuery: Read 28 rows, 2.24 KiB in 0.001326 sec., 21116.13876319759 rows/sec., 1.65 MiB/sec. 2024.03.13 04:57:49.727774 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} DynamicQueryHandler: Done processing query 2024.03.13 04:57:49.727804 [ 3 ] {b3b6823e-2818-4baa-bfc0-641a392442ef} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:49.727822 [ 3 ] {} HTTP-Session: a1c85262-a0e4-4d83-b6bd-5bb96eccc6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.728015 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:49.728068 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:49.728087 [ 3 ] {} HTTP-Session: e1bb0be8-9a69-4f5b-8530-1a37eba65886 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:49.728105 [ 3 ] {} HTTP-Session: e1bb0be8-9a69-4f5b-8530-1a37eba65886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.728120 [ 3 ] {} HTTP-Session: e1bb0be8-9a69-4f5b-8530-1a37eba65886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:49.728152 [ 3 ] {} HTTP-Session: e1bb0be8-9a69-4f5b-8530-1a37eba65886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:49.728368 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:49.728415 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:49.728592 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:49.729087 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:49.729124 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:49.729539 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.03.13 04:57:49.729867 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:49.730024 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} executeQuery: Read 28 rows, 38.69 KiB in 0.001818 sec., 15401.540154015402 rows/sec., 20.78 MiB/sec. 2024.03.13 04:57:49.730165 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} DynamicQueryHandler: Done processing query 2024.03.13 04:57:49.730189 [ 3 ] {d9353d34-e0ef-4967-927c-43485c7b4e61} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:49.730205 [ 3 ] {} HTTP-Session: e1bb0be8-9a69-4f5b-8530-1a37eba65886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:53.500955 [ 63 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:57:53.501020 [ 63 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:57:54.722964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:54.723094 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:54.723126 [ 3 ] {} HTTP-Session: 6779514e-4a39-4a89-a215-00b20c6f6486 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:54.723157 [ 3 ] {} HTTP-Session: 6779514e-4a39-4a89-a215-00b20c6f6486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.723175 [ 3 ] {} HTTP-Session: 6779514e-4a39-4a89-a215-00b20c6f6486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.723237 [ 3 ] {} HTTP-Session: 6779514e-4a39-4a89-a215-00b20c6f6486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:54.723383 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:54.723448 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:54.723638 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:54.724093 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:54.724142 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:54.724518 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.13 04:57:54.724853 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:54.725005 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} executeQuery: Read 37 rows, 3.00 KiB in 0.001695 sec., 21828.908554572274 rows/sec., 1.73 MiB/sec. 2024.03.13 04:57:54.725185 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} DynamicQueryHandler: Done processing query 2024.03.13 04:57:54.725212 [ 3 ] {ae5dcbc3-d325-4ae8-919f-623718874567} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:54.725228 [ 3 ] {} HTTP-Session: 6779514e-4a39-4a89-a215-00b20c6f6486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.725364 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 17119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:54.725426 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:54.725451 [ 3 ] {} HTTP-Session: 289c2ab3-094d-45ed-853f-2d2652192c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:54.725474 [ 3 ] {} HTTP-Session: 289c2ab3-094d-45ed-853f-2d2652192c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.725492 [ 3 ] {} HTTP-Session: 289c2ab3-094d-45ed-853f-2d2652192c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.725531 [ 3 ] {} HTTP-Session: 289c2ab3-094d-45ed-853f-2d2652192c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:54.725659 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:54.725715 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:54.725881 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:54.726289 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:54.726328 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:54.726646 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.13 04:57:54.726950 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:54.727108 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} executeQuery: Read 111 rows, 10.32 KiB in 0.001512 sec., 73412.6984126984 rows/sec., 6.67 MiB/sec. 2024.03.13 04:57:54.727232 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} DynamicQueryHandler: Done processing query 2024.03.13 04:57:54.727257 [ 3 ] {b929bfcd-1884-40d9-84d0-a52cbce9c56f} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:57:54.727274 [ 3 ] {} HTTP-Session: 289c2ab3-094d-45ed-853f-2d2652192c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.727445 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:54.727494 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:54.727512 [ 3 ] {} HTTP-Session: 78e70541-46cc-4dcb-9676-e22e477e18d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:54.727529 [ 3 ] {} HTTP-Session: 78e70541-46cc-4dcb-9676-e22e477e18d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.727543 [ 3 ] {} HTTP-Session: 78e70541-46cc-4dcb-9676-e22e477e18d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.727574 [ 3 ] {} HTTP-Session: 78e70541-46cc-4dcb-9676-e22e477e18d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:54.727656 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:54.727696 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:54.727825 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:54.728131 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:54.728169 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:54.728467 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.13 04:57:54.728761 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:54.728913 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} executeQuery: Read 43 rows, 3.47 KiB in 0.001289 sec., 33359.19317300233 rows/sec., 2.63 MiB/sec. 2024.03.13 04:57:54.729036 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} DynamicQueryHandler: Done processing query 2024.03.13 04:57:54.729061 [ 3 ] {2b23a5f1-baea-458b-a3b7-d45ffa792087} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:54.729077 [ 3 ] {} HTTP-Session: 78e70541-46cc-4dcb-9676-e22e477e18d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.729205 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 39609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:54.729255 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:54.729274 [ 3 ] {} HTTP-Session: 9274e312-34d0-42cc-8ab1-dc56d45daf49 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:54.729290 [ 3 ] {} HTTP-Session: 9274e312-34d0-42cc-8ab1-dc56d45daf49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.729304 [ 3 ] {} HTTP-Session: 9274e312-34d0-42cc-8ab1-dc56d45daf49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.729335 [ 3 ] {} HTTP-Session: 9274e312-34d0-42cc-8ab1-dc56d45daf49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:54.729581 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:54.729627 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:54.729784 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:54.730285 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:54.730322 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:54.730742 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.03.13 04:57:54.731078 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:54.731238 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} executeQuery: Read 37 rows, 51.13 KiB in 0.001843 sec., 20075.96310363538 rows/sec., 27.09 MiB/sec. 2024.03.13 04:57:54.731368 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} DynamicQueryHandler: Done processing query 2024.03.13 04:57:54.731393 [ 3 ] {76285a5c-9fb9-4d07-9bb1-98c1fe22e357} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.03.13 04:57:54.731409 [ 3 ] {} HTTP-Session: 9274e312-34d0-42cc-8ab1-dc56d45daf49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.731532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 1544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:54.731581 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:54.731601 [ 3 ] {} HTTP-Session: 602c0f50-9a65-49cd-abee-594052ede1c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:54.731618 [ 3 ] {} HTTP-Session: 602c0f50-9a65-49cd-abee-594052ede1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.731631 [ 3 ] {} HTTP-Session: 602c0f50-9a65-49cd-abee-594052ede1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:54.731662 [ 3 ] {} HTTP-Session: 602c0f50-9a65-49cd-abee-594052ede1c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:54.731728 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:54.731770 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.13 04:57:54.731894 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:54.732223 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:54.732261 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:54.732709 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.03.13 04:57:54.733033 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:54.733188 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} executeQuery: Read 9 rows, 709.00 B in 0.001475 sec., 6101.6949152542375 rows/sec., 469.41 KiB/sec. 2024.03.13 04:57:54.733561 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} DynamicQueryHandler: Done processing query 2024.03.13 04:57:54.733587 [ 3 ] {30e0f61b-93b4-499e-9dc5-a1beef44e53c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.13 04:57:54.733604 [ 3 ] {} HTTP-Session: 602c0f50-9a65-49cd-abee-594052ede1c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.721575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:59.721712 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:59.721741 [ 3 ] {} HTTP-Session: 349cf7cc-08ad-4d93-b0ad-e55bd9a1c317 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:59.721770 [ 3 ] {} HTTP-Session: 349cf7cc-08ad-4d93-b0ad-e55bd9a1c317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.721787 [ 3 ] {} HTTP-Session: 349cf7cc-08ad-4d93-b0ad-e55bd9a1c317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.721842 [ 3 ] {} HTTP-Session: 349cf7cc-08ad-4d93-b0ad-e55bd9a1c317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:59.721977 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:59.722047 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:57:59.722263 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:59.722728 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.722775 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.723152 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.13 04:57:59.723482 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.723660 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} executeQuery: Read 28 rows, 2.27 KiB in 0.001743 sec., 16064.25702811245 rows/sec., 1.27 MiB/sec. 2024.03.13 04:57:59.723674 [ 58 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.13 04:57:59.723784 [ 58 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.723825 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.723858 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} DynamicQueryHandler: Done processing query 2024.03.13 04:57:59.723908 [ 3 ] {675b4c97-b367-4990-973c-b46a62a74e7d} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:57:59.723969 [ 3 ] {} HTTP-Session: 349cf7cc-08ad-4d93-b0ad-e55bd9a1c317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.724072 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.03.13 04:57:59.724175 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14008, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:59.724285 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:59.724337 [ 3 ] {} HTTP-Session: 4a9b5881-f6af-40bf-a470-0e3a1da78dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:59.724371 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:59.724384 [ 3 ] {} HTTP-Session: 4a9b5881-f6af-40bf-a470-0e3a1da78dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.724435 [ 3 ] {} HTTP-Session: 4a9b5881-f6af-40bf-a470-0e3a1da78dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.724442 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 57 rows starting from the beginning of the part 2024.03.13 04:57:59.724499 [ 3 ] {} HTTP-Session: 4a9b5881-f6af-40bf-a470-0e3a1da78dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:59.724698 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.724767 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:59.724897 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:57:59.724976 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:59.725249 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.725573 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 37 rows starting from the beginning of the part 2024.03.13 04:57:59.725946 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.727441 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:59.728435 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.728516 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.729281 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 4 columns (4 merged, 0 gathered) in 0.005374784 sec., 38513.17559924269 rows/sec., 3.05 MiB/sec. 2024.03.13 04:57:59.729348 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.13 04:57:59.729445 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.13 04:57:59.730140 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.730322 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.730371 [ 58 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.13 04:57:59.730461 [ 58 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.730467 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} executeQuery: Read 84 rows, 8.82 KiB in 0.005806 sec., 14467.79193937306 rows/sec., 1.48 MiB/sec. 2024.03.13 04:57:59.730529 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.730680 [ 186 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_61_12} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.13 04:57:59.730915 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.03.13 04:57:59.730944 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.03.13 04:57:59.731006 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} DynamicQueryHandler: Done processing query 2024.03.13 04:57:59.731056 [ 3 ] {4e4099bd-1c00-4ca8-9463-b28a1a602559} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:57:59.731107 [ 3 ] {} HTTP-Session: 4a9b5881-f6af-40bf-a470-0e3a1da78dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.731181 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:59.731214 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 211 rows starting from the beginning of the part 2024.03.13 04:57:59.731359 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:59.731399 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 84 rows starting from the beginning of the part 2024.03.13 04:57:59.731660 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 87 rows starting from the beginning of the part 2024.03.13 04:57:59.731767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:59.731920 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 84 rows starting from the beginning of the part 2024.03.13 04:57:59.731916 [ 3 ] {} HTTP-Session: 28412b14-a55c-41d4-a269-1913fa0951e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:59.732006 [ 3 ] {} HTTP-Session: 28412b14-a55c-41d4-a269-1913fa0951e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.732087 [ 3 ] {} HTTP-Session: 28412b14-a55c-41d4-a269-1913fa0951e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.732147 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 111 rows starting from the beginning of the part 2024.03.13 04:57:59.732290 [ 3 ] {} HTTP-Session: 28412b14-a55c-41d4-a269-1913fa0951e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:59.732402 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 84 rows starting from the beginning of the part 2024.03.13 04:57:59.732764 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:59.732888 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:57:59.733351 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:59.734254 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.734325 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.735140 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.13 04:57:59.735297 [ 198 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 661 rows, containing 4 columns (4 merged, 0 gathered) in 0.004619161 sec., 143099.5802051498 rows/sec., 13.76 MiB/sec. 2024.03.13 04:57:59.735576 [ 198 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.13 04:57:59.735903 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.736255 [ 58 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.13 04:57:59.736321 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} executeQuery: Read 28 rows, 2.24 KiB in 0.003798 sec., 7372.30121116377 rows/sec., 590.36 KiB/sec. 2024.03.13 04:57:59.736336 [ 58 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.736418 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.736505 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.736928 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} DynamicQueryHandler: Done processing query 2024.03.13 04:57:59.736974 [ 194 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_61_12} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.13 04:57:59.737048 [ 3 ] {d89c3165-1d1b-40c0-9a39-df70a8e3c720} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:57:59.737178 [ 3 ] {} HTTP-Session: 28412b14-a55c-41d4-a269-1913fa0951e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.737584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 29993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:57:59.737661 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.03.13 04:57:59.737716 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:57:59.737793 [ 3 ] {} HTTP-Session: 0b666cfd-483b-4cd4-aebc-28715b277c48 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:57:59.737841 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.03.13 04:57:59.737864 [ 3 ] {} HTTP-Session: 0b666cfd-483b-4cd4-aebc-28715b277c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.737922 [ 3 ] {} HTTP-Session: 0b666cfd-483b-4cd4-aebc-28715b277c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.738024 [ 3 ] {} HTTP-Session: 0b666cfd-483b-4cd4-aebc-28715b277c48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:57:59.738210 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:59.738249 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 107 rows starting from the beginning of the part 2024.03.13 04:57:59.738397 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.738496 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:57:59.738700 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:59.738794 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:57:59.739067 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.739439 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 43 rows starting from the beginning of the part 2024.03.13 04:57:59.739815 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.740438 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:57:59.741514 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.741598 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.742596 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 4 columns (4 merged, 0 gathered) in 0.005813661 sec., 45238.275847181314 rows/sec., 3.54 MiB/sec. 2024.03.13 04:57:59.742794 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.03.13 04:57:59.742805 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.13 04:57:59.743823 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.743837 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.744045 [ 200 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_61_12} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.13 04:57:59.744107 [ 58 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.03.13 04:57:59.744184 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} executeQuery: Read 28 rows, 38.69 KiB in 0.006021 sec., 4650.390300614516 rows/sec., 6.28 MiB/sec. 2024.03.13 04:57:59.744228 [ 58 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:57:59.744340 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:57:59.744338 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2024.03.13 04:57:59.744649 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} DynamicQueryHandler: Done processing query 2024.03.13 04:57:59.744649 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2024.03.13 04:57:59.744686 [ 3 ] {4f46f4e3-1475-4098-b577-43b9b9a3b070} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:57:59.744731 [ 3 ] {} HTTP-Session: 0b666cfd-483b-4cd4-aebc-28715b277c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:57:59.744874 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:57:59.744911 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1594 rows starting from the beginning of the part 2024.03.13 04:57:59.744993 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.745166 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 29 rows starting from the beginning of the part 2024.03.13 04:57:59.745335 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.745456 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 37 rows starting from the beginning of the part 2024.03.13 04:57:59.745569 [ 188 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part 2024.03.13 04:57:59.750821 [ 193 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1744 rows, containing 6 columns (6 merged, 0 gathered) in 0.006295538 sec., 277021.59847180656 rows/sec., 373.83 MiB/sec. 2024.03.13 04:57:59.752106 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.03.13 04:57:59.752542 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:57:59.752627 [ 191 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_61_12} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.03.13 04:57:59.752728 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.21 MiB. 2024.03.13 04:58:00.000171 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 195.39 MiB, peak 208.56 MiB, free memory in arenas 0.00 B, will set to 198.20 MiB (RSS), difference: 2.82 MiB 2024.03.13 04:58:04.725042 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:04.725228 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:04.725267 [ 3 ] {} HTTP-Session: 5c0ad745-06aa-4781-a22e-fbf69fb2fc52 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:04.725306 [ 3 ] {} HTTP-Session: 5c0ad745-06aa-4781-a22e-fbf69fb2fc52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.725328 [ 3 ] {} HTTP-Session: 5c0ad745-06aa-4781-a22e-fbf69fb2fc52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.725397 [ 3 ] {} HTTP-Session: 5c0ad745-06aa-4781-a22e-fbf69fb2fc52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:04.725578 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:04.725664 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:04.725894 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:04.726584 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:04.726649 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:04.727129 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.13 04:58:04.727553 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:04.727765 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} executeQuery: Read 40 rows, 3.24 KiB in 0.002279 sec., 17551.55770074594 rows/sec., 1.39 MiB/sec. 2024.03.13 04:58:04.728017 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} DynamicQueryHandler: Done processing query 2024.03.13 04:58:04.728061 [ 3 ] {28390f6a-bdd6-40cb-a2c9-69d208238fd0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:04.728123 [ 3 ] {} HTTP-Session: 5c0ad745-06aa-4781-a22e-fbf69fb2fc52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.728360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 23448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:04.728424 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:04.728448 [ 3 ] {} HTTP-Session: 521046cb-6187-447f-96a1-5219c7cd6f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:04.728468 [ 3 ] {} HTTP-Session: 521046cb-6187-447f-96a1-5219c7cd6f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.728484 [ 3 ] {} HTTP-Session: 521046cb-6187-447f-96a1-5219c7cd6f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.728520 [ 3 ] {} HTTP-Session: 521046cb-6187-447f-96a1-5219c7cd6f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:04.728653 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:04.728705 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:04.728876 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:04.729417 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:04.729464 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:04.729859 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.13 04:58:04.730255 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:04.730449 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} executeQuery: Read 156 rows, 13.93 KiB in 0.001866 sec., 83601.28617363345 rows/sec., 7.29 MiB/sec. 2024.03.13 04:58:04.730606 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} DynamicQueryHandler: Done processing query 2024.03.13 04:58:04.730636 [ 3 ] {f996da96-2673-49d0-a70e-1e7b5b8590c6} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.13 04:58:04.730656 [ 3 ] {} HTTP-Session: 521046cb-6187-447f-96a1-5219c7cd6f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.730909 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 11865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:04.730968 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:04.730989 [ 3 ] {} HTTP-Session: 68d97a30-0fab-474f-b97e-495123566274 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:04.731008 [ 3 ] {} HTTP-Session: 68d97a30-0fab-474f-b97e-495123566274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.731025 [ 3 ] {} HTTP-Session: 68d97a30-0fab-474f-b97e-495123566274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.731063 [ 3 ] {} HTTP-Session: 68d97a30-0fab-474f-b97e-495123566274 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:04.731169 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:04.731219 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:04.731369 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:04.731833 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:04.731878 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:04.732260 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.13 04:58:04.732635 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:04.732818 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} executeQuery: Read 70 rows, 5.56 KiB in 0.001699 sec., 41200.706297822246 rows/sec., 3.19 MiB/sec. 2024.03.13 04:58:04.732967 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} DynamicQueryHandler: Done processing query 2024.03.13 04:58:04.732997 [ 3 ] {0c8faeb3-d85a-4fd6-99f3-76cceaee9ad8} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.03.13 04:58:04.733016 [ 3 ] {} HTTP-Session: 68d97a30-0fab-474f-b97e-495123566274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.733176 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:04.733234 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:04.733257 [ 3 ] {} HTTP-Session: 34ee800a-b2b8-4a2a-b1e1-2c4f27ac6316 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:04.733277 [ 3 ] {} HTTP-Session: 34ee800a-b2b8-4a2a-b1e1-2c4f27ac6316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.733294 [ 3 ] {} HTTP-Session: 34ee800a-b2b8-4a2a-b1e1-2c4f27ac6316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.733330 [ 3 ] {} HTTP-Session: 34ee800a-b2b8-4a2a-b1e1-2c4f27ac6316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:04.733430 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:04.733484 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:58:04.733654 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:04.734144 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:04.734188 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:04.734644 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.03.13 04:58:04.735058 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:04.735259 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} executeQuery: Read 36 rows, 2.60 KiB in 0.001863 sec., 19323.67149758454 rows/sec., 1.36 MiB/sec. 2024.03.13 04:58:04.735569 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} DynamicQueryHandler: Done processing query 2024.03.13 04:58:04.735618 [ 3 ] {5ca10f2d-6358-40de-bebb-90b472076a24} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:58:04.735650 [ 3 ] {} HTTP-Session: 34ee800a-b2b8-4a2a-b1e1-2c4f27ac6316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.735898 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 42815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:04.735958 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:04.735982 [ 3 ] {} HTTP-Session: 6ee3acce-bd98-4fa8-a442-18fb09861625 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:04.736001 [ 3 ] {} HTTP-Session: 6ee3acce-bd98-4fa8-a442-18fb09861625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.736018 [ 3 ] {} HTTP-Session: 6ee3acce-bd98-4fa8-a442-18fb09861625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.736054 [ 3 ] {} HTTP-Session: 6ee3acce-bd98-4fa8-a442-18fb09861625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:04.736379 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:04.736437 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:04.736654 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:04.737335 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:04.737378 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:04.737890 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2024.03.13 04:58:04.738303 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:04.738496 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} executeQuery: Read 40 rows, 55.27 KiB in 0.002373 sec., 16856.30004214075 rows/sec., 22.75 MiB/sec. 2024.03.13 04:58:04.738665 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} DynamicQueryHandler: Done processing query 2024.03.13 04:58:04.738696 [ 3 ] {a2e5d5da-da24-451e-ba43-989d2038401d} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.03.13 04:58:04.738717 [ 3 ] {} HTTP-Session: 6ee3acce-bd98-4fa8-a442-18fb09861625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.738899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:04.738957 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:04.738979 [ 3 ] {} HTTP-Session: 64fd42ec-1ebf-4918-b79f-17dc3c2b8191 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:04.738999 [ 3 ] {} HTTP-Session: 64fd42ec-1ebf-4918-b79f-17dc3c2b8191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.739016 [ 3 ] {} HTTP-Session: 64fd42ec-1ebf-4918-b79f-17dc3c2b8191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:04.739055 [ 3 ] {} HTTP-Session: 64fd42ec-1ebf-4918-b79f-17dc3c2b8191 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:04.739135 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:04.739187 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.13 04:58:04.739341 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:04.739708 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:04.739754 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:04.740173 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.03.13 04:58:04.740564 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:04.740753 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} executeQuery: Read 6 rows, 405.00 B in 0.001636 sec., 3667.481662591687 rows/sec., 241.75 KiB/sec. 2024.03.13 04:58:04.741027 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} DynamicQueryHandler: Done processing query 2024.03.13 04:58:04.741062 [ 3 ] {161af76e-6e45-4851-a0ca-0ce896a7e686} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.13 04:58:04.741082 [ 3 ] {} HTTP-Session: 64fd42ec-1ebf-4918-b79f-17dc3c2b8191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:08.501061 [ 54 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:58:08.501130 [ 54 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:58:09.003500 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003114749 sec. 2024.03.13 04:58:09.721770 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:09.721888 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:09.721915 [ 3 ] {} HTTP-Session: 1a360576-105e-4b40-83a6-0146cdc04be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:09.721945 [ 3 ] {} HTTP-Session: 1a360576-105e-4b40-83a6-0146cdc04be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.721963 [ 3 ] {} HTTP-Session: 1a360576-105e-4b40-83a6-0146cdc04be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.722017 [ 3 ] {} HTTP-Session: 1a360576-105e-4b40-83a6-0146cdc04be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:09.722154 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:09.722222 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:09.722435 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:09.722900 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:09.722945 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:09.723322 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.13 04:58:09.723649 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:09.723810 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} executeQuery: Read 29 rows, 2.35 KiB in 0.001718 sec., 16880.093131548314 rows/sec., 1.34 MiB/sec. 2024.03.13 04:58:09.723959 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} DynamicQueryHandler: Done processing query 2024.03.13 04:58:09.723985 [ 3 ] {7c0408d1-dcd0-4ab3-9d42-f785a432ad5d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:09.724001 [ 3 ] {} HTTP-Session: 1a360576-105e-4b40-83a6-0146cdc04be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.724138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:09.724187 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:09.724205 [ 3 ] {} HTTP-Session: 8f41a044-c687-4c34-8e70-57d666c95dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:09.724223 [ 3 ] {} HTTP-Session: 8f41a044-c687-4c34-8e70-57d666c95dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.724236 [ 3 ] {} HTTP-Session: 8f41a044-c687-4c34-8e70-57d666c95dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.724267 [ 3 ] {} HTTP-Session: 8f41a044-c687-4c34-8e70-57d666c95dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:09.724355 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:09.724394 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:09.724517 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:09.724881 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:09.724918 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:09.725227 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.13 04:58:09.725529 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:09.725648 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} executeQuery: Read 87 rows, 9.11 KiB in 0.001338 sec., 65022.421524663674 rows/sec., 6.65 MiB/sec. 2024.03.13 04:58:09.725772 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} DynamicQueryHandler: Done processing query 2024.03.13 04:58:09.725795 [ 3 ] {d1535776-748e-4d06-8afa-ffbad9b7aa7a} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:58:09.725811 [ 3 ] {} HTTP-Session: 8f41a044-c687-4c34-8e70-57d666c95dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.725964 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:09.726011 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:09.726029 [ 3 ] {} HTTP-Session: 2cfd6142-de61-4c5b-9a7a-f512c0fbc952 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:09.726046 [ 3 ] {} HTTP-Session: 2cfd6142-de61-4c5b-9a7a-f512c0fbc952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.726059 [ 3 ] {} HTTP-Session: 2cfd6142-de61-4c5b-9a7a-f512c0fbc952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.726088 [ 3 ] {} HTTP-Session: 2cfd6142-de61-4c5b-9a7a-f512c0fbc952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:09.726164 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:09.726203 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:09.726325 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:09.726623 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:09.726658 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:09.726952 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.13 04:58:09.727252 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:09.727372 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} executeQuery: Read 29 rows, 2.32 KiB in 0.001242 sec., 23349.436392914653 rows/sec., 1.83 MiB/sec. 2024.03.13 04:58:09.727550 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} DynamicQueryHandler: Done processing query 2024.03.13 04:58:09.727612 [ 3 ] {954083e5-e636-4c17-afe7-396e8e729153} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:09.727671 [ 3 ] {} HTTP-Session: 2cfd6142-de61-4c5b-9a7a-f512c0fbc952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.727910 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:09.727960 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:09.727980 [ 3 ] {} HTTP-Session: 8a0055d0-617c-43d0-9659-b9cef335af3e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:09.727996 [ 3 ] {} HTTP-Session: 8a0055d0-617c-43d0-9659-b9cef335af3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.728010 [ 3 ] {} HTTP-Session: 8a0055d0-617c-43d0-9659-b9cef335af3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:09.728041 [ 3 ] {} HTTP-Session: 8a0055d0-617c-43d0-9659-b9cef335af3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:09.728265 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:09.728310 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:09.728481 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:09.728941 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:09.728976 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:09.729387 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2024.03.13 04:58:09.729719 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:09.729848 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} executeQuery: Read 29 rows, 40.07 KiB in 0.001759 sec., 16486.64013644116 rows/sec., 22.25 MiB/sec. 2024.03.13 04:58:09.729995 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} DynamicQueryHandler: Done processing query 2024.03.13 04:58:09.730030 [ 3 ] {5f589895-678c-4f4a-bf36-603a2d5571f4} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:58:09.730062 [ 3 ] {} HTTP-Session: 8a0055d0-617c-43d0-9659-b9cef335af3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.722268 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:14.722404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:14.722433 [ 3 ] {} HTTP-Session: 66909a40-1b31-408c-9f54-7ffc82edbaaf Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:14.722462 [ 3 ] {} HTTP-Session: 66909a40-1b31-408c-9f54-7ffc82edbaaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.722480 [ 3 ] {} HTTP-Session: 66909a40-1b31-408c-9f54-7ffc82edbaaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.722534 [ 3 ] {} HTTP-Session: 66909a40-1b31-408c-9f54-7ffc82edbaaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:14.722677 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:14.722748 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:14.722964 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:14.723405 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:14.723451 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:14.723828 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.13 04:58:14.724158 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:14.724320 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} executeQuery: Read 40 rows, 3.24 KiB in 0.001711 sec., 23378.141437755698 rows/sec., 1.85 MiB/sec. 2024.03.13 04:58:14.724462 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} DynamicQueryHandler: Done processing query 2024.03.13 04:58:14.724487 [ 3 ] {28513a55-7c8a-4d5e-bf7b-86c82a19b615} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:14.724503 [ 3 ] {} HTTP-Session: 66909a40-1b31-408c-9f54-7ffc82edbaaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.724644 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 18510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:14.724693 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:14.724712 [ 3 ] {} HTTP-Session: c4ada714-9e71-4576-891f-d86936926d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:14.724729 [ 3 ] {} HTTP-Session: c4ada714-9e71-4576-891f-d86936926d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.724743 [ 3 ] {} HTTP-Session: c4ada714-9e71-4576-891f-d86936926d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.724774 [ 3 ] {} HTTP-Session: c4ada714-9e71-4576-891f-d86936926d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:14.724870 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:14.724910 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:14.725034 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:14.725449 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:14.725488 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:14.725817 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.13 04:58:14.726112 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:14.726260 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} executeQuery: Read 120 rows, 11.17 KiB in 0.001434 sec., 83682.00836820084 rows/sec., 7.60 MiB/sec. 2024.03.13 04:58:14.726449 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} DynamicQueryHandler: Done processing query 2024.03.13 04:58:14.726502 [ 3 ] {20a59acb-41b9-4572-b3c6-c673fd67befc} MemoryTracker: Peak memory usage (for query): 4.35 MiB. 2024.03.13 04:58:14.726557 [ 3 ] {} HTTP-Session: c4ada714-9e71-4576-891f-d86936926d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.726745 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 6833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:14.726806 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:14.726825 [ 3 ] {} HTTP-Session: f88e6a85-506d-4b3d-90bd-6c08201e1861 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:14.726841 [ 3 ] {} HTTP-Session: f88e6a85-506d-4b3d-90bd-6c08201e1861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.726897 [ 3 ] {} HTTP-Session: f88e6a85-506d-4b3d-90bd-6c08201e1861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.726931 [ 3 ] {} HTTP-Session: f88e6a85-506d-4b3d-90bd-6c08201e1861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:14.727015 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:14.727056 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:14.727199 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:14.727529 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:14.727567 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:14.727870 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.13 04:58:14.728162 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:14.728312 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} executeQuery: Read 40 rows, 3.20 KiB in 0.00133 sec., 30075.187969924813 rows/sec., 2.35 MiB/sec. 2024.03.13 04:58:14.728439 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} DynamicQueryHandler: Done processing query 2024.03.13 04:58:14.728474 [ 3 ] {068c39a0-0603-4822-8af5-5b7927762935} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:14.728504 [ 3 ] {} HTTP-Session: f88e6a85-506d-4b3d-90bd-6c08201e1861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.728715 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 42815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:14.728763 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:14.728781 [ 3 ] {} HTTP-Session: fce28777-b0b1-4b40-b16a-790ded4c3aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:14.728798 [ 3 ] {} HTTP-Session: fce28777-b0b1-4b40-b16a-790ded4c3aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.728811 [ 3 ] {} HTTP-Session: fce28777-b0b1-4b40-b16a-790ded4c3aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:14.728841 [ 3 ] {} HTTP-Session: fce28777-b0b1-4b40-b16a-790ded4c3aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:14.729098 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:14.729144 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:14.729298 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:14.729807 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:14.729843 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. 2024.03.13 04:58:14.730260 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2024.03.13 04:58:14.730609 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:14.730765 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} executeQuery: Read 40 rows, 55.27 KiB in 0.001869 sec., 21401.819154628145 rows/sec., 28.88 MiB/sec. 2024.03.13 04:58:14.730898 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} DynamicQueryHandler: Done processing query 2024.03.13 04:58:14.730922 [ 3 ] {3de679f5-f9c5-4d1b-b60c-9899a1381a05} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.03.13 04:58:14.730938 [ 3 ] {} HTTP-Session: fce28777-b0b1-4b40-b16a-790ded4c3aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.721670 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:19.721809 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:19.721839 [ 3 ] {} HTTP-Session: 897d04b9-0b13-445e-8851-973a9414001f Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:19.721867 [ 3 ] {} HTTP-Session: 897d04b9-0b13-445e-8851-973a9414001f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.721885 [ 3 ] {} HTTP-Session: 897d04b9-0b13-445e-8851-973a9414001f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.721940 [ 3 ] {} HTTP-Session: 897d04b9-0b13-445e-8851-973a9414001f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:19.722078 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:19.722143 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:19.722340 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:19.722795 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:19.722847 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:19.723485 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.13 04:58:19.723924 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:19.724124 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} executeQuery: Read 29 rows, 2.35 KiB in 0.00211 sec., 13744.075829383886 rows/sec., 1.09 MiB/sec. 2024.03.13 04:58:19.724309 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} DynamicQueryHandler: Done processing query 2024.03.13 04:58:19.724341 [ 3 ] {b0f2f209-8331-494f-b1d9-fa22226faa4f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:19.724361 [ 3 ] {} HTTP-Session: 897d04b9-0b13-445e-8851-973a9414001f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.724496 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:19.724563 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:19.724584 [ 3 ] {} HTTP-Session: ece9249d-d501-4ff1-b2a7-f6f07c0c4b24 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:19.724603 [ 3 ] {} HTTP-Session: ece9249d-d501-4ff1-b2a7-f6f07c0c4b24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.724617 [ 3 ] {} HTTP-Session: ece9249d-d501-4ff1-b2a7-f6f07c0c4b24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.724652 [ 3 ] {} HTTP-Session: ece9249d-d501-4ff1-b2a7-f6f07c0c4b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:19.724728 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:19.724771 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:58:19.724905 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:19.725238 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:19.725277 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:19.725572 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.13 04:58:19.725873 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:19.726027 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} executeQuery: Read 4 rows, 334.00 B in 0.001318 sec., 3034.901365705615 rows/sec., 247.47 KiB/sec. 2024.03.13 04:58:19.726281 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} DynamicQueryHandler: Done processing query 2024.03.13 04:58:19.726327 [ 3 ] {46233521-e22a-4faf-b3c2-c7b7155f9703} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:19.726353 [ 3 ] {} HTTP-Session: ece9249d-d501-4ff1-b2a7-f6f07c0c4b24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.726531 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:19.726580 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:19.726599 [ 3 ] {} HTTP-Session: 55f03a24-6a8d-4f55-a334-ac7f53c2e0a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:19.726615 [ 3 ] {} HTTP-Session: 55f03a24-6a8d-4f55-a334-ac7f53c2e0a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.726629 [ 3 ] {} HTTP-Session: 55f03a24-6a8d-4f55-a334-ac7f53c2e0a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.726665 [ 3 ] {} HTTP-Session: 55f03a24-6a8d-4f55-a334-ac7f53c2e0a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:19.726756 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:19.726797 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:19.726943 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:19.727300 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:19.727338 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:19.727645 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.13 04:58:19.727945 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:19.728099 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} executeQuery: Read 89 rows, 9.29 KiB in 0.001382 sec., 64399.421128798844 rows/sec., 6.56 MiB/sec. 2024.03.13 04:58:19.728233 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} DynamicQueryHandler: Done processing query 2024.03.13 04:58:19.728256 [ 3 ] {621e7a80-b6d6-46a1-a16a-c939dfc59bad} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:58:19.728271 [ 3 ] {} HTTP-Session: 55f03a24-6a8d-4f55-a334-ac7f53c2e0a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.728380 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:19.728428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:19.728446 [ 3 ] {} HTTP-Session: 1389c2a5-c2b0-4773-9b2b-92c86a3c3ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:19.728463 [ 3 ] {} HTTP-Session: 1389c2a5-c2b0-4773-9b2b-92c86a3c3ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.728476 [ 3 ] {} HTTP-Session: 1389c2a5-c2b0-4773-9b2b-92c86a3c3ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.728505 [ 3 ] {} HTTP-Session: 1389c2a5-c2b0-4773-9b2b-92c86a3c3ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:19.728570 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:19.728609 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:58:19.728734 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:19.729011 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:19.729050 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:19.729346 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.03.13 04:58:19.729645 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:19.729797 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} executeQuery: Read 4 rows, 286.00 B in 0.001247 sec., 3207.698476343224 rows/sec., 223.98 KiB/sec. 2024.03.13 04:58:19.730017 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} DynamicQueryHandler: Done processing query 2024.03.13 04:58:19.730052 [ 3 ] {da77d83d-ad1a-48af-b2d6-9e945c4eab1e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:19.730069 [ 3 ] {} HTTP-Session: 1389c2a5-c2b0-4773-9b2b-92c86a3c3ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.730187 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:19.730235 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:19.730253 [ 3 ] {} HTTP-Session: 097952aa-8124-4b6a-b2b2-c195557bbd45 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:19.730269 [ 3 ] {} HTTP-Session: 097952aa-8124-4b6a-b2b2-c195557bbd45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.730282 [ 3 ] {} HTTP-Session: 097952aa-8124-4b6a-b2b2-c195557bbd45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.730313 [ 3 ] {} HTTP-Session: 097952aa-8124-4b6a-b2b2-c195557bbd45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:19.730390 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:19.730430 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:19.730573 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:19.730876 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:19.730914 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:19.731208 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.13 04:58:19.731503 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:19.731664 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} executeQuery: Read 33 rows, 2.65 KiB in 0.001295 sec., 25482.625482625484 rows/sec., 2.00 MiB/sec. 2024.03.13 04:58:19.731785 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} DynamicQueryHandler: Done processing query 2024.03.13 04:58:19.731809 [ 3 ] {ab253146-d876-4c1b-8f75-02df9fc3b576} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:19.731824 [ 3 ] {} HTTP-Session: 097952aa-8124-4b6a-b2b2-c195557bbd45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.731918 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:19.731965 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:19.731984 [ 3 ] {} HTTP-Session: 8c16cfb6-eadf-4925-8b45-38537bf7a10d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:19.732000 [ 3 ] {} HTTP-Session: 8c16cfb6-eadf-4925-8b45-38537bf7a10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.732013 [ 3 ] {} HTTP-Session: 8c16cfb6-eadf-4925-8b45-38537bf7a10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.732043 [ 3 ] {} HTTP-Session: 8c16cfb6-eadf-4925-8b45-38537bf7a10d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:19.732105 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:19.732148 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:58:19.732293 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:19.732629 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:19.732667 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:19.733030 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.03.13 04:58:19.733356 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:19.733516 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} executeQuery: Read 2 rows, 144.00 B in 0.001427 sec., 1401.5416958654519 rows/sec., 98.55 KiB/sec. 2024.03.13 04:58:19.733779 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} DynamicQueryHandler: Done processing query 2024.03.13 04:58:19.733822 [ 3 ] {0a4982dd-9d11-4b09-959c-774966aaa0ac} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:19.733840 [ 3 ] {} HTTP-Session: 8c16cfb6-eadf-4925-8b45-38537bf7a10d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.733996 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:19.734044 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:19.734062 [ 3 ] {} HTTP-Session: de03e11b-c1f9-4efb-8332-9ba87d9d9383 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:19.734078 [ 3 ] {} HTTP-Session: de03e11b-c1f9-4efb-8332-9ba87d9d9383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.734091 [ 3 ] {} HTTP-Session: de03e11b-c1f9-4efb-8332-9ba87d9d9383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:19.734122 [ 3 ] {} HTTP-Session: de03e11b-c1f9-4efb-8332-9ba87d9d9383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:19.734343 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:19.734391 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:19.734572 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:19.735060 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:19.735097 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:19.735509 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2024.03.13 04:58:19.735839 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:19.736004 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} executeQuery: Read 29 rows, 40.07 KiB in 0.00183 sec., 15846.994535519125 rows/sec., 21.38 MiB/sec. 2024.03.13 04:58:19.736137 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} DynamicQueryHandler: Done processing query 2024.03.13 04:58:19.736161 [ 3 ] {b49772ad-6e7e-427f-b081-d45feb02693f} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:58:19.736178 [ 3 ] {} HTTP-Session: de03e11b-c1f9-4efb-8332-9ba87d9d9383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:23.501167 [ 43 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:58:23.501238 [ 43 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:58:24.722513 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:24.722629 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:24.722657 [ 3 ] {} HTTP-Session: 41d82194-4b66-4869-8e3d-4c5ff74e12d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:24.722688 [ 3 ] {} HTTP-Session: 41d82194-4b66-4869-8e3d-4c5ff74e12d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.722706 [ 3 ] {} HTTP-Session: 41d82194-4b66-4869-8e3d-4c5ff74e12d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.722759 [ 3 ] {} HTTP-Session: 41d82194-4b66-4869-8e3d-4c5ff74e12d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:24.722900 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:24.722969 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:24.723180 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:24.723644 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.723685 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.724068 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.13 04:58:24.724397 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.724530 [ 43 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.13 04:58:24.724535 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} executeQuery: Read 41 rows, 3.32 KiB in 0.001703 sec., 24075.16147974163 rows/sec., 1.91 MiB/sec. 2024.03.13 04:58:24.724570 [ 43 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.724607 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.724754 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} DynamicQueryHandler: Done processing query 2024.03.13 04:58:24.724772 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.03.13 04:58:24.724789 [ 3 ] {1c6fbcf5-dc62-4ac9-b88b-7f8fbe63cf98} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:24.724855 [ 3 ] {} HTTP-Session: 41d82194-4b66-4869-8e3d-4c5ff74e12d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.725038 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:24.725061 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:24.725119 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 65 rows starting from the beginning of the part 2024.03.13 04:58:24.725132 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:24.725164 [ 3 ] {} HTTP-Session: ea6bd325-5e05-448b-9194-3ec76aea6c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:24.725197 [ 3 ] {} HTTP-Session: ea6bd325-5e05-448b-9194-3ec76aea6c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.725242 [ 3 ] {} HTTP-Session: ea6bd325-5e05-448b-9194-3ec76aea6c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.725362 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part 2024.03.13 04:58:24.725418 [ 3 ] {} HTTP-Session: ea6bd325-5e05-448b-9194-3ec76aea6c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:24.725598 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:24.725950 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2024.03.13 04:58:24.725967 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:24.726169 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:24.726191 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:58:24.726491 [ 196 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part 2024.03.13 04:58:24.727208 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:24.727956 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.728020 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.728895 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.13 04:58:24.729392 [ 191 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 244 rows, containing 4 columns (4 merged, 0 gathered) in 0.004683493 sec., 52097.86798015925 rows/sec., 4.12 MiB/sec. 2024.03.13 04:58:24.729558 [ 191 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.13 04:58:24.729593 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.729783 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} executeQuery: Read 2 rows, 167.00 B in 0.004167 sec., 479.96160307175427 rows/sec., 39.14 KiB/sec. 2024.03.13 04:58:24.730011 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} DynamicQueryHandler: Done processing query 2024.03.13 04:58:24.730041 [ 3 ] {cf105ec5-8afd-45e2-8c0a-66dd669b7e6b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:24.730058 [ 3 ] {} HTTP-Session: ea6bd325-5e05-448b-9194-3ec76aea6c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.730192 [ 191 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.730255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 19109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:24.730289 [ 191 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_66_13} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.13 04:58:24.730311 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:24.730338 [ 3 ] {} HTTP-Session: bdbd91f7-72f9-4734-a690-4069c7597c00 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:24.730373 [ 3 ] {} HTTP-Session: bdbd91f7-72f9-4734-a690-4069c7597c00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.730386 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:58:24.730392 [ 3 ] {} HTTP-Session: bdbd91f7-72f9-4734-a690-4069c7597c00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.730436 [ 3 ] {} HTTP-Session: bdbd91f7-72f9-4734-a690-4069c7597c00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:24.730549 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:24.730596 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:24.730734 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:24.731209 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.731252 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.731619 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.13 04:58:24.731926 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.732048 [ 43 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.13 04:58:24.732052 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} executeQuery: Read 124 rows, 11.52 KiB in 0.001564 sec., 79283.88746803069 rows/sec., 7.19 MiB/sec. 2024.03.13 04:58:24.732085 [ 43 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.732120 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.732257 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} DynamicQueryHandler: Done processing query 2024.03.13 04:58:24.732302 [ 3 ] {f6747a4d-f251-4bdb-b527-51de4d73163e} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.13 04:58:24.732310 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.03.13 04:58:24.732327 [ 3 ] {} HTTP-Session: bdbd91f7-72f9-4734-a690-4069c7597c00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.732540 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:24.732549 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:24.732597 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 235 rows starting from the beginning of the part 2024.03.13 04:58:24.732638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:24.732674 [ 3 ] {} HTTP-Session: e7bddccf-63f8-497d-ad03-3b3e797aa25c Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:24.732789 [ 3 ] {} HTTP-Session: e7bddccf-63f8-497d-ad03-3b3e797aa25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.732845 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 156 rows starting from the beginning of the part 2024.03.13 04:58:24.732858 [ 3 ] {} HTTP-Session: e7bddccf-63f8-497d-ad03-3b3e797aa25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.733019 [ 3 ] {} HTTP-Session: e7bddccf-63f8-497d-ad03-3b3e797aa25c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:24.733092 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 87 rows starting from the beginning of the part 2024.03.13 04:58:24.733294 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:24.733396 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 120 rows starting from the beginning of the part 2024.03.13 04:58:24.733436 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:58:24.733715 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 89 rows starting from the beginning of the part 2024.03.13 04:58:24.733987 [ 193 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 124 rows starting from the beginning of the part 2024.03.13 04:58:24.734634 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:24.735312 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.735375 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.736246 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.03.13 04:58:24.736892 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.736901 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 811 rows, containing 4 columns (4 merged, 0 gathered) in 0.004690243 sec., 172912.1497542878 rows/sec., 16.09 MiB/sec. 2024.03.13 04:58:24.737169 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} executeQuery: Read 2 rows, 143.00 B in 0.004018 sec., 497.7600796416128 rows/sec., 34.76 KiB/sec. 2024.03.13 04:58:24.737178 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.13 04:58:24.737700 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} DynamicQueryHandler: Done processing query 2024.03.13 04:58:24.737784 [ 3 ] {9c32e328-5ef0-4ffb-b143-4e94045b2cfb} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:24.737841 [ 3 ] {} HTTP-Session: e7bddccf-63f8-497d-ad03-3b3e797aa25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.738026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:24.738106 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:24.738135 [ 3 ] {} HTTP-Session: b06ff21b-3096-4a06-9d37-f13cf5a9fc3e Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:24.738168 [ 3 ] {} HTTP-Session: b06ff21b-3096-4a06-9d37-f13cf5a9fc3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.738198 [ 3 ] {} HTTP-Session: b06ff21b-3096-4a06-9d37-f13cf5a9fc3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.738219 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.738260 [ 3 ] {} HTTP-Session: b06ff21b-3096-4a06-9d37-f13cf5a9fc3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:24.738410 [ 192 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_66_13} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.13 04:58:24.738433 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:24.738523 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:24.738571 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.03.13 04:58:24.738747 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:24.739093 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.739132 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.739445 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.13 04:58:24.739757 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.739914 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} executeQuery: Read 43 rows, 3.45 KiB in 0.00156 sec., 27564.102564102566 rows/sec., 2.16 MiB/sec. 2024.03.13 04:58:24.739935 [ 42 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.13 04:58:24.740049 [ 42 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.740080 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.740091 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} DynamicQueryHandler: Done processing query 2024.03.13 04:58:24.740143 [ 3 ] {c0bf8275-4afe-45d4-8f7c-0de46b5e5193} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:24.740202 [ 3 ] {} HTTP-Session: b06ff21b-3096-4a06-9d37-f13cf5a9fc3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.740298 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.03.13 04:58:24.740393 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:24.740504 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:24.740560 [ 3 ] {} HTTP-Session: 5fc0e288-7dd5-4420-ad65-68272a681fdc Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:24.740573 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:24.740589 [ 3 ] {} HTTP-Session: 5fc0e288-7dd5-4420-ad65-68272a681fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.740626 [ 3 ] {} HTTP-Session: 5fc0e288-7dd5-4420-ad65-68272a681fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.740627 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 118 rows starting from the beginning of the part 2024.03.13 04:58:24.740690 [ 3 ] {} HTTP-Session: 5fc0e288-7dd5-4420-ad65-68272a681fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:24.740914 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 70 rows starting from the beginning of the part 2024.03.13 04:58:24.741035 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:24.741163 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:24.741231 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:58:24.741507 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2024.03.13 04:58:24.741781 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part 2024.03.13 04:58:24.742133 [ 189 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 43 rows starting from the beginning of the part 2024.03.13 04:58:24.742747 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:24.743465 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.743535 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.744599 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.03.13 04:58:24.744712 [ 192 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 4 columns (4 merged, 0 gathered) in 0.004542081 sec., 73314.41249066232 rows/sec., 5.72 MiB/sec. 2024.03.13 04:58:24.744945 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.13 04:58:24.745414 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.745725 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} executeQuery: Read 1 rows, 72.00 B in 0.004839 sec., 206.654267410622 rows/sec., 14.53 KiB/sec. 2024.03.13 04:58:24.746012 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.746257 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} DynamicQueryHandler: Done processing query 2024.03.13 04:58:24.746315 [ 3 ] {6c3038e6-b245-430a-86bf-4e9d13cb7088} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:24.746358 [ 3 ] {} HTTP-Session: 5fc0e288-7dd5-4420-ad65-68272a681fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.746382 [ 197 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_66_13} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.13 04:58:24.746491 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:58:24.746548 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 43884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:24.746604 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:24.746623 [ 3 ] {} HTTP-Session: 08cf0ef8-e73a-4e19-893f-cf5c03c3e38a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:24.746640 [ 3 ] {} HTTP-Session: 08cf0ef8-e73a-4e19-893f-cf5c03c3e38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.746654 [ 3 ] {} HTTP-Session: 08cf0ef8-e73a-4e19-893f-cf5c03c3e38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.746689 [ 3 ] {} HTTP-Session: 08cf0ef8-e73a-4e19-893f-cf5c03c3e38a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:24.746997 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:24.747045 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:24.747225 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:24.747811 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.747849 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.748298 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2024.03.13 04:58:24.748646 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.748812 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} executeQuery: Read 41 rows, 56.66 KiB in 0.002054 sec., 19961.05160662123 rows/sec., 26.94 MiB/sec. 2024.03.13 04:58:24.748816 [ 42 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2024.03.13 04:58:24.748910 [ 42 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:24.748963 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:24.749057 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} DynamicQueryHandler: Done processing query 2024.03.13 04:58:24.749133 [ 3 ] {4434af59-b41e-484c-9d99-aaae55e1feb2} MemoryTracker: Peak memory usage (for query): 4.45 MiB. 2024.03.13 04:58:24.749236 [ 3 ] {} HTTP-Session: 08cf0ef8-e73a-4e19-893f-cf5c03c3e38a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:24.749332 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2024.03.13 04:58:24.749992 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:24.750077 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1744 rows starting from the beginning of the part 2024.03.13 04:58:24.750230 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part 2024.03.13 04:58:24.750372 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:24.750575 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2024.03.13 04:58:24.750736 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:24.750925 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part 2024.03.13 04:58:24.755308 [ 192 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1923 rows, containing 6 columns (6 merged, 0 gathered) in 0.006235597 sec., 308390.6801546027 rows/sec., 416.16 MiB/sec. 2024.03.13 04:58:24.756203 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2024.03.13 04:58:24.756598 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:24.756682 [ 189 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_66_13} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2024.03.13 04:58:24.756771 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.40 MiB. 2024.03.13 04:58:29.721189 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:29.721327 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:29.721356 [ 3 ] {} HTTP-Session: 3093136e-34a0-4393-9bfb-9e0f3f7652c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:29.721385 [ 3 ] {} HTTP-Session: 3093136e-34a0-4393-9bfb-9e0f3f7652c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.721402 [ 3 ] {} HTTP-Session: 3093136e-34a0-4393-9bfb-9e0f3f7652c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.721457 [ 3 ] {} HTTP-Session: 3093136e-34a0-4393-9bfb-9e0f3f7652c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:29.721594 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:29.721663 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:29.721876 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:29.722401 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:29.722449 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:29.722827 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.13 04:58:29.723153 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:29.723305 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} executeQuery: Read 29 rows, 2.35 KiB in 0.001776 sec., 16328.82882882883 rows/sec., 1.29 MiB/sec. 2024.03.13 04:58:29.723469 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} DynamicQueryHandler: Done processing query 2024.03.13 04:58:29.723494 [ 3 ] {2ac51a5c-19f8-4198-9788-a049195f604a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:29.723510 [ 3 ] {} HTTP-Session: 3093136e-34a0-4393-9bfb-9e0f3f7652c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.723646 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:29.723695 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:29.723714 [ 3 ] {} HTTP-Session: 178dd2e7-7e0a-4fee-ae2d-ab8afbbc91e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:29.723730 [ 3 ] {} HTTP-Session: 178dd2e7-7e0a-4fee-ae2d-ab8afbbc91e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.723744 [ 3 ] {} HTTP-Session: 178dd2e7-7e0a-4fee-ae2d-ab8afbbc91e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.723773 [ 3 ] {} HTTP-Session: 178dd2e7-7e0a-4fee-ae2d-ab8afbbc91e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:29.723860 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:29.723899 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:29.724023 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:29.724386 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:29.724423 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:29.724733 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.13 04:58:29.725040 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:29.725187 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} executeQuery: Read 87 rows, 9.11 KiB in 0.001367 sec., 63643.013899049016 rows/sec., 6.51 MiB/sec. 2024.03.13 04:58:29.725318 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} DynamicQueryHandler: Done processing query 2024.03.13 04:58:29.725343 [ 3 ] {e17e08c3-c33f-4809-ae91-aa0cd4d40eca} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:58:29.725358 [ 3 ] {} HTTP-Session: 178dd2e7-7e0a-4fee-ae2d-ab8afbbc91e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.725498 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:29.725546 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:29.725565 [ 3 ] {} HTTP-Session: 114f8fc5-95e2-478c-9b25-98b0ecebd688 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:29.725581 [ 3 ] {} HTTP-Session: 114f8fc5-95e2-478c-9b25-98b0ecebd688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.725594 [ 3 ] {} HTTP-Session: 114f8fc5-95e2-478c-9b25-98b0ecebd688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.725624 [ 3 ] {} HTTP-Session: 114f8fc5-95e2-478c-9b25-98b0ecebd688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:29.725694 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:29.725734 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:29.725860 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:29.726157 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:29.726195 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:29.726493 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.13 04:58:29.726792 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:29.726939 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} executeQuery: Read 29 rows, 2.32 KiB in 0.001272 sec., 22798.74213836478 rows/sec., 1.78 MiB/sec. 2024.03.13 04:58:29.727071 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} DynamicQueryHandler: Done processing query 2024.03.13 04:58:29.727094 [ 3 ] {23a1154c-207f-42ef-8604-a2c98757da08} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:29.727111 [ 3 ] {} HTTP-Session: 114f8fc5-95e2-478c-9b25-98b0ecebd688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.727300 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:29.727352 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:29.727370 [ 3 ] {} HTTP-Session: 74ffb9de-ec42-46d6-801d-f99f8644dbfa Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:29.727386 [ 3 ] {} HTTP-Session: 74ffb9de-ec42-46d6-801d-f99f8644dbfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.727400 [ 3 ] {} HTTP-Session: 74ffb9de-ec42-46d6-801d-f99f8644dbfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:29.727428 [ 3 ] {} HTTP-Session: 74ffb9de-ec42-46d6-801d-f99f8644dbfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:29.727648 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:29.727693 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:29.727853 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:29.728345 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:29.728382 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:29.728807 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2024.03.13 04:58:29.729222 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:29.729377 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} executeQuery: Read 29 rows, 40.07 KiB in 0.001901 sec., 15255.128879537086 rows/sec., 20.59 MiB/sec. 2024.03.13 04:58:29.729514 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} DynamicQueryHandler: Done processing query 2024.03.13 04:58:29.729537 [ 3 ] {2a043fe6-c128-45ea-a558-576f92e35658} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:58:29.729552 [ 3 ] {} HTTP-Session: 74ffb9de-ec42-46d6-801d-f99f8644dbfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.723887 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 6799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.724006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.724030 [ 3 ] {} HTTP-Session: 44ae1420-7228-4b17-a999-a33c6df3f1f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.724055 [ 3 ] {} HTTP-Session: 44ae1420-7228-4b17-a999-a33c6df3f1f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.724069 [ 3 ] {} HTTP-Session: 44ae1420-7228-4b17-a999-a33c6df3f1f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.724120 [ 3 ] {} HTTP-Session: 44ae1420-7228-4b17-a999-a33c6df3f1f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.724247 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.724308 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:34.724498 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.724959 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.725002 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.725384 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.13 04:58:34.725722 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.725889 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} executeQuery: Read 47 rows, 3.81 KiB in 0.001701 sec., 27630.805408583186 rows/sec., 2.19 MiB/sec. 2024.03.13 04:58:34.726048 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.726074 [ 3 ] {05d76184-5314-4ff9-a839-fa04735deab5} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:34.726090 [ 3 ] {} HTTP-Session: 44ae1420-7228-4b17-a999-a33c6df3f1f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.726218 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.726273 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.726292 [ 3 ] {} HTTP-Session: eb1d31c8-1679-4929-bdb3-cc149413f31d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.726310 [ 3 ] {} HTTP-Session: eb1d31c8-1679-4929-bdb3-cc149413f31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.726324 [ 3 ] {} HTTP-Session: eb1d31c8-1679-4929-bdb3-cc149413f31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.726358 [ 3 ] {} HTTP-Session: eb1d31c8-1679-4929-bdb3-cc149413f31d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.726428 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.726472 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.03.13 04:58:34.726607 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.726949 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.726987 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.727295 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.13 04:58:34.727608 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} oximeter.fields_ipaddr (760c2243-c48f-4b40-9670-6ffe24998980): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.727764 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} executeQuery: Read 2 rows, 167.00 B in 0.001353 sec., 1478.1966001478197 rows/sec., 120.54 KiB/sec. 2024.03.13 04:58:34.727886 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.727910 [ 3 ] {2dd0d292-af1b-446d-841a-629892996322} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:34.727926 [ 3 ] {} HTTP-Session: eb1d31c8-1679-4929-bdb3-cc149413f31d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.728099 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 26830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.728148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.728166 [ 3 ] {} HTTP-Session: 1182b768-7031-4eba-b089-7770e07c6be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.728183 [ 3 ] {} HTTP-Session: 1182b768-7031-4eba-b089-7770e07c6be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.728196 [ 3 ] {} HTTP-Session: 1182b768-7031-4eba-b089-7770e07c6be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.728227 [ 3 ] {} HTTP-Session: 1182b768-7031-4eba-b089-7770e07c6be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.728339 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.728380 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:34.728506 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.728982 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.729018 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.729332 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.13 04:58:34.729629 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.729779 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} executeQuery: Read 178 rows, 15.97 KiB in 0.001506 sec., 118193.89110225764 rows/sec., 10.35 MiB/sec. 2024.03.13 04:58:34.729898 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.729922 [ 3 ] {fa194749-6c96-4a7f-812f-a65955db376a} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.13 04:58:34.729938 [ 3 ] {} HTTP-Session: 1182b768-7031-4eba-b089-7770e07c6be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.730097 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.730144 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.730162 [ 3 ] {} HTTP-Session: 998dfc24-1fff-438a-a699-2cd95ace8336 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.730179 [ 3 ] {} HTTP-Session: 998dfc24-1fff-438a-a699-2cd95ace8336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.730193 [ 3 ] {} HTTP-Session: 998dfc24-1fff-438a-a699-2cd95ace8336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.730223 [ 3 ] {} HTTP-Session: 998dfc24-1fff-438a-a699-2cd95ace8336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.730285 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.730325 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.03.13 04:58:34.730450 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.730712 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.730749 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.731035 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.03.13 04:58:34.731339 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} oximeter.fields_u16 (db02df71-3e40-4e1d-8bbe-eb6de45405c6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.731482 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} executeQuery: Read 2 rows, 143.00 B in 0.001213 sec., 1648.8046166529266 rows/sec., 115.13 KiB/sec. 2024.03.13 04:58:34.731600 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.731623 [ 3 ] {cc7e5c14-6a1e-401f-8576-edec772d1918} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.03.13 04:58:34.731639 [ 3 ] {} HTTP-Session: 998dfc24-1fff-438a-a699-2cd95ace8336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.731785 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 12948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.731830 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.731848 [ 3 ] {} HTTP-Session: 5cf21061-6950-4a91-8440-f84dc128855d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.731865 [ 3 ] {} HTTP-Session: 5cf21061-6950-4a91-8440-f84dc128855d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.731879 [ 3 ] {} HTTP-Session: 5cf21061-6950-4a91-8440-f84dc128855d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.731909 [ 3 ] {} HTTP-Session: 5cf21061-6950-4a91-8440-f84dc128855d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.732001 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.732041 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:34.732168 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.732489 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.732526 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.732822 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.13 04:58:34.733128 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.733279 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} executeQuery: Read 76 rows, 6.09 KiB in 0.001321 sec., 57532.17259651779 rows/sec., 4.51 MiB/sec. 2024.03.13 04:58:34.733409 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.733442 [ 3 ] {4c15b674-5c67-4caa-ac17-8df6c7a8021e} MemoryTracker: Peak memory usage (for query): 4.32 MiB. 2024.03.13 04:58:34.733472 [ 3 ] {} HTTP-Session: 5cf21061-6950-4a91-8440-f84dc128855d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.733654 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 7230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.733700 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.733719 [ 3 ] {} HTTP-Session: 077cb82b-cd4d-4481-a6af-9a73ac798ca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.733736 [ 3 ] {} HTTP-Session: 077cb82b-cd4d-4481-a6af-9a73ac798ca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.733749 [ 3 ] {} HTTP-Session: 077cb82b-cd4d-4481-a6af-9a73ac798ca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.733779 [ 3 ] {} HTTP-Session: 077cb82b-cd4d-4481-a6af-9a73ac798ca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.733866 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.733909 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.03.13 04:58:34.734051 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.734347 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.734383 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.734758 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.03.13 04:58:34.735086 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.735245 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} executeQuery: Read 37 rows, 2.67 KiB in 0.001418 sec., 26093.08885754584 rows/sec., 1.84 MiB/sec. 2024.03.13 04:58:34.735369 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.735392 [ 3 ] {cbb7927b-5cd0-48bc-8055-f3dda5df9bb2} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.03.13 04:58:34.735407 [ 3 ] {} HTTP-Session: 077cb82b-cd4d-4481-a6af-9a73ac798ca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.735562 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 50297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.735610 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.735628 [ 3 ] {} HTTP-Session: d22a93d0-52c1-46fa-8866-bf5cd3317052 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.735644 [ 3 ] {} HTTP-Session: d22a93d0-52c1-46fa-8866-bf5cd3317052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.735658 [ 3 ] {} HTTP-Session: d22a93d0-52c1-46fa-8866-bf5cd3317052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.735688 [ 3 ] {} HTTP-Session: d22a93d0-52c1-46fa-8866-bf5cd3317052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.736020 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.736066 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:34.736226 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.736782 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.736818 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.737249 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2024.03.13 04:58:34.737583 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.737743 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} executeQuery: Read 47 rows, 64.95 KiB in 0.001992 sec., 23594.37751004016 rows/sec., 31.84 MiB/sec. 2024.03.13 04:58:34.737868 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.737890 [ 3 ] {f39909dd-0a81-4363-8845-8bbf962d4cb5} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.13 04:58:34.737907 [ 3 ] {} HTTP-Session: d22a93d0-52c1-46fa-8866-bf5cd3317052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.738035 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:34.738083 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:34.738101 [ 3 ] {} HTTP-Session: 65e0fb9c-141b-4969-84cf-84def7d9d1a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:34.738118 [ 3 ] {} HTTP-Session: 65e0fb9c-141b-4969-84cf-84def7d9d1a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.738131 [ 3 ] {} HTTP-Session: 65e0fb9c-141b-4969-84cf-84def7d9d1a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:34.738161 [ 3 ] {} HTTP-Session: 65e0fb9c-141b-4969-84cf-84def7d9d1a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:34.738224 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:34.738266 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.13 04:58:34.738391 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:34.738639 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:34.738675 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:34.739021 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.03.13 04:58:34.739354 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:34.739506 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} executeQuery: Read 3 rows, 246.00 B in 0.001301 sec., 2305.9185242121443 rows/sec., 184.65 KiB/sec. 2024.03.13 04:58:34.739731 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} DynamicQueryHandler: Done processing query 2024.03.13 04:58:34.739755 [ 3 ] {fa13c47c-98b7-46f0-a020-fd0bae310f68} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.13 04:58:34.739770 [ 3 ] {} HTTP-Session: 65e0fb9c-141b-4969-84cf-84def7d9d1a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:38.501490 [ 34 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:58:38.501592 [ 34 ] {} DNSResolver: Updated DNS cache 2024.03.13 04:58:39.721750 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:39.721864 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:39.721891 [ 3 ] {} HTTP-Session: a54ff305-2fdd-4855-b5a0-3241dd0531c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:39.721919 [ 3 ] {} HTTP-Session: a54ff305-2fdd-4855-b5a0-3241dd0531c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.721936 [ 3 ] {} HTTP-Session: a54ff305-2fdd-4855-b5a0-3241dd0531c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.721989 [ 3 ] {} HTTP-Session: a54ff305-2fdd-4855-b5a0-3241dd0531c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:39.722122 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:39.722190 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:39.722402 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:39.722871 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:39.722914 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:39.723294 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.13 04:58:39.723627 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:39.723786 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} executeQuery: Read 29 rows, 2.35 KiB in 0.001725 sec., 16811.594202898552 rows/sec., 1.33 MiB/sec. 2024.03.13 04:58:39.723939 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} DynamicQueryHandler: Done processing query 2024.03.13 04:58:39.723965 [ 3 ] {b5883162-ec6e-4262-9e11-fb1ea7983ed2} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:39.723981 [ 3 ] {} HTTP-Session: a54ff305-2fdd-4855-b5a0-3241dd0531c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.724120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:39.724173 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:39.724191 [ 3 ] {} HTTP-Session: 1ab147cc-921f-4010-a925-af2bd13cad66 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:39.724210 [ 3 ] {} HTTP-Session: 1ab147cc-921f-4010-a925-af2bd13cad66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.724223 [ 3 ] {} HTTP-Session: 1ab147cc-921f-4010-a925-af2bd13cad66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.724255 [ 3 ] {} HTTP-Session: 1ab147cc-921f-4010-a925-af2bd13cad66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:39.724350 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:39.724392 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:39.724520 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:39.724884 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:39.724921 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:39.725234 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.13 04:58:39.725537 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:39.725688 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} executeQuery: Read 87 rows, 9.11 KiB in 0.001383 sec., 62906.72451193059 rows/sec., 6.43 MiB/sec. 2024.03.13 04:58:39.725823 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} DynamicQueryHandler: Done processing query 2024.03.13 04:58:39.725848 [ 3 ] {83938f8c-9dfe-4f50-bb8d-d7c77dc7e76b} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:58:39.725863 [ 3 ] {} HTTP-Session: 1ab147cc-921f-4010-a925-af2bd13cad66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.726026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 5958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:39.726075 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:39.726093 [ 3 ] {} HTTP-Session: 7c01a33b-33f1-40c9-9fc4-3b4ed7dba8ee Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:39.726109 [ 3 ] {} HTTP-Session: 7c01a33b-33f1-40c9-9fc4-3b4ed7dba8ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.726124 [ 3 ] {} HTTP-Session: 7c01a33b-33f1-40c9-9fc4-3b4ed7dba8ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.726156 [ 3 ] {} HTTP-Session: 7c01a33b-33f1-40c9-9fc4-3b4ed7dba8ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:39.726233 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:39.726272 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:39.726403 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:39.726702 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:39.726744 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:39.727045 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.13 04:58:39.727357 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:39.727502 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} executeQuery: Read 35 rows, 2.78 KiB in 0.001298 sec., 26964.56086286595 rows/sec., 2.09 MiB/sec. 2024.03.13 04:58:39.727633 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} DynamicQueryHandler: Done processing query 2024.03.13 04:58:39.727666 [ 3 ] {7727925c-64ef-4d56-81a4-956d1d6621c0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:39.727698 [ 3 ] {} HTTP-Session: 7c01a33b-33f1-40c9-9fc4-3b4ed7dba8ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.727894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:39.727942 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:39.727960 [ 3 ] {} HTTP-Session: 1b8ef9bd-bdab-41ae-b45a-22c9df6c3cd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:39.727977 [ 3 ] {} HTTP-Session: 1b8ef9bd-bdab-41ae-b45a-22c9df6c3cd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.727991 [ 3 ] {} HTTP-Session: 1b8ef9bd-bdab-41ae-b45a-22c9df6c3cd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.728020 [ 3 ] {} HTTP-Session: 1b8ef9bd-bdab-41ae-b45a-22c9df6c3cd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:39.728242 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:39.728286 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:39.728445 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:39.728986 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:39.729022 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:39.729431 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2024.03.13 04:58:39.729760 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:39.729913 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} executeQuery: Read 29 rows, 40.07 KiB in 0.001841 sec., 15752.308527973928 rows/sec., 21.26 MiB/sec. 2024.03.13 04:58:39.730120 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} DynamicQueryHandler: Done processing query 2024.03.13 04:58:39.730170 [ 3 ] {f8f2bd58-1134-4197-8af1-ff381ab1afe3} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:58:39.730217 [ 3 ] {} HTTP-Session: 1b8ef9bd-bdab-41ae-b45a-22c9df6c3cd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.730400 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 943, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:39.730456 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:39.730474 [ 3 ] {} HTTP-Session: 8d1a8380-edb7-4d3f-9f09-43f8bf0bf1e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:39.730491 [ 3 ] {} HTTP-Session: 8d1a8380-edb7-4d3f-9f09-43f8bf0bf1e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.730504 [ 3 ] {} HTTP-Session: 8d1a8380-edb7-4d3f-9f09-43f8bf0bf1e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:39.730535 [ 3 ] {} HTTP-Session: 8d1a8380-edb7-4d3f-9f09-43f8bf0bf1e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:39.730602 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:39.730642 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.03.13 04:58:39.730784 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:39.731055 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:39.731092 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:39.731433 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.03.13 04:58:39.731744 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:39.731898 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} executeQuery: Read 6 rows, 405.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 300.31 KiB/sec. 2024.03.13 04:58:39.732020 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} DynamicQueryHandler: Done processing query 2024.03.13 04:58:39.732043 [ 3 ] {3ed88973-d0b1-48db-b408-7d15e6bedf20} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.03.13 04:58:39.732059 [ 3 ] {} HTTP-Session: 8d1a8380-edb7-4d3f-9f09-43f8bf0bf1e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.722903 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 6799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:44.723091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:44.723136 [ 3 ] {} HTTP-Session: 880e851b-b095-45e7-ba57-330433707c8d Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:44.723178 [ 3 ] {} HTTP-Session: 880e851b-b095-45e7-ba57-330433707c8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.723207 [ 3 ] {} HTTP-Session: 880e851b-b095-45e7-ba57-330433707c8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.723285 [ 3 ] {} HTTP-Session: 880e851b-b095-45e7-ba57-330433707c8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:44.723488 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:44.723589 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:44.723891 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:44.724356 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:44.724403 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:44.724791 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.13 04:58:44.725158 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:44.725326 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} executeQuery: Read 47 rows, 3.81 KiB in 0.001941 sec., 24214.322514167954 rows/sec., 1.92 MiB/sec. 2024.03.13 04:58:44.725496 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} DynamicQueryHandler: Done processing query 2024.03.13 04:58:44.725521 [ 3 ] {d8260834-3831-4ba7-99eb-3361bf481b98} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:44.725537 [ 3 ] {} HTTP-Session: 880e851b-b095-45e7-ba57-330433707c8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.725700 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 21742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:44.725754 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:44.725773 [ 3 ] {} HTTP-Session: 3070c442-4e05-4f32-a4d9-48ecb30e1621 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:44.725791 [ 3 ] {} HTTP-Session: 3070c442-4e05-4f32-a4d9-48ecb30e1621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.725806 [ 3 ] {} HTTP-Session: 3070c442-4e05-4f32-a4d9-48ecb30e1621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.725840 [ 3 ] {} HTTP-Session: 3070c442-4e05-4f32-a4d9-48ecb30e1621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:44.725953 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:44.725996 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:44.726125 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:44.726545 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:44.726586 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:44.726915 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.13 04:58:44.727219 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:44.727378 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} executeQuery: Read 141 rows, 13.11 KiB in 0.001478 sec., 95399.18809201624 rows/sec., 8.67 MiB/sec. 2024.03.13 04:58:44.727522 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} DynamicQueryHandler: Done processing query 2024.03.13 04:58:44.727557 [ 3 ] {a376347d-5792-4150-b75b-913ed238434c} MemoryTracker: Peak memory usage (for query): 4.36 MiB. 2024.03.13 04:58:44.727590 [ 3 ] {} HTTP-Session: 3070c442-4e05-4f32-a4d9-48ecb30e1621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.727736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 8022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:44.727786 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:44.727804 [ 3 ] {} HTTP-Session: 810cd97d-f897-41f3-9dff-f983ac571147 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:44.727821 [ 3 ] {} HTTP-Session: 810cd97d-f897-41f3-9dff-f983ac571147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.727835 [ 3 ] {} HTTP-Session: 810cd97d-f897-41f3-9dff-f983ac571147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.727867 [ 3 ] {} HTTP-Session: 810cd97d-f897-41f3-9dff-f983ac571147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:44.727955 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:44.727995 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:44.728123 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:44.728445 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:44.728483 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:44.728788 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.13 04:58:44.729092 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:44.729247 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} executeQuery: Read 47 rows, 3.76 KiB in 0.001328 sec., 35391.56626506024 rows/sec., 2.77 MiB/sec. 2024.03.13 04:58:44.729366 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} DynamicQueryHandler: Done processing query 2024.03.13 04:58:44.729389 [ 3 ] {95b22f6a-44e0-46ba-9832-6361599842af} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:44.729405 [ 3 ] {} HTTP-Session: 810cd97d-f897-41f3-9dff-f983ac571147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.729590 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 50297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:44.729638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:44.729656 [ 3 ] {} HTTP-Session: e5c76acd-14e0-424c-87c1-06657e0d8996 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:44.729674 [ 3 ] {} HTTP-Session: e5c76acd-14e0-424c-87c1-06657e0d8996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.729688 [ 3 ] {} HTTP-Session: e5c76acd-14e0-424c-87c1-06657e0d8996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:44.729720 [ 3 ] {} HTTP-Session: e5c76acd-14e0-424c-87c1-06657e0d8996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:44.730059 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:44.730106 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:44.730266 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:44.730875 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:44.730912 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:44.731357 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2024.03.13 04:58:44.731721 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:44.731889 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} executeQuery: Read 47 rows, 64.95 KiB in 0.0021 sec., 22380.95238095238 rows/sec., 30.20 MiB/sec. 2024.03.13 04:58:44.732101 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} DynamicQueryHandler: Done processing query 2024.03.13 04:58:44.732126 [ 3 ] {cd4b847a-7aa9-4af9-9294-35ba8ec03e7c} MemoryTracker: Peak memory usage (for query): 4.46 MiB. 2024.03.13 04:58:44.732142 [ 3 ] {} HTTP-Session: e5c76acd-14e0-424c-87c1-06657e0d8996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:47.748792 [ 48 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2024.03.13 04:58:47.748910 [ 48 ] {} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:47.748951 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:47.749257 [ 187 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2024.03.13 04:58:47.749638 [ 187 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:47.749707 [ 187 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 630 rows starting from the beginning of the part 2024.03.13 04:58:47.749899 [ 187 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2024.03.13 04:58:47.750271 [ 187 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2024.03.13 04:58:47.750419 [ 187 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2024.03.13 04:58:47.750626 [ 187 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part 2024.03.13 04:58:47.751688 [ 189 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 706 rows, containing 5 columns (5 merged, 0 gathered) in 0.002617621 sec., 269710.5501522184 rows/sec., 19.02 MiB/sec. 2024.03.13 04:58:47.751922 [ 189 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2024.03.13 04:58:47.752397 [ 189 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:47.752490 [ 189 ] {311b24cf-8761-4f32-8016-e3619c5686da::all_1_23_5} oximeter.measurements_cumulativeu64 (311b24cf-8761-4f32-8016-e3619c5686da) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2024.03.13 04:58:47.752589 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2024.03.13 04:58:49.721913 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:49.722030 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:49.722058 [ 3 ] {} HTTP-Session: 20369c14-55f6-4491-b61b-72adf4b53015 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:49.722087 [ 3 ] {} HTTP-Session: 20369c14-55f6-4491-b61b-72adf4b53015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.722104 [ 3 ] {} HTTP-Session: 20369c14-55f6-4491-b61b-72adf4b53015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.722157 [ 3 ] {} HTTP-Session: 20369c14-55f6-4491-b61b-72adf4b53015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:49.722294 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:49.722425 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.03.13 04:58:49.722641 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:49.723164 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.723211 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.723598 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.13 04:58:49.723937 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.724099 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} executeQuery: Read 29 rows, 2.35 KiB in 0.001866 sec., 15541.264737406216 rows/sec., 1.23 MiB/sec. 2024.03.13 04:58:49.724124 [ 69 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.13 04:58:49.724241 [ 69 ] {} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.724271 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.724302 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} DynamicQueryHandler: Done processing query 2024.03.13 04:58:49.724412 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.03.13 04:58:49.724433 [ 3 ] {07d52e91-3650-4bee-9d16-b9faf0b84d75} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:49.724462 [ 3 ] {} HTTP-Session: 20369c14-55f6-4491-b61b-72adf4b53015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.724561 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:49.724597 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 70 rows starting from the beginning of the part 2024.03.13 04:58:49.724622 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 14480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:49.724695 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.724710 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:49.724799 [ 3 ] {} HTTP-Session: 3d35258e-34ad-455a-8142-50fb373450ec Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:49.724863 [ 3 ] {} HTTP-Session: 3d35258e-34ad-455a-8142-50fb373450ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.724989 [ 3 ] {} HTTP-Session: 3d35258e-34ad-455a-8142-50fb373450ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.725152 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 47 rows starting from the beginning of the part 2024.03.13 04:58:49.725170 [ 3 ] {} HTTP-Session: 3d35258e-34ad-455a-8142-50fb373450ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:49.725460 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:49.725466 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.725601 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.03.13 04:58:49.725765 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 47 rows starting from the beginning of the part 2024.03.13 04:58:49.726138 [ 187 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.726707 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:49.727284 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.727328 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.727849 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.13 04:58:49.727878 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 4 columns (4 merged, 0 gathered) in 0.003515215 sec., 71403.88283504707 rows/sec., 5.65 MiB/sec. 2024.03.13 04:58:49.728171 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.13 04:58:49.728488 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.728873 [ 69 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.13 04:58:49.728938 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} executeQuery: Read 87 rows, 9.11 KiB in 0.003613 sec., 24079.712150567397 rows/sec., 2.46 MiB/sec. 2024.03.13 04:58:49.728957 [ 69 ] {} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.729013 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.729239 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.729455 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} DynamicQueryHandler: Done processing query 2024.03.13 04:58:49.729456 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.03.13 04:58:49.729510 [ 3 ] {3d7270b5-a509-49ba-8a6d-6ed16e30570e} MemoryTracker: Peak memory usage (for query): 4.33 MiB. 2024.03.13 04:58:49.729534 [ 3 ] {} HTTP-Session: 3d35258e-34ad-455a-8142-50fb373450ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.729555 [ 189 ] {9bec4614-832f-436d-8868-dc505e41396c::all_1_71_14} oximeter.fields_i64 (9bec4614-832f-436d-8868-dc505e41396c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.13 04:58:49.729779 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:49.729791 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 4970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:49.729783 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2024.03.13 04:58:49.729826 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 250 rows starting from the beginning of the part 2024.03.13 04:58:49.729877 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:49.729912 [ 3 ] {} HTTP-Session: cee6c940-49ef-4f16-befc-f0c0adb13016 Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:49.729982 [ 3 ] {} HTTP-Session: cee6c940-49ef-4f16-befc-f0c0adb13016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.730026 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 87 rows starting from the beginning of the part 2024.03.13 04:58:49.730045 [ 3 ] {} HTTP-Session: cee6c940-49ef-4f16-befc-f0c0adb13016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.730170 [ 3 ] {} HTTP-Session: cee6c940-49ef-4f16-befc-f0c0adb13016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:49.730302 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 178 rows starting from the beginning of the part 2024.03.13 04:58:49.730464 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:49.730530 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 87 rows starting from the beginning of the part 2024.03.13 04:58:49.730600 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.03.13 04:58:49.730826 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 141 rows starting from the beginning of the part 2024.03.13 04:58:49.731004 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 87 rows starting from the beginning of the part 2024.03.13 04:58:49.731376 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:49.731955 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.732002 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.732428 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.13 04:58:49.732723 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 4 columns (4 merged, 0 gathered) in 0.003557635 sec., 233301.05533591838 rows/sec., 21.98 MiB/sec. 2024.03.13 04:58:49.732874 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.13 04:58:49.732964 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.733252 [ 69 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.13 04:58:49.733297 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} executeQuery: Read 29 rows, 2.32 KiB in 0.002972 sec., 9757.738896366083 rows/sec., 781.38 KiB/sec. 2024.03.13 04:58:49.733335 [ 69 ] {} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.733456 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.733717 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} DynamicQueryHandler: Done processing query 2024.03.13 04:58:49.733714 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.733762 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.03.13 04:58:49.733762 [ 3 ] {5df61b3c-a481-49e1-93e3-a5ba999f6491} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.03.13 04:58:49.733830 [ 3 ] {} HTTP-Session: cee6c940-49ef-4f16-befc-f0c0adb13016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.733881 [ 199 ] {d9b13d32-fb3a-4c54-a454-c887f34accfe::all_1_71_14} oximeter.fields_string (d9b13d32-fb3a-4c54-a454-c887f34accfe) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.13 04:58:49.733968 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:49.733978 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.03.13 04:58:49.734004 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 123 rows starting from the beginning of the part 2024.03.13 04:58:49.734031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57600, User-Agent: (none), Length: 31062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.03.13 04:58:49.734080 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.734092 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 2024.03.13 04:58:49.734136 [ 3 ] {} HTTP-Session: 5c301591-7c63-4c4a-9dda-ed716240822a Authenticating user 'default' from [fd00:1122:3344:101::d]:57600 2024.03.13 04:58:49.734192 [ 3 ] {} HTTP-Session: 5c301591-7c63-4c4a-9dda-ed716240822a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.734281 [ 3 ] {} HTTP-Session: 5c301591-7c63-4c4a-9dda-ed716240822a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.734445 [ 3 ] {} HTTP-Session: 5c301591-7c63-4c4a-9dda-ed716240822a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.03.13 04:58:49.734469 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 76 rows starting from the beginning of the part 2024.03.13 04:58:49.734772 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 35 rows starting from the beginning of the part 2024.03.13 04:58:49.734799 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} executeQuery: (from [fd00:1122:3344:101::d]:57600) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.03.13 04:58:49.734885 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.03.13 04:58:49.734910 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 47 rows starting from the beginning of the part 2024.03.13 04:58:49.735180 [ 195 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.735716 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} ParallelParsingInputFormat: Parallel parsing is used 2024.03.13 04:58:49.736502 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.736551 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.736950 [ 190 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 339 rows, containing 4 columns (4 merged, 0 gathered) in 0.003310452 sec., 102402.93470498892 rows/sec., 8.00 MiB/sec. 2024.03.13 04:58:49.737262 [ 190 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.13 04:58:49.737269 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2024.03.13 04:58:49.738172 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.738311 [ 190 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.738465 [ 69 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2024.03.13 04:58:49.738561 [ 69 ] {} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:49.738566 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} executeQuery: Read 29 rows, 40.07 KiB in 0.003949 sec., 7343.631299063053 rows/sec., 9.91 MiB/sec. 2024.03.13 04:58:49.738614 [ 190 ] {a1d6af65-4f12-445e-bcaa-a25984b48d90::all_1_71_14} oximeter.fields_uuid (a1d6af65-4f12-445e-bcaa-a25984b48d90) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.13 04:58:49.738624 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:49.739033 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.03.13 04:58:49.739088 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} DynamicQueryHandler: Done processing query 2024.03.13 04:58:49.739113 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2024.03.13 04:58:49.739125 [ 3 ] {e6252f63-c0d2-4b09-9697-bdb0afaf3587} MemoryTracker: Peak memory usage (for query): 4.41 MiB. 2024.03.13 04:58:49.739187 [ 3 ] {} HTTP-Session: 5c301591-7c63-4c4a-9dda-ed716240822a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.03.13 04:58:49.739335 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:49.739375 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1923 rows starting from the beginning of the part 2024.03.13 04:58:49.739502 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.739625 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 47 rows starting from the beginning of the part 2024.03.13 04:58:49.739888 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.740157 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 47 rows starting from the beginning of the part 2024.03.13 04:58:49.740289 [ 194 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 29 rows starting from the beginning of the part 2024.03.13 04:58:49.744064 [ 195 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2104 rows, containing 6 columns (6 merged, 0 gathered) in 0.005257081 sec., 400222.1004393883 rows/sec., 540.08 MiB/sec. 2024.03.13 04:58:49.745076 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2024.03.13 04:58:49.745496 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:49.745587 [ 190 ] {0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa::all_1_71_14} oximeter.measurements_histogramf64 (0b63e8e6-62ae-4e3b-80e3-e60d1215b8aa) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2024.03.13 04:58:49.745668 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.60 MiB. 2024.03.13 04:58:50.662653 [ 87 ] {} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.03.13 04:58:50.662704 [ 87 ] {} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.03.13 04:58:50.662729 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. 2024.03.13 04:58:50.662873 [ 186 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.03.13 04:58:50.663022 [ 186 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.03.13 04:58:50.663057 [ 186 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 27 rows starting from the beginning of the part 2024.03.13 04:58:50.663141 [ 186 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part 2024.03.13 04:58:50.663259 [ 186 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2024.03.13 04:58:50.663497 [ 186 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part 2024.03.13 04:58:50.663710 [ 186 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2024.03.13 04:58:50.664895 [ 190 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002092382 sec., 24374.134359787076 rows/sec., 1.73 MiB/sec. 2024.03.13 04:58:50.665050 [ 195 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.03.13 04:58:50.665463 [ 195 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.03.13 04:58:50.665542 [ 195 ] {467d6b94-7648-408a-b9d2-844519dc2129::all_1_5_1} oximeter.measurements_i64 (467d6b94-7648-408a-b9d2-844519dc2129) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.03.13 04:58:50.665623 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.03.13 04:58:53.501854 [ 102 ] {} DNSResolver: Updating DNS cache 2024.03.13 04:58:53.501957 [ 102 ] {} DNSResolver: Updated DNS cache