[ May 10 21:24:21 Enabled. ] [ May 10 21:24:21 Rereading configuration. ] [ May 10 21:24:22 Rereading configuration. ] [ May 10 21:24:30 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + single_node=true + command=() + true + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ May 10 21:24:30 Method "start" exited with status 0. ] Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2024.05.10 21:24:31.277835 [ 1 ] {} Application: Will watch for the process with pid 23972 2024.05.10 21:24:31.278433 [ 1 ] {} Application: Forked a child process to watch 2024.05.10 21:24:31.449885 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: ), PID 23972 2024.05.10 21:24:31.450594 [ 1 ] {} Application: starting up 2024.05.10 21:24:31.451277 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2024.05.10 21:24:31.527455 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2024.05.10 21:24:31.567241 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2024.05.10 21:24:31.567291 [ 1 ] {} Application: Initializing DateLUT. 2024.05.10 21:24:31.567312 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2024.05.10 21:24:31.567382 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2024.05.10 21:24:31.567704 [ 1 ] {} Application: Initializing interserver credentials. 2024.05.10 21:24:31.569243 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.10 21:24:31.569783 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.10 21:24:31.570601 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2024.05.10 21:24:31.570625 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2024.05.10 21:24:31.570638 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2024.05.10 21:24:31.570814 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.10 21:24:31.571893 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2024.05.10 21:24:31.577452 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.10 21:24:31.578420 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2024.05.10 21:24:31.580013 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.10 21:24:31.580075 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.10 21:24:31.581537 [ 1 ] {} ConfigReloader: Loading config 'config.xml' Processing configuration file 'config.xml'. There is no file 'config.xml', will use embedded config. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2024.05.10 21:24:31.581819 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performing update on configuration 2024.05.10 21:24:31.585015 [ 1 ] {} ConfigReloader: Loaded config 'config.xml', performed update on configuration 2024.05.10 21:24:31.585355 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: config.xml 2024.05.10 21:24:31.586617 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2024.05.10 21:24:31.587113 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2024.05.10 21:24:31.587504 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2024.05.10 21:24:31.587957 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2024.05.10 21:24:31.589382 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2024.05.10 21:24:31.589406 [ 1 ] {} Application: Loading metadata from /data/ 2024.05.10 21:24:31.589495 [ 185 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:24:31.589648 [ 185 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:24:31.600457 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2024.05.10 21:24:31.600489 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000157694 sec 2024.05.10 21:24:31.600524 [ 1 ] {} ReferentialDeps: No tables 2024.05.10 21:24:31.600537 [ 1 ] {} LoadingDeps: No tables 2024.05.10 21:24:31.601616 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2024.05.10 21:24:31.602629 [ 1 ] {} SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config 2024.05.10 21:24:31.602654 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2024.05.10 21:24:31.602682 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2024.05.10 21:24:31.602698 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2024.05.10 21:24:31.602710 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2024.05.10 21:24:31.602739 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2024.05.10 21:24:31.602751 [ 1 ] {} SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config 2024.05.10 21:24:31.602766 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2024.05.10 21:24:31.602796 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2024.05.10 21:24:31.602810 [ 1 ] {} SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config 2024.05.10 21:24:31.602824 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2024.05.10 21:24:31.602839 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2024.05.10 21:24:31.602868 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2024.05.10 21:24:31.602882 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2024.05.10 21:24:31.602896 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2024.05.10 21:24:31.602924 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2024.05.10 21:24:31.602940 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2024.05.10 21:24:31.634979 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2024.05.10 21:24:31.636765 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2024.05.10 21:24:31.636790 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.3901e-05 sec 2024.05.10 21:24:31.636803 [ 1 ] {} ReferentialDeps: No tables 2024.05.10 21:24:31.636817 [ 1 ] {} LoadingDeps: No tables 2024.05.10 21:24:31.636838 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2024.05.10 21:24:31.637007 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2024.05.10 21:24:31.637047 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2024.05.10 21:24:31.637060 [ 1 ] {} Application: Loaded metadata. 2024.05.10 21:24:31.637074 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2024.05.10 21:24:31.637086 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2024.05.10 21:24:31.662031 [ 1 ] {} MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) 2024.05.10 21:24:31.864111 [ 1 ] {} MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) 2024.05.10 21:24:31.864169 [ 1 ] {} MySQLHandlerFactory: Generating new RSA key pair. 2024.05.10 21:24:31.916150 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2024.05.10 21:24:31.916363 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB 2024.05.10 21:24:31.916742 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2261e-05 sec. 2024.05.10 21:24:31.917085 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2024.05.10 21:24:31.917174 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2024.05.10 21:24:31.917244 [ 1 ] {} Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 2024.05.10 21:24:31.917268 [ 1 ] {} Application: Ready for connections. 2024.05.10 21:24:32.193420 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.193651 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.193695 [ 3 ] {} HTTP-Session: 166f90d5-b9a9-497b-8734-9538cf16b5ed Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.193731 [ 3 ] {} HTTP-Session: 166f90d5-b9a9-497b-8734-9538cf16b5ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.193753 [ 3 ] {} HTTP-Session: 166f90d5-b9a9-497b-8734-9538cf16b5ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.193851 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2024.05.10 21:24:32.193890 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.05.10 21:24:32.193919 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2024.05.10 21:24:32.193994 [ 3 ] {} HTTP-Session: 166f90d5-b9a9-497b-8734-9538cf16b5ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.195139 [ 3 ] {705de169-de85-473d-839e-a7fefacdc456} executeQuery: (from [fd00:1122:3344:101::d]:63924) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.10 21:24:32.215998 [ 3 ] {705de169-de85-473d-839e-a7fefacdc456} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63924) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.10 21:24:32.216700 [ 3 ] {705de169-de85-473d-839e-a7fefacdc456} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.10 21:24:32.218056 [ 3 ] {} HTTP-Session: 166f90d5-b9a9-497b-8734-9538cf16b5ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.230531 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.230598 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.230627 [ 3 ] {} HTTP-Session: 6fb7b1cc-c867-4ace-9de6-31c512ff5a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.230655 [ 3 ] {} HTTP-Session: 6fb7b1cc-c867-4ace-9de6-31c512ff5a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.230672 [ 3 ] {} HTTP-Session: 6fb7b1cc-c867-4ace-9de6-31c512ff5a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.230719 [ 3 ] {} HTTP-Session: 6fb7b1cc-c867-4ace-9de6-31c512ff5a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.231906 [ 3 ] {d0dd803f-afcf-4a3e-af37-1db6637aa238} executeQuery: (from [fd00:1122:3344:101::d]:63924) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:32.232023 [ 3 ] {d0dd803f-afcf-4a3e-af37-1db6637aa238} executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) 2024.05.10 21:24:32.232619 [ 3 ] {d0dd803f-afcf-4a3e-af37-1db6637aa238} ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters 2024.05.10 21:24:32.235442 [ 3 ] {d0dd803f-afcf-4a3e-af37-1db6637aa238} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:32.241621 [ 3 ] {d0dd803f-afcf-4a3e-af37-1db6637aa238} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.241658 [ 3 ] {d0dd803f-afcf-4a3e-af37-1db6637aa238} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:32.241680 [ 3 ] {} HTTP-Session: 6fb7b1cc-c867-4ace-9de6-31c512ff5a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.242132 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.242186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.242209 [ 3 ] {} HTTP-Session: 735641f6-b8ef-4378-b3ff-924c6f925753 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.242226 [ 3 ] {} HTTP-Session: 735641f6-b8ef-4378-b3ff-924c6f925753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.242241 [ 3 ] {} HTTP-Session: 735641f6-b8ef-4378-b3ff-924c6f925753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.242276 [ 3 ] {} HTTP-Session: 735641f6-b8ef-4378-b3ff-924c6f925753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.242397 [ 3 ] {e8bd330c-2e6f-4c92-8fae-313fc2cf7592} executeQuery: (from [fd00:1122:3344:101::d]:63924) SELECT MAX(value) FROM oximeter.version; (stage: Complete) 2024.05.10 21:24:32.242643 [ 3 ] {e8bd330c-2e6f-4c92-8fae-313fc2cf7592} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63924) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 2024.05.10 21:24:32.242758 [ 3 ] {e8bd330c-2e6f-4c92-8fae-313fc2cf7592} DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, std::optional const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse 21. _thrp_setup @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2024.05.10 21:24:32.242898 [ 3 ] {} HTTP-Session: 735641f6-b8ef-4378-b3ff-924c6f925753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.243111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.243162 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.243180 [ 3 ] {} HTTP-Session: 9d639ed9-7edc-4e1f-aeaf-95f42e2f878d Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.243202 [ 3 ] {} HTTP-Session: 9d639ed9-7edc-4e1f-aeaf-95f42e2f878d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.243221 [ 3 ] {} HTTP-Session: 9d639ed9-7edc-4e1f-aeaf-95f42e2f878d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.243250 [ 3 ] {} HTTP-Session: 9d639ed9-7edc-4e1f-aeaf-95f42e2f878d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.243426 [ 3 ] {3ce7c2b5-7bd3-4da5-a09a-17fe01f18c45} executeQuery: (from [fd00:1122:3344:101::d]:63924) DROP DATABASE IF EXISTS oximeter (stage: Complete) 2024.05.10 21:24:32.243588 [ 3 ] {3ce7c2b5-7bd3-4da5-a09a-17fe01f18c45} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.243611 [ 3 ] {} HTTP-Session: 9d639ed9-7edc-4e1f-aeaf-95f42e2f878d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.243727 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.243776 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.243798 [ 3 ] {} HTTP-Session: 966150fd-23d6-40f9-ab0c-b47789865d27 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.243814 [ 3 ] {} HTTP-Session: 966150fd-23d6-40f9-ab0c-b47789865d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.243830 [ 3 ] {} HTTP-Session: 966150fd-23d6-40f9-ab0c-b47789865d27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.243861 [ 3 ] {} HTTP-Session: 966150fd-23d6-40f9-ab0c-b47789865d27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.243944 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2024.05.10 21:24:32.244003 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2024.05.10 21:24:32.252805 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2024.05.10 21:24:32.252840 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.2891e-05 sec 2024.05.10 21:24:32.252858 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} ReferentialDeps: No tables 2024.05.10 21:24:32.252876 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} LoadingDeps: No tables 2024.05.10 21:24:32.252902 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} DatabaseAtomic (oximeter): Starting up tables. 2024.05.10 21:24:32.253045 [ 3 ] {c0e3619a-8321-429d-9d82-569b62575af1} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.253072 [ 3 ] {} HTTP-Session: 966150fd-23d6-40f9-ab0c-b47789865d27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.253234 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.253282 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.253300 [ 3 ] {} HTTP-Session: fa9f537b-c028-4872-a4c6-d84b68242dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.253319 [ 3 ] {} HTTP-Session: fa9f537b-c028-4872-a4c6-d84b68242dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.253338 [ 3 ] {} HTTP-Session: fa9f537b-c028-4872-a4c6-d84b68242dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.253366 [ 3 ] {} HTTP-Session: fa9f537b-c028-4872-a4c6-d84b68242dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.253502 [ 3 ] {c877433b-9180-4232-94b6-c9d2a53dd046} executeQuery: (from [fd00:1122:3344:101::d]:63924) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2024.05.10 21:24:32.253548 [ 3 ] {c877433b-9180-4232-94b6-c9d2a53dd046} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2024.05.10 21:24:32.256890 [ 3 ] {c877433b-9180-4232-94b6-c9d2a53dd046} StoragePolicy (default): Storage policy default created, total volumes 1 2024.05.10 21:24:32.258958 [ 3 ] {c877433b-9180-4232-94b6-c9d2a53dd046} oximeter.version (ced3c7f6-621e-46df-9161-224c247f96b9): Loading data parts 2024.05.10 21:24:32.259338 [ 3 ] {c877433b-9180-4232-94b6-c9d2a53dd046} oximeter.version (ced3c7f6-621e-46df-9161-224c247f96b9): There are no data parts 2024.05.10 21:24:32.265432 [ 3 ] {c877433b-9180-4232-94b6-c9d2a53dd046} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.265458 [ 3 ] {} HTTP-Session: fa9f537b-c028-4872-a4c6-d84b68242dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.265586 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.265637 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.265659 [ 3 ] {} HTTP-Session: b5682abd-ea5b-4b45-9bfd-15e9dc7c2f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.265675 [ 3 ] {} HTTP-Session: b5682abd-ea5b-4b45-9bfd-15e9dc7c2f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.265692 [ 3 ] {} HTTP-Session: b5682abd-ea5b-4b45-9bfd-15e9dc7c2f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.265725 [ 3 ] {} HTTP-Session: b5682abd-ea5b-4b45-9bfd-15e9dc7c2f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.265920 [ 3 ] {ce1a9c5b-96e3-48d0-9537-68ff23f7fa53} executeQuery: (from [fd00:1122:3344:101::d]:63924) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.265972 [ 3 ] {ce1a9c5b-96e3-48d0-9537-68ff23f7fa53} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2024.05.10 21:24:32.271989 [ 3 ] {ce1a9c5b-96e3-48d0-9537-68ff23f7fa53} oximeter.measurements_bool (0ad4fa75-a21f-467b-9196-d74846e0be86): Loading data parts 2024.05.10 21:24:32.272208 [ 3 ] {ce1a9c5b-96e3-48d0-9537-68ff23f7fa53} oximeter.measurements_bool (0ad4fa75-a21f-467b-9196-d74846e0be86): There are no data parts 2024.05.10 21:24:32.277373 [ 3 ] {ce1a9c5b-96e3-48d0-9537-68ff23f7fa53} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.277398 [ 3 ] {} HTTP-Session: b5682abd-ea5b-4b45-9bfd-15e9dc7c2f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.277541 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.277594 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.277617 [ 3 ] {} HTTP-Session: df3e29e4-3052-4608-878b-71454a09fab0 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.277633 [ 3 ] {} HTTP-Session: df3e29e4-3052-4608-878b-71454a09fab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.277650 [ 3 ] {} HTTP-Session: df3e29e4-3052-4608-878b-71454a09fab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.277682 [ 3 ] {} HTTP-Session: df3e29e4-3052-4608-878b-71454a09fab0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.277853 [ 3 ] {5199aec0-55e8-4090-90f5-9924904ba810} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.277901 [ 3 ] {5199aec0-55e8-4090-90f5-9924904ba810} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2024.05.10 21:24:32.280158 [ 3 ] {5199aec0-55e8-4090-90f5-9924904ba810} oximeter.measurements_i8 (20a6559c-664c-4532-869b-b8d98cc1ff5c): Loading data parts 2024.05.10 21:24:32.280314 [ 3 ] {5199aec0-55e8-4090-90f5-9924904ba810} oximeter.measurements_i8 (20a6559c-664c-4532-869b-b8d98cc1ff5c): There are no data parts 2024.05.10 21:24:32.282674 [ 3 ] {5199aec0-55e8-4090-90f5-9924904ba810} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.282714 [ 3 ] {} HTTP-Session: df3e29e4-3052-4608-878b-71454a09fab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.282870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.282931 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.282959 [ 3 ] {} HTTP-Session: d6e02401-fee4-42f6-968c-6066c7cdd286 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.282978 [ 3 ] {} HTTP-Session: d6e02401-fee4-42f6-968c-6066c7cdd286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.282997 [ 3 ] {} HTTP-Session: d6e02401-fee4-42f6-968c-6066c7cdd286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.283039 [ 3 ] {} HTTP-Session: d6e02401-fee4-42f6-968c-6066c7cdd286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.283217 [ 3 ] {202c35fa-f2ae-466d-88e0-1b37a7b18c4b} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.283266 [ 3 ] {202c35fa-f2ae-466d-88e0-1b37a7b18c4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2024.05.10 21:24:32.284831 [ 3 ] {202c35fa-f2ae-466d-88e0-1b37a7b18c4b} oximeter.measurements_u8 (486fc1b7-4205-4540-9d5e-9c41efc9eef3): Loading data parts 2024.05.10 21:24:32.284985 [ 3 ] {202c35fa-f2ae-466d-88e0-1b37a7b18c4b} oximeter.measurements_u8 (486fc1b7-4205-4540-9d5e-9c41efc9eef3): There are no data parts 2024.05.10 21:24:32.292624 [ 3 ] {202c35fa-f2ae-466d-88e0-1b37a7b18c4b} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.292650 [ 3 ] {} HTTP-Session: d6e02401-fee4-42f6-968c-6066c7cdd286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.292768 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.292821 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.292844 [ 3 ] {} HTTP-Session: 19360572-79f3-4558-afe2-84290841ad1d Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.292859 [ 3 ] {} HTTP-Session: 19360572-79f3-4558-afe2-84290841ad1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.292877 [ 3 ] {} HTTP-Session: 19360572-79f3-4558-afe2-84290841ad1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.292908 [ 3 ] {} HTTP-Session: 19360572-79f3-4558-afe2-84290841ad1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.293082 [ 3 ] {80799f52-5058-46ae-b2b4-7c3071df1455} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.293129 [ 3 ] {80799f52-5058-46ae-b2b4-7c3071df1455} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2024.05.10 21:24:32.295347 [ 3 ] {80799f52-5058-46ae-b2b4-7c3071df1455} oximeter.measurements_i16 (38f90875-f23e-403d-9485-119264650311): Loading data parts 2024.05.10 21:24:32.295509 [ 3 ] {80799f52-5058-46ae-b2b4-7c3071df1455} oximeter.measurements_i16 (38f90875-f23e-403d-9485-119264650311): There are no data parts 2024.05.10 21:24:32.297804 [ 3 ] {80799f52-5058-46ae-b2b4-7c3071df1455} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.297841 [ 3 ] {} HTTP-Session: 19360572-79f3-4558-afe2-84290841ad1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.297961 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.298022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.298050 [ 3 ] {} HTTP-Session: 9f38e781-6c9a-4c1a-add9-56f275c03854 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.298069 [ 3 ] {} HTTP-Session: 9f38e781-6c9a-4c1a-add9-56f275c03854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.298089 [ 3 ] {} HTTP-Session: 9f38e781-6c9a-4c1a-add9-56f275c03854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.298121 [ 3 ] {} HTTP-Session: 9f38e781-6c9a-4c1a-add9-56f275c03854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.298290 [ 3 ] {9f47df45-4021-4cb2-b433-ace2e759dbc9} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.298340 [ 3 ] {9f47df45-4021-4cb2-b433-ace2e759dbc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2024.05.10 21:24:32.300198 [ 3 ] {9f47df45-4021-4cb2-b433-ace2e759dbc9} oximeter.measurements_u16 (6d24b0e3-8444-4912-b565-efc2a02ed4aa): Loading data parts 2024.05.10 21:24:32.300493 [ 3 ] {9f47df45-4021-4cb2-b433-ace2e759dbc9} oximeter.measurements_u16 (6d24b0e3-8444-4912-b565-efc2a02ed4aa): There are no data parts 2024.05.10 21:24:32.309809 [ 3 ] {9f47df45-4021-4cb2-b433-ace2e759dbc9} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.309847 [ 3 ] {} HTTP-Session: 9f38e781-6c9a-4c1a-add9-56f275c03854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.309975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.310037 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.310070 [ 3 ] {} HTTP-Session: 9e0e7011-5c81-4963-91ba-baf20abb9071 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.310098 [ 3 ] {} HTTP-Session: 9e0e7011-5c81-4963-91ba-baf20abb9071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.310113 [ 3 ] {} HTTP-Session: 9e0e7011-5c81-4963-91ba-baf20abb9071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.310150 [ 3 ] {} HTTP-Session: 9e0e7011-5c81-4963-91ba-baf20abb9071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.310334 [ 3 ] {196d3a18-488b-4e47-b78d-e0d1d35b9846} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.310396 [ 3 ] {196d3a18-488b-4e47-b78d-e0d1d35b9846} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2024.05.10 21:24:32.316290 [ 3 ] {196d3a18-488b-4e47-b78d-e0d1d35b9846} oximeter.measurements_i32 (e1355a62-3fa4-4498-8c50-b1c0b2e9bf3b): Loading data parts 2024.05.10 21:24:32.316490 [ 3 ] {196d3a18-488b-4e47-b78d-e0d1d35b9846} oximeter.measurements_i32 (e1355a62-3fa4-4498-8c50-b1c0b2e9bf3b): There are no data parts 2024.05.10 21:24:32.344762 [ 3 ] {196d3a18-488b-4e47-b78d-e0d1d35b9846} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.344801 [ 3 ] {} HTTP-Session: 9e0e7011-5c81-4963-91ba-baf20abb9071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.344941 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.345006 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.345040 [ 3 ] {} HTTP-Session: 74af882b-1f83-4bbe-9d2a-9c090db711a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.345058 [ 3 ] {} HTTP-Session: 74af882b-1f83-4bbe-9d2a-9c090db711a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.345079 [ 3 ] {} HTTP-Session: 74af882b-1f83-4bbe-9d2a-9c090db711a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.345117 [ 3 ] {} HTTP-Session: 74af882b-1f83-4bbe-9d2a-9c090db711a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.345297 [ 3 ] {b6ed274c-739a-4855-b51b-1d645ec14186} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.345353 [ 3 ] {b6ed274c-739a-4855-b51b-1d645ec14186} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2024.05.10 21:24:32.349600 [ 3 ] {b6ed274c-739a-4855-b51b-1d645ec14186} oximeter.measurements_u32 (92f9fea8-8e73-461f-8b4c-4e9b8bda9e58): Loading data parts 2024.05.10 21:24:32.349781 [ 3 ] {b6ed274c-739a-4855-b51b-1d645ec14186} oximeter.measurements_u32 (92f9fea8-8e73-461f-8b4c-4e9b8bda9e58): There are no data parts 2024.05.10 21:24:32.381621 [ 3 ] {b6ed274c-739a-4855-b51b-1d645ec14186} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.381666 [ 3 ] {} HTTP-Session: 74af882b-1f83-4bbe-9d2a-9c090db711a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.381843 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.381928 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.381962 [ 3 ] {} HTTP-Session: 33fac0fd-f1a1-47f8-9556-dea7a4d575fb Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.381991 [ 3 ] {} HTTP-Session: 33fac0fd-f1a1-47f8-9556-dea7a4d575fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.382011 [ 3 ] {} HTTP-Session: 33fac0fd-f1a1-47f8-9556-dea7a4d575fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.382057 [ 3 ] {} HTTP-Session: 33fac0fd-f1a1-47f8-9556-dea7a4d575fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.382248 [ 3 ] {cfc6659b-c42b-4422-83a2-12a52f6a36e8} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.382310 [ 3 ] {cfc6659b-c42b-4422-83a2-12a52f6a36e8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2024.05.10 21:24:32.387123 [ 3 ] {cfc6659b-c42b-4422-83a2-12a52f6a36e8} oximeter.measurements_i64 (49fb4979-de67-4c56-8083-ae12922e5457): Loading data parts 2024.05.10 21:24:32.387316 [ 3 ] {cfc6659b-c42b-4422-83a2-12a52f6a36e8} oximeter.measurements_i64 (49fb4979-de67-4c56-8083-ae12922e5457): There are no data parts 2024.05.10 21:24:32.398808 [ 3 ] {cfc6659b-c42b-4422-83a2-12a52f6a36e8} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.398874 [ 3 ] {} HTTP-Session: 33fac0fd-f1a1-47f8-9556-dea7a4d575fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.399094 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.399226 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.399271 [ 3 ] {} HTTP-Session: 7b4be028-4efa-4f96-bfaf-fe1b253fbd0d Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.399322 [ 3 ] {} HTTP-Session: 7b4be028-4efa-4f96-bfaf-fe1b253fbd0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.399356 [ 3 ] {} HTTP-Session: 7b4be028-4efa-4f96-bfaf-fe1b253fbd0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.399434 [ 3 ] {} HTTP-Session: 7b4be028-4efa-4f96-bfaf-fe1b253fbd0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.399631 [ 3 ] {cf21f281-779c-4f45-95bb-e5497742ad84} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.399683 [ 3 ] {cf21f281-779c-4f45-95bb-e5497742ad84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2024.05.10 21:24:32.402212 [ 3 ] {cf21f281-779c-4f45-95bb-e5497742ad84} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Loading data parts 2024.05.10 21:24:32.402422 [ 3 ] {cf21f281-779c-4f45-95bb-e5497742ad84} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): There are no data parts 2024.05.10 21:24:32.413891 [ 3 ] {cf21f281-779c-4f45-95bb-e5497742ad84} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.413932 [ 3 ] {} HTTP-Session: 7b4be028-4efa-4f96-bfaf-fe1b253fbd0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.414094 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.414154 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.414188 [ 3 ] {} HTTP-Session: 28d74baa-872c-4a8f-b38b-54080e49585e Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.414220 [ 3 ] {} HTTP-Session: 28d74baa-872c-4a8f-b38b-54080e49585e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.414240 [ 3 ] {} HTTP-Session: 28d74baa-872c-4a8f-b38b-54080e49585e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.414285 [ 3 ] {} HTTP-Session: 28d74baa-872c-4a8f-b38b-54080e49585e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.414483 [ 3 ] {6f95580e-301f-4d4f-bbdc-6e3d28dd7096} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.414551 [ 3 ] {6f95580e-301f-4d4f-bbdc-6e3d28dd7096} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2024.05.10 21:24:32.417207 [ 3 ] {6f95580e-301f-4d4f-bbdc-6e3d28dd7096} oximeter.measurements_f32 (a18c7109-b8d2-48be-89b3-5272b10c4d0f): Loading data parts 2024.05.10 21:24:32.417399 [ 3 ] {6f95580e-301f-4d4f-bbdc-6e3d28dd7096} oximeter.measurements_f32 (a18c7109-b8d2-48be-89b3-5272b10c4d0f): There are no data parts 2024.05.10 21:24:32.419731 [ 3 ] {6f95580e-301f-4d4f-bbdc-6e3d28dd7096} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.419758 [ 3 ] {} HTTP-Session: 28d74baa-872c-4a8f-b38b-54080e49585e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.419887 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.419956 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.419976 [ 3 ] {} HTTP-Session: 86f1985c-c9cd-49f0-a138-aa5961cdd2a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.420001 [ 3 ] {} HTTP-Session: 86f1985c-c9cd-49f0-a138-aa5961cdd2a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.420025 [ 3 ] {} HTTP-Session: 86f1985c-c9cd-49f0-a138-aa5961cdd2a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.420056 [ 3 ] {} HTTP-Session: 86f1985c-c9cd-49f0-a138-aa5961cdd2a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.420233 [ 3 ] {166af753-18e5-49c7-ad7a-d233f3c5d2e1} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.420296 [ 3 ] {166af753-18e5-49c7-ad7a-d233f3c5d2e1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2024.05.10 21:24:32.421927 [ 3 ] {166af753-18e5-49c7-ad7a-d233f3c5d2e1} oximeter.measurements_f64 (9013cbcc-6769-4438-960e-d72c1a4f1d2e): Loading data parts 2024.05.10 21:24:32.422140 [ 3 ] {166af753-18e5-49c7-ad7a-d233f3c5d2e1} oximeter.measurements_f64 (9013cbcc-6769-4438-960e-d72c1a4f1d2e): There are no data parts 2024.05.10 21:24:32.430040 [ 3 ] {166af753-18e5-49c7-ad7a-d233f3c5d2e1} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.430083 [ 3 ] {} HTTP-Session: 86f1985c-c9cd-49f0-a138-aa5961cdd2a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.430210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.430267 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.430287 [ 3 ] {} HTTP-Session: 665c564d-585f-451a-af9d-237589912344 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.430314 [ 3 ] {} HTTP-Session: 665c564d-585f-451a-af9d-237589912344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.430329 [ 3 ] {} HTTP-Session: 665c564d-585f-451a-af9d-237589912344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.430365 [ 3 ] {} HTTP-Session: 665c564d-585f-451a-af9d-237589912344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.430543 [ 3 ] {e0e666eb-8f58-4b2e-bcd4-8650929f665c} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.430606 [ 3 ] {e0e666eb-8f58-4b2e-bcd4-8650929f665c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2024.05.10 21:24:32.432762 [ 3 ] {e0e666eb-8f58-4b2e-bcd4-8650929f665c} oximeter.measurements_string (1e884341-0546-4f8d-b94f-c4b5ee5430b5): Loading data parts 2024.05.10 21:24:32.432959 [ 3 ] {e0e666eb-8f58-4b2e-bcd4-8650929f665c} oximeter.measurements_string (1e884341-0546-4f8d-b94f-c4b5ee5430b5): There are no data parts 2024.05.10 21:24:32.435299 [ 3 ] {e0e666eb-8f58-4b2e-bcd4-8650929f665c} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.435331 [ 3 ] {} HTTP-Session: 665c564d-585f-451a-af9d-237589912344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.435464 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.435536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.435559 [ 3 ] {} HTTP-Session: 3710ab9d-05ad-4f8d-bada-5e5120beaccf Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.435590 [ 3 ] {} HTTP-Session: 3710ab9d-05ad-4f8d-bada-5e5120beaccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.435616 [ 3 ] {} HTTP-Session: 3710ab9d-05ad-4f8d-bada-5e5120beaccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.435653 [ 3 ] {} HTTP-Session: 3710ab9d-05ad-4f8d-bada-5e5120beaccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.435874 [ 3 ] {c5b6f578-7eff-45aa-9fc6-bbb5581363c0} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.435950 [ 3 ] {c5b6f578-7eff-45aa-9fc6-bbb5581363c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2024.05.10 21:24:32.437553 [ 3 ] {c5b6f578-7eff-45aa-9fc6-bbb5581363c0} oximeter.measurements_bytes (d4cc43ce-d1fd-4468-b164-aaf457b65c7b): Loading data parts 2024.05.10 21:24:32.437715 [ 3 ] {c5b6f578-7eff-45aa-9fc6-bbb5581363c0} oximeter.measurements_bytes (d4cc43ce-d1fd-4468-b164-aaf457b65c7b): There are no data parts 2024.05.10 21:24:32.447341 [ 3 ] {c5b6f578-7eff-45aa-9fc6-bbb5581363c0} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.447394 [ 3 ] {} HTTP-Session: 3710ab9d-05ad-4f8d-bada-5e5120beaccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.447604 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.447715 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.447766 [ 3 ] {} HTTP-Session: fd98c323-f8ee-4a06-8b03-c157e669b4e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.447800 [ 3 ] {} HTTP-Session: fd98c323-f8ee-4a06-8b03-c157e669b4e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.447841 [ 3 ] {} HTTP-Session: fd98c323-f8ee-4a06-8b03-c157e669b4e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.447901 [ 3 ] {} HTTP-Session: fd98c323-f8ee-4a06-8b03-c157e669b4e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.448328 [ 3 ] {4b2989a0-9159-47b2-b049-020a2a217167} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.448458 [ 3 ] {4b2989a0-9159-47b2-b049-020a2a217167} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2024.05.10 21:24:32.450907 [ 3 ] {4b2989a0-9159-47b2-b049-020a2a217167} oximeter.measurements_cumulativei64 (d2131fc8-307b-492b-adf4-354c9422221b): Loading data parts 2024.05.10 21:24:32.451078 [ 3 ] {4b2989a0-9159-47b2-b049-020a2a217167} oximeter.measurements_cumulativei64 (d2131fc8-307b-492b-adf4-354c9422221b): There are no data parts 2024.05.10 21:24:32.453629 [ 3 ] {4b2989a0-9159-47b2-b049-020a2a217167} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.453697 [ 3 ] {} HTTP-Session: fd98c323-f8ee-4a06-8b03-c157e669b4e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.453878 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.453999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.454047 [ 3 ] {} HTTP-Session: 2c6d2ac4-b00d-4e5a-9359-abdca286b69b Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.454102 [ 3 ] {} HTTP-Session: 2c6d2ac4-b00d-4e5a-9359-abdca286b69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.454138 [ 3 ] {} HTTP-Session: 2c6d2ac4-b00d-4e5a-9359-abdca286b69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.454221 [ 3 ] {} HTTP-Session: 2c6d2ac4-b00d-4e5a-9359-abdca286b69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.454566 [ 3 ] {6437c3a0-9d96-440a-83a4-faaf999be5b1} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.454630 [ 3 ] {6437c3a0-9d96-440a-83a4-faaf999be5b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2024.05.10 21:24:32.456271 [ 3 ] {6437c3a0-9d96-440a-83a4-faaf999be5b1} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Loading data parts 2024.05.10 21:24:32.456445 [ 3 ] {6437c3a0-9d96-440a-83a4-faaf999be5b1} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): There are no data parts 2024.05.10 21:24:32.463736 [ 3 ] {6437c3a0-9d96-440a-83a4-faaf999be5b1} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.463787 [ 3 ] {} HTTP-Session: 2c6d2ac4-b00d-4e5a-9359-abdca286b69b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.463988 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.464105 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.464154 [ 3 ] {} HTTP-Session: 6dbe27eb-952d-4ed3-99ab-fa846472d9df Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.464206 [ 3 ] {} HTTP-Session: 6dbe27eb-952d-4ed3-99ab-fa846472d9df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.464250 [ 3 ] {} HTTP-Session: 6dbe27eb-952d-4ed3-99ab-fa846472d9df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.464321 [ 3 ] {} HTTP-Session: 6dbe27eb-952d-4ed3-99ab-fa846472d9df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.464606 [ 3 ] {9c0012ad-bebc-464b-8a3f-87019cd0eb77} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.464667 [ 3 ] {9c0012ad-bebc-464b-8a3f-87019cd0eb77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2024.05.10 21:24:32.466810 [ 3 ] {9c0012ad-bebc-464b-8a3f-87019cd0eb77} oximeter.measurements_cumulativef32 (eec12959-a3ff-427d-b51b-a85c0f524f6e): Loading data parts 2024.05.10 21:24:32.466997 [ 3 ] {9c0012ad-bebc-464b-8a3f-87019cd0eb77} oximeter.measurements_cumulativef32 (eec12959-a3ff-427d-b51b-a85c0f524f6e): There are no data parts 2024.05.10 21:24:32.469444 [ 3 ] {9c0012ad-bebc-464b-8a3f-87019cd0eb77} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.469508 [ 3 ] {} HTTP-Session: 6dbe27eb-952d-4ed3-99ab-fa846472d9df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.469675 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.469785 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.469833 [ 3 ] {} HTTP-Session: 7e973716-88ff-4329-9e5c-18ec28904de4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.469878 [ 3 ] {} HTTP-Session: 7e973716-88ff-4329-9e5c-18ec28904de4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.469909 [ 3 ] {} HTTP-Session: 7e973716-88ff-4329-9e5c-18ec28904de4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.469977 [ 3 ] {} HTTP-Session: 7e973716-88ff-4329-9e5c-18ec28904de4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.470248 [ 3 ] {953a4496-0474-4a59-8cdd-e0a9b8f6e411} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.470303 [ 3 ] {953a4496-0474-4a59-8cdd-e0a9b8f6e411} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2024.05.10 21:24:32.471955 [ 3 ] {953a4496-0474-4a59-8cdd-e0a9b8f6e411} oximeter.measurements_cumulativef64 (14aba7a8-27db-404e-b242-fd7e91df266d): Loading data parts 2024.05.10 21:24:32.472180 [ 3 ] {953a4496-0474-4a59-8cdd-e0a9b8f6e411} oximeter.measurements_cumulativef64 (14aba7a8-27db-404e-b242-fd7e91df266d): There are no data parts 2024.05.10 21:24:32.481385 [ 3 ] {953a4496-0474-4a59-8cdd-e0a9b8f6e411} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.481417 [ 3 ] {} HTTP-Session: 7e973716-88ff-4329-9e5c-18ec28904de4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.481546 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.481610 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.481635 [ 3 ] {} HTTP-Session: d7f2dd84-43fb-4e48-8871-53a1342d2fdc Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.481662 [ 3 ] {} HTTP-Session: d7f2dd84-43fb-4e48-8871-53a1342d2fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.481688 [ 3 ] {} HTTP-Session: d7f2dd84-43fb-4e48-8871-53a1342d2fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.481725 [ 3 ] {} HTTP-Session: d7f2dd84-43fb-4e48-8871-53a1342d2fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.481961 [ 3 ] {777b08a4-09a6-48e7-9071-54c4d7634e54} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.482031 [ 3 ] {777b08a4-09a6-48e7-9071-54c4d7634e54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2024.05.10 21:24:32.484491 [ 3 ] {777b08a4-09a6-48e7-9071-54c4d7634e54} oximeter.measurements_histogrami8 (4ddda524-d3e0-4e08-84fa-a2bccaec34a1): Loading data parts 2024.05.10 21:24:32.484618 [ 3 ] {777b08a4-09a6-48e7-9071-54c4d7634e54} oximeter.measurements_histogrami8 (4ddda524-d3e0-4e08-84fa-a2bccaec34a1): There are no data parts 2024.05.10 21:24:32.486882 [ 3 ] {777b08a4-09a6-48e7-9071-54c4d7634e54} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.486907 [ 3 ] {} HTTP-Session: d7f2dd84-43fb-4e48-8871-53a1342d2fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.487028 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.487080 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.487105 [ 3 ] {} HTTP-Session: 54e06a02-abb0-4dd5-9cbf-eeef62060ea8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.487122 [ 3 ] {} HTTP-Session: 54e06a02-abb0-4dd5-9cbf-eeef62060ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.487140 [ 3 ] {} HTTP-Session: 54e06a02-abb0-4dd5-9cbf-eeef62060ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.487170 [ 3 ] {} HTTP-Session: 54e06a02-abb0-4dd5-9cbf-eeef62060ea8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.487360 [ 3 ] {0fdd5185-e3da-47fc-a01a-4aebe7008cd6} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.487416 [ 3 ] {0fdd5185-e3da-47fc-a01a-4aebe7008cd6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2024.05.10 21:24:32.489090 [ 3 ] {0fdd5185-e3da-47fc-a01a-4aebe7008cd6} oximeter.measurements_histogramu8 (eaa06066-7e8b-4a60-abc6-43afe99598cc): Loading data parts 2024.05.10 21:24:32.489205 [ 3 ] {0fdd5185-e3da-47fc-a01a-4aebe7008cd6} oximeter.measurements_histogramu8 (eaa06066-7e8b-4a60-abc6-43afe99598cc): There are no data parts 2024.05.10 21:24:32.497176 [ 3 ] {0fdd5185-e3da-47fc-a01a-4aebe7008cd6} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.497209 [ 3 ] {} HTTP-Session: 54e06a02-abb0-4dd5-9cbf-eeef62060ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.497312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.497364 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.497390 [ 3 ] {} HTTP-Session: c0b594ca-0e7a-4742-b65b-a02fbb4f1606 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.497411 [ 3 ] {} HTTP-Session: c0b594ca-0e7a-4742-b65b-a02fbb4f1606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.497426 [ 3 ] {} HTTP-Session: c0b594ca-0e7a-4742-b65b-a02fbb4f1606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.497461 [ 3 ] {} HTTP-Session: c0b594ca-0e7a-4742-b65b-a02fbb4f1606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.497652 [ 3 ] {533e90e9-5570-4221-9483-1eabfd6e04b9} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.497708 [ 3 ] {533e90e9-5570-4221-9483-1eabfd6e04b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2024.05.10 21:24:32.499926 [ 3 ] {533e90e9-5570-4221-9483-1eabfd6e04b9} oximeter.measurements_histogrami16 (eab2a2c4-406e-42bc-baed-c82a2b67fdbe): Loading data parts 2024.05.10 21:24:32.500077 [ 3 ] {533e90e9-5570-4221-9483-1eabfd6e04b9} oximeter.measurements_histogrami16 (eab2a2c4-406e-42bc-baed-c82a2b67fdbe): There are no data parts 2024.05.10 21:24:32.502576 [ 3 ] {533e90e9-5570-4221-9483-1eabfd6e04b9} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.502625 [ 3 ] {} HTTP-Session: c0b594ca-0e7a-4742-b65b-a02fbb4f1606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.502817 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.502921 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.502959 [ 3 ] {} HTTP-Session: 66143da0-7d86-43cc-8209-3bb2ce947bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.503004 [ 3 ] {} HTTP-Session: 66143da0-7d86-43cc-8209-3bb2ce947bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.503044 [ 3 ] {} HTTP-Session: 66143da0-7d86-43cc-8209-3bb2ce947bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.503102 [ 3 ] {} HTTP-Session: 66143da0-7d86-43cc-8209-3bb2ce947bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.503326 [ 3 ] {8192024d-ac1e-467d-8cdd-8055e72aab74} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.503382 [ 3 ] {8192024d-ac1e-467d-8cdd-8055e72aab74} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2024.05.10 21:24:32.505009 [ 3 ] {8192024d-ac1e-467d-8cdd-8055e72aab74} oximeter.measurements_histogramu16 (2cb2b91b-333f-4b0d-81a3-d83f00d1967a): Loading data parts 2024.05.10 21:24:32.505133 [ 3 ] {8192024d-ac1e-467d-8cdd-8055e72aab74} oximeter.measurements_histogramu16 (2cb2b91b-333f-4b0d-81a3-d83f00d1967a): There are no data parts 2024.05.10 21:24:32.514598 [ 3 ] {8192024d-ac1e-467d-8cdd-8055e72aab74} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.514663 [ 3 ] {} HTTP-Session: 66143da0-7d86-43cc-8209-3bb2ce947bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.514867 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.514973 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.515028 [ 3 ] {} HTTP-Session: 74d356db-0159-45ad-92e8-56af54484264 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.515065 [ 3 ] {} HTTP-Session: 74d356db-0159-45ad-92e8-56af54484264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.515113 [ 3 ] {} HTTP-Session: 74d356db-0159-45ad-92e8-56af54484264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.515197 [ 3 ] {} HTTP-Session: 74d356db-0159-45ad-92e8-56af54484264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.515559 [ 3 ] {6962dafe-fb8a-4bd7-bfe7-7d00fc994e65} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.515616 [ 3 ] {6962dafe-fb8a-4bd7-bfe7-7d00fc994e65} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2024.05.10 21:24:32.517999 [ 3 ] {6962dafe-fb8a-4bd7-bfe7-7d00fc994e65} oximeter.measurements_histogrami32 (d4a67a54-8f53-4ab6-a516-4687c117d471): Loading data parts 2024.05.10 21:24:32.518120 [ 3 ] {6962dafe-fb8a-4bd7-bfe7-7d00fc994e65} oximeter.measurements_histogrami32 (d4a67a54-8f53-4ab6-a516-4687c117d471): There are no data parts 2024.05.10 21:24:32.520401 [ 3 ] {6962dafe-fb8a-4bd7-bfe7-7d00fc994e65} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.520441 [ 3 ] {} HTTP-Session: 74d356db-0159-45ad-92e8-56af54484264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.520556 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.520620 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.520644 [ 3 ] {} HTTP-Session: 7dfbca56-6dca-453c-93b8-e3d49af6258f Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.520678 [ 3 ] {} HTTP-Session: 7dfbca56-6dca-453c-93b8-e3d49af6258f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.520695 [ 3 ] {} HTTP-Session: 7dfbca56-6dca-453c-93b8-e3d49af6258f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.520737 [ 3 ] {} HTTP-Session: 7dfbca56-6dca-453c-93b8-e3d49af6258f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.520974 [ 3 ] {a4c0ab3e-52d8-48eb-8c4b-6bfc8674eb17} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.521045 [ 3 ] {a4c0ab3e-52d8-48eb-8c4b-6bfc8674eb17} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2024.05.10 21:24:32.522685 [ 3 ] {a4c0ab3e-52d8-48eb-8c4b-6bfc8674eb17} oximeter.measurements_histogramu32 (10481b29-f766-40d7-874c-8e8db3717aca): Loading data parts 2024.05.10 21:24:32.522808 [ 3 ] {a4c0ab3e-52d8-48eb-8c4b-6bfc8674eb17} oximeter.measurements_histogramu32 (10481b29-f766-40d7-874c-8e8db3717aca): There are no data parts 2024.05.10 21:24:32.530381 [ 3 ] {a4c0ab3e-52d8-48eb-8c4b-6bfc8674eb17} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.530407 [ 3 ] {} HTTP-Session: 7dfbca56-6dca-453c-93b8-e3d49af6258f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.530537 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.530596 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.530623 [ 3 ] {} HTTP-Session: e518d984-634b-40c6-bac4-076a6c6b835a Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.530640 [ 3 ] {} HTTP-Session: e518d984-634b-40c6-bac4-076a6c6b835a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.530662 [ 3 ] {} HTTP-Session: e518d984-634b-40c6-bac4-076a6c6b835a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.530697 [ 3 ] {} HTTP-Session: e518d984-634b-40c6-bac4-076a6c6b835a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.530887 [ 3 ] {8e39e04d-b540-49b3-9222-d14cd5adb8e7} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.530945 [ 3 ] {8e39e04d-b540-49b3-9222-d14cd5adb8e7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2024.05.10 21:24:32.533147 [ 3 ] {8e39e04d-b540-49b3-9222-d14cd5adb8e7} oximeter.measurements_histogrami64 (7bf6af8c-c6a0-491b-9dd5-d2f8c0ab7658): Loading data parts 2024.05.10 21:24:32.533268 [ 3 ] {8e39e04d-b540-49b3-9222-d14cd5adb8e7} oximeter.measurements_histogrami64 (7bf6af8c-c6a0-491b-9dd5-d2f8c0ab7658): There are no data parts 2024.05.10 21:24:32.535599 [ 3 ] {8e39e04d-b540-49b3-9222-d14cd5adb8e7} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.535623 [ 3 ] {} HTTP-Session: e518d984-634b-40c6-bac4-076a6c6b835a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.535720 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.535779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.535799 [ 3 ] {} HTTP-Session: 7142f9de-e66c-4ae5-8b6d-7f0d9c71a7b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.535822 [ 3 ] {} HTTP-Session: 7142f9de-e66c-4ae5-8b6d-7f0d9c71a7b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.535837 [ 3 ] {} HTTP-Session: 7142f9de-e66c-4ae5-8b6d-7f0d9c71a7b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.535872 [ 3 ] {} HTTP-Session: 7142f9de-e66c-4ae5-8b6d-7f0d9c71a7b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.536062 [ 3 ] {da6788d5-afbc-438e-8376-6c36df074d3a} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.536119 [ 3 ] {da6788d5-afbc-438e-8376-6c36df074d3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2024.05.10 21:24:32.537779 [ 3 ] {da6788d5-afbc-438e-8376-6c36df074d3a} oximeter.measurements_histogramu64 (759c5ef8-1ebd-47a5-a439-74bf28f59f04): Loading data parts 2024.05.10 21:24:32.537890 [ 3 ] {da6788d5-afbc-438e-8376-6c36df074d3a} oximeter.measurements_histogramu64 (759c5ef8-1ebd-47a5-a439-74bf28f59f04): There are no data parts 2024.05.10 21:24:32.547783 [ 3 ] {da6788d5-afbc-438e-8376-6c36df074d3a} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.547812 [ 3 ] {} HTTP-Session: 7142f9de-e66c-4ae5-8b6d-7f0d9c71a7b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.547944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.548010 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.548042 [ 3 ] {} HTTP-Session: 3a0bc4e7-76b7-4e50-8839-8226d6dbaf55 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.548061 [ 3 ] {} HTTP-Session: 3a0bc4e7-76b7-4e50-8839-8226d6dbaf55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.548085 [ 3 ] {} HTTP-Session: 3a0bc4e7-76b7-4e50-8839-8226d6dbaf55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.548121 [ 3 ] {} HTTP-Session: 3a0bc4e7-76b7-4e50-8839-8226d6dbaf55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.548304 [ 3 ] {c1d7ebcc-e9d1-4c9b-98fb-9aa61d650531} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.548363 [ 3 ] {c1d7ebcc-e9d1-4c9b-98fb-9aa61d650531} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2024.05.10 21:24:32.550806 [ 3 ] {c1d7ebcc-e9d1-4c9b-98fb-9aa61d650531} oximeter.measurements_histogramf32 (087d5298-de7a-4286-8e60-09997d256320): Loading data parts 2024.05.10 21:24:32.550991 [ 3 ] {c1d7ebcc-e9d1-4c9b-98fb-9aa61d650531} oximeter.measurements_histogramf32 (087d5298-de7a-4286-8e60-09997d256320): There are no data parts 2024.05.10 21:24:32.553458 [ 3 ] {c1d7ebcc-e9d1-4c9b-98fb-9aa61d650531} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.553491 [ 3 ] {} HTTP-Session: 3a0bc4e7-76b7-4e50-8839-8226d6dbaf55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.553622 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.553670 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.553697 [ 3 ] {} HTTP-Session: 5f5a6b50-9db4-4937-94f5-476e26259c4c Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.553721 [ 3 ] {} HTTP-Session: 5f5a6b50-9db4-4937-94f5-476e26259c4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.553735 [ 3 ] {} HTTP-Session: 5f5a6b50-9db4-4937-94f5-476e26259c4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.553771 [ 3 ] {} HTTP-Session: 5f5a6b50-9db4-4937-94f5-476e26259c4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.553960 [ 3 ] {ba6c9516-7bcf-454e-92cd-15ce52848a82} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2024.05.10 21:24:32.554024 [ 3 ] {ba6c9516-7bcf-454e-92cd-15ce52848a82} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2024.05.10 21:24:32.555696 [ 3 ] {ba6c9516-7bcf-454e-92cd-15ce52848a82} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Loading data parts 2024.05.10 21:24:32.555820 [ 3 ] {ba6c9516-7bcf-454e-92cd-15ce52848a82} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): There are no data parts 2024.05.10 21:24:32.564683 [ 3 ] {ba6c9516-7bcf-454e-92cd-15ce52848a82} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.564729 [ 3 ] {} HTTP-Session: 5f5a6b50-9db4-4937-94f5-476e26259c4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.564925 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.565023 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.565060 [ 3 ] {} HTTP-Session: fbbf811c-3929-4ecc-9560-52ab5234b73d Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.565103 [ 3 ] {} HTTP-Session: fbbf811c-3929-4ecc-9560-52ab5234b73d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.565138 [ 3 ] {} HTTP-Session: fbbf811c-3929-4ecc-9560-52ab5234b73d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.565168 [ 3 ] {} HTTP-Session: fbbf811c-3929-4ecc-9560-52ab5234b73d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.565319 [ 3 ] {8094b242-1bbe-48ca-abba-267a1d41fc01} executeQuery: (from [fd00:1122:3344:101::d]:63924) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.565377 [ 3 ] {8094b242-1bbe-48ca-abba-267a1d41fc01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2024.05.10 21:24:32.579570 [ 3 ] {8094b242-1bbe-48ca-abba-267a1d41fc01} oximeter.fields_bool (10e51bb2-0b51-499e-8528-835c53ca24b3): Loading data parts 2024.05.10 21:24:32.579842 [ 3 ] {8094b242-1bbe-48ca-abba-267a1d41fc01} oximeter.fields_bool (10e51bb2-0b51-499e-8528-835c53ca24b3): There are no data parts 2024.05.10 21:24:32.583023 [ 3 ] {8094b242-1bbe-48ca-abba-267a1d41fc01} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.583057 [ 3 ] {} HTTP-Session: fbbf811c-3929-4ecc-9560-52ab5234b73d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.583219 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.583276 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.583309 [ 3 ] {} HTTP-Session: 4fe56e1d-5f91-44ff-9982-ad41085c1bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.583337 [ 3 ] {} HTTP-Session: 4fe56e1d-5f91-44ff-9982-ad41085c1bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.583354 [ 3 ] {} HTTP-Session: 4fe56e1d-5f91-44ff-9982-ad41085c1bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.583398 [ 3 ] {} HTTP-Session: 4fe56e1d-5f91-44ff-9982-ad41085c1bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.583575 [ 3 ] {8f8c805c-b2b4-44b0-8c6b-19a68166b502} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.583631 [ 3 ] {8f8c805c-b2b4-44b0-8c6b-19a68166b502} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2024.05.10 21:24:32.585259 [ 3 ] {8f8c805c-b2b4-44b0-8c6b-19a68166b502} oximeter.fields_i8 (78f878b9-d9f8-4e57-ad51-cb3d58cd8e46): Loading data parts 2024.05.10 21:24:32.585396 [ 3 ] {8f8c805c-b2b4-44b0-8c6b-19a68166b502} oximeter.fields_i8 (78f878b9-d9f8-4e57-ad51-cb3d58cd8e46): There are no data parts 2024.05.10 21:24:32.593513 [ 3 ] {8f8c805c-b2b4-44b0-8c6b-19a68166b502} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.593561 [ 3 ] {} HTTP-Session: 4fe56e1d-5f91-44ff-9982-ad41085c1bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.593714 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.593779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.593812 [ 3 ] {} HTTP-Session: c5e57a9a-edcd-47bf-bef9-7b1d7fe081e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.593830 [ 3 ] {} HTTP-Session: c5e57a9a-edcd-47bf-bef9-7b1d7fe081e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.593855 [ 3 ] {} HTTP-Session: c5e57a9a-edcd-47bf-bef9-7b1d7fe081e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.593898 [ 3 ] {} HTTP-Session: c5e57a9a-edcd-47bf-bef9-7b1d7fe081e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.594066 [ 3 ] {46abb881-b392-417e-86e9-1bf0cf394310} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.594126 [ 3 ] {46abb881-b392-417e-86e9-1bf0cf394310} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2024.05.10 21:24:32.596190 [ 3 ] {46abb881-b392-417e-86e9-1bf0cf394310} oximeter.fields_u8 (da6e631a-b384-4d91-9465-fb6fa7bf337d): Loading data parts 2024.05.10 21:24:32.596305 [ 3 ] {46abb881-b392-417e-86e9-1bf0cf394310} oximeter.fields_u8 (da6e631a-b384-4d91-9465-fb6fa7bf337d): There are no data parts 2024.05.10 21:24:32.598862 [ 3 ] {46abb881-b392-417e-86e9-1bf0cf394310} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.598912 [ 3 ] {} HTTP-Session: c5e57a9a-edcd-47bf-bef9-7b1d7fe081e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.599087 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.599171 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.599191 [ 3 ] {} HTTP-Session: beb84b02-e8be-4101-8117-864b9b70f4a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.599213 [ 3 ] {} HTTP-Session: beb84b02-e8be-4101-8117-864b9b70f4a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.599234 [ 3 ] {} HTTP-Session: beb84b02-e8be-4101-8117-864b9b70f4a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.599263 [ 3 ] {} HTTP-Session: beb84b02-e8be-4101-8117-864b9b70f4a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.599407 [ 3 ] {656ebb4c-a094-4f0c-a5ec-95c8cc15fda5} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.599458 [ 3 ] {656ebb4c-a094-4f0c-a5ec-95c8cc15fda5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2024.05.10 21:24:32.600930 [ 3 ] {656ebb4c-a094-4f0c-a5ec-95c8cc15fda5} oximeter.fields_i16 (b29a7be8-a817-444e-b1a3-f7787f28afa8): Loading data parts 2024.05.10 21:24:32.601044 [ 3 ] {656ebb4c-a094-4f0c-a5ec-95c8cc15fda5} oximeter.fields_i16 (b29a7be8-a817-444e-b1a3-f7787f28afa8): There are no data parts 2024.05.10 21:24:32.611033 [ 3 ] {656ebb4c-a094-4f0c-a5ec-95c8cc15fda5} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.611057 [ 3 ] {} HTTP-Session: beb84b02-e8be-4101-8117-864b9b70f4a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.611194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.611248 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.611268 [ 3 ] {} HTTP-Session: f0dfb32c-c122-42b1-b9be-5e94475253ea Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.611291 [ 3 ] {} HTTP-Session: f0dfb32c-c122-42b1-b9be-5e94475253ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.611311 [ 3 ] {} HTTP-Session: f0dfb32c-c122-42b1-b9be-5e94475253ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.611340 [ 3 ] {} HTTP-Session: f0dfb32c-c122-42b1-b9be-5e94475253ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.611488 [ 3 ] {f0bce93f-3ed5-420b-8fb9-76da07cf3b5f} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.611541 [ 3 ] {f0bce93f-3ed5-420b-8fb9-76da07cf3b5f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2024.05.10 21:24:32.613804 [ 3 ] {f0bce93f-3ed5-420b-8fb9-76da07cf3b5f} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Loading data parts 2024.05.10 21:24:32.613954 [ 3 ] {f0bce93f-3ed5-420b-8fb9-76da07cf3b5f} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): There are no data parts 2024.05.10 21:24:32.616207 [ 3 ] {f0bce93f-3ed5-420b-8fb9-76da07cf3b5f} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.616238 [ 3 ] {} HTTP-Session: f0dfb32c-c122-42b1-b9be-5e94475253ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.616369 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.616435 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.616457 [ 3 ] {} HTTP-Session: 11389be7-2cdd-4f44-9667-e329fa8ed69d Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.616485 [ 3 ] {} HTTP-Session: 11389be7-2cdd-4f44-9667-e329fa8ed69d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.616510 [ 3 ] {} HTTP-Session: 11389be7-2cdd-4f44-9667-e329fa8ed69d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.616547 [ 3 ] {} HTTP-Session: 11389be7-2cdd-4f44-9667-e329fa8ed69d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.616724 [ 3 ] {be058f3f-23fa-4454-8305-c7916934a34b} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.616780 [ 3 ] {be058f3f-23fa-4454-8305-c7916934a34b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2024.05.10 21:24:32.618306 [ 3 ] {be058f3f-23fa-4454-8305-c7916934a34b} oximeter.fields_i32 (9f58f2c0-5bf0-4a4e-a243-d718a5a4b8d4): Loading data parts 2024.05.10 21:24:32.618436 [ 3 ] {be058f3f-23fa-4454-8305-c7916934a34b} oximeter.fields_i32 (9f58f2c0-5bf0-4a4e-a243-d718a5a4b8d4): There are no data parts 2024.05.10 21:24:32.626591 [ 3 ] {be058f3f-23fa-4454-8305-c7916934a34b} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.626656 [ 3 ] {} HTTP-Session: 11389be7-2cdd-4f44-9667-e329fa8ed69d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.626894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.626985 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.627040 [ 3 ] {} HTTP-Session: 4cb9c55b-8a3c-46a3-9c32-8ed058984807 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.627087 [ 3 ] {} HTTP-Session: 4cb9c55b-8a3c-46a3-9c32-8ed058984807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.627116 [ 3 ] {} HTTP-Session: 4cb9c55b-8a3c-46a3-9c32-8ed058984807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.627179 [ 3 ] {} HTTP-Session: 4cb9c55b-8a3c-46a3-9c32-8ed058984807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.627323 [ 3 ] {0e67ab83-ae16-4026-bc4b-49e934b9d245} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.627370 [ 3 ] {0e67ab83-ae16-4026-bc4b-49e934b9d245} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2024.05.10 21:24:32.629449 [ 3 ] {0e67ab83-ae16-4026-bc4b-49e934b9d245} oximeter.fields_u32 (995cf00d-54ed-43fd-a095-78ab4436f44b): Loading data parts 2024.05.10 21:24:32.629590 [ 3 ] {0e67ab83-ae16-4026-bc4b-49e934b9d245} oximeter.fields_u32 (995cf00d-54ed-43fd-a095-78ab4436f44b): There are no data parts 2024.05.10 21:24:32.631805 [ 3 ] {0e67ab83-ae16-4026-bc4b-49e934b9d245} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.631838 [ 3 ] {} HTTP-Session: 4cb9c55b-8a3c-46a3-9c32-8ed058984807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.631944 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.631997 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.632025 [ 3 ] {} HTTP-Session: 449fa80a-d1c7-43ae-a474-1fa74e0e2d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.632042 [ 3 ] {} HTTP-Session: 449fa80a-d1c7-43ae-a474-1fa74e0e2d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.632064 [ 3 ] {} HTTP-Session: 449fa80a-d1c7-43ae-a474-1fa74e0e2d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.632100 [ 3 ] {} HTTP-Session: 449fa80a-d1c7-43ae-a474-1fa74e0e2d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.632243 [ 3 ] {3677da23-1584-40d3-a0fe-b7370aeec29d} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.632289 [ 3 ] {3677da23-1584-40d3-a0fe-b7370aeec29d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2024.05.10 21:24:32.633747 [ 3 ] {3677da23-1584-40d3-a0fe-b7370aeec29d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Loading data parts 2024.05.10 21:24:32.633860 [ 3 ] {3677da23-1584-40d3-a0fe-b7370aeec29d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): There are no data parts 2024.05.10 21:24:32.644228 [ 3 ] {3677da23-1584-40d3-a0fe-b7370aeec29d} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.644259 [ 3 ] {} HTTP-Session: 449fa80a-d1c7-43ae-a474-1fa74e0e2d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.644385 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.644451 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.644483 [ 3 ] {} HTTP-Session: e5495b3b-0afc-4b5b-ad30-4629e4cbd742 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.644504 [ 3 ] {} HTTP-Session: e5495b3b-0afc-4b5b-ad30-4629e4cbd742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.644529 [ 3 ] {} HTTP-Session: e5495b3b-0afc-4b5b-ad30-4629e4cbd742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.644572 [ 3 ] {} HTTP-Session: e5495b3b-0afc-4b5b-ad30-4629e4cbd742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.644749 [ 3 ] {9efea34c-c707-43fb-9656-04b9baa8243f} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.644807 [ 3 ] {9efea34c-c707-43fb-9656-04b9baa8243f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2024.05.10 21:24:32.647161 [ 3 ] {9efea34c-c707-43fb-9656-04b9baa8243f} oximeter.fields_u64 (7e8b43e4-5ef8-4101-86f2-6f1d17c51c83): Loading data parts 2024.05.10 21:24:32.647296 [ 3 ] {9efea34c-c707-43fb-9656-04b9baa8243f} oximeter.fields_u64 (7e8b43e4-5ef8-4101-86f2-6f1d17c51c83): There are no data parts 2024.05.10 21:24:32.649591 [ 3 ] {9efea34c-c707-43fb-9656-04b9baa8243f} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.649617 [ 3 ] {} HTTP-Session: e5495b3b-0afc-4b5b-ad30-4629e4cbd742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.649743 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.649806 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.649827 [ 3 ] {} HTTP-Session: 228e2380-5197-4f72-8c20-86a9317e83b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.649844 [ 3 ] {} HTTP-Session: 228e2380-5197-4f72-8c20-86a9317e83b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.649867 [ 3 ] {} HTTP-Session: 228e2380-5197-4f72-8c20-86a9317e83b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.649898 [ 3 ] {} HTTP-Session: 228e2380-5197-4f72-8c20-86a9317e83b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.650035 [ 3 ] {338411e3-4f48-462b-9685-f0db54c0a599} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.650083 [ 3 ] {338411e3-4f48-462b-9685-f0db54c0a599} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2024.05.10 21:24:32.651544 [ 3 ] {338411e3-4f48-462b-9685-f0db54c0a599} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Loading data parts 2024.05.10 21:24:32.651688 [ 3 ] {338411e3-4f48-462b-9685-f0db54c0a599} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): There are no data parts 2024.05.10 21:24:32.659923 [ 3 ] {338411e3-4f48-462b-9685-f0db54c0a599} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.659955 [ 3 ] {} HTTP-Session: 228e2380-5197-4f72-8c20-86a9317e83b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.660081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.660129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.660149 [ 3 ] {} HTTP-Session: 804c546e-9a51-46be-95fc-3b2f580c0fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.660166 [ 3 ] {} HTTP-Session: 804c546e-9a51-46be-95fc-3b2f580c0fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.660182 [ 3 ] {} HTTP-Session: 804c546e-9a51-46be-95fc-3b2f580c0fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.660213 [ 3 ] {} HTTP-Session: 804c546e-9a51-46be-95fc-3b2f580c0fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.660353 [ 3 ] {4be0bd1f-57d1-433a-a569-76f69d6ce19d} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.660393 [ 3 ] {4be0bd1f-57d1-433a-a569-76f69d6ce19d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2024.05.10 21:24:32.662071 [ 3 ] {4be0bd1f-57d1-433a-a569-76f69d6ce19d} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Loading data parts 2024.05.10 21:24:32.662189 [ 3 ] {4be0bd1f-57d1-433a-a569-76f69d6ce19d} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): There are no data parts 2024.05.10 21:24:32.674401 [ 3 ] {4be0bd1f-57d1-433a-a569-76f69d6ce19d} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.674432 [ 3 ] {} HTTP-Session: 804c546e-9a51-46be-95fc-3b2f580c0fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.674581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.674638 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.674664 [ 3 ] {} HTTP-Session: dd8a3e29-ed8e-4302-96ca-32b6afbc6d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.674686 [ 3 ] {} HTTP-Session: dd8a3e29-ed8e-4302-96ca-32b6afbc6d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.674705 [ 3 ] {} HTTP-Session: dd8a3e29-ed8e-4302-96ca-32b6afbc6d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.674741 [ 3 ] {} HTTP-Session: dd8a3e29-ed8e-4302-96ca-32b6afbc6d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.674911 [ 3 ] {52a6f2d2-f5e4-4b17-93e9-1d982dc6fd04} executeQuery: (from [fd00:1122:3344:101::d]:63924) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) 2024.05.10 21:24:32.674959 [ 3 ] {52a6f2d2-f5e4-4b17-93e9-1d982dc6fd04} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2024.05.10 21:24:32.677437 [ 3 ] {52a6f2d2-f5e4-4b17-93e9-1d982dc6fd04} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Loading data parts 2024.05.10 21:24:32.677668 [ 3 ] {52a6f2d2-f5e4-4b17-93e9-1d982dc6fd04} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): There are no data parts 2024.05.10 21:24:32.687949 [ 3 ] {52a6f2d2-f5e4-4b17-93e9-1d982dc6fd04} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.687996 [ 3 ] {} HTTP-Session: dd8a3e29-ed8e-4302-96ca-32b6afbc6d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.688154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.688202 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.688221 [ 3 ] {} HTTP-Session: dbf0c82f-584f-4246-baca-799591cb369e Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.688238 [ 3 ] {} HTTP-Session: dbf0c82f-584f-4246-baca-799591cb369e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.688253 [ 3 ] {} HTTP-Session: dbf0c82f-584f-4246-baca-799591cb369e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.688283 [ 3 ] {} HTTP-Session: dbf0c82f-584f-4246-baca-799591cb369e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.688499 [ 3 ] {f797ca31-ad1b-4170-abe8-05175c83a08a} executeQuery: (from [fd00:1122:3344:101::d]:63924) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2024.05.10 21:24:32.688559 [ 3 ] {f797ca31-ad1b-4170-abe8-05175c83a08a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2024.05.10 21:24:32.690608 [ 3 ] {f797ca31-ad1b-4170-abe8-05175c83a08a} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Loading data parts 2024.05.10 21:24:32.690799 [ 3 ] {f797ca31-ad1b-4170-abe8-05175c83a08a} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): There are no data parts 2024.05.10 21:24:32.702522 [ 3 ] {f797ca31-ad1b-4170-abe8-05175c83a08a} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.702558 [ 3 ] {} HTTP-Session: dbf0c82f-584f-4246-baca-799591cb369e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.702723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63924, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:32.702782 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:32.702808 [ 3 ] {} HTTP-Session: 88a2ebdf-cecf-4774-bb64-572625ed8dc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63924 2024.05.10 21:24:32.702829 [ 3 ] {} HTTP-Session: 88a2ebdf-cecf-4774-bb64-572625ed8dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.702848 [ 3 ] {} HTTP-Session: 88a2ebdf-cecf-4774-bb64-572625ed8dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:32.702886 [ 3 ] {} HTTP-Session: 88a2ebdf-cecf-4774-bb64-572625ed8dc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:32.703095 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} executeQuery: (from [fd00:1122:3344:101::d]:63924) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2024.05.10 21:24:32.704421 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2024.05.10 21:24:32.707842 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} oximeter.version (ced3c7f6-621e-46df-9161-224c247f96b9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:32.707878 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:32.711327 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:32.711887 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} oximeter.version (ced3c7f6-621e-46df-9161-224c247f96b9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:32.712147 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} executeQuery: Read 1 rows, 16.00 B in 0.00916 sec., 109.1703056768559 rows/sec., 1.71 KiB/sec. 2024.05.10 21:24:32.712301 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} DynamicQueryHandler: Done processing query 2024.05.10 21:24:32.712326 [ 3 ] {494e962a-2145-4484-a8fc-32e9bb7347f8} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.10 21:24:32.712342 [ 3 ] {} HTTP-Session: 88a2ebdf-cecf-4774-bb64-572625ed8dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:33.001109 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 161.16 MiB, peak 166.29 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.50 MiB 2024.05.10 21:24:46.589700 [ 141 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:24:46.589765 [ 141 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:24:57.730517 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.730663 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.730690 [ 3 ] {} HTTP-Session: afb4d75a-7c44-4301-9cc3-9f2b2152f2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.730715 [ 3 ] {} HTTP-Session: afb4d75a-7c44-4301-9cc3-9f2b2152f2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.730731 [ 3 ] {} HTTP-Session: afb4d75a-7c44-4301-9cc3-9f2b2152f2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.730781 [ 3 ] {} HTTP-Session: afb4d75a-7c44-4301-9cc3-9f2b2152f2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.730984 [ 3 ] {09090ee1-2329-481a-b2af-2d70bd0c6ab9} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.731340 [ 3 ] {09090ee1-2329-481a-b2af-2d70bd0c6ab9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.731603 [ 3 ] {09090ee1-2329-481a-b2af-2d70bd0c6ab9} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.734715 [ 3 ] {09090ee1-2329-481a-b2af-2d70bd0c6ab9} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.734747 [ 3 ] {09090ee1-2329-481a-b2af-2d70bd0c6ab9} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.734764 [ 3 ] {} HTTP-Session: afb4d75a-7c44-4301-9cc3-9f2b2152f2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.745447 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.745520 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.745543 [ 3 ] {} HTTP-Session: 4d10088f-917a-40bf-9fc3-b42c48cad5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.745566 [ 3 ] {} HTTP-Session: 4d10088f-917a-40bf-9fc3-b42c48cad5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.745581 [ 3 ] {} HTTP-Session: 4d10088f-917a-40bf-9fc3-b42c48cad5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.745625 [ 3 ] {} HTTP-Session: 4d10088f-917a-40bf-9fc3-b42c48cad5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.745816 [ 3 ] {2c07864e-77e0-4f45-9f78-cf517389d762} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.750247 [ 3 ] {2c07864e-77e0-4f45-9f78-cf517389d762} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.750312 [ 3 ] {2c07864e-77e0-4f45-9f78-cf517389d762} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.751459 [ 3 ] {2c07864e-77e0-4f45-9f78-cf517389d762} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.751487 [ 3 ] {2c07864e-77e0-4f45-9f78-cf517389d762} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.751504 [ 3 ] {} HTTP-Session: 4d10088f-917a-40bf-9fc3-b42c48cad5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.751731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.751784 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.751804 [ 3 ] {} HTTP-Session: b67a70da-5e3c-42e8-98b4-0c3f6a7d38d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.751823 [ 3 ] {} HTTP-Session: b67a70da-5e3c-42e8-98b4-0c3f6a7d38d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.751836 [ 3 ] {} HTTP-Session: b67a70da-5e3c-42e8-98b4-0c3f6a7d38d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.751872 [ 3 ] {} HTTP-Session: b67a70da-5e3c-42e8-98b4-0c3f6a7d38d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.752007 [ 3 ] {d7d7e0ba-c620-471c-aec1-9b40257d22f5} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.752367 [ 3 ] {d7d7e0ba-c620-471c-aec1-9b40257d22f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.752419 [ 3 ] {d7d7e0ba-c620-471c-aec1-9b40257d22f5} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.753320 [ 3 ] {d7d7e0ba-c620-471c-aec1-9b40257d22f5} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.753347 [ 3 ] {d7d7e0ba-c620-471c-aec1-9b40257d22f5} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.753363 [ 3 ] {} HTTP-Session: b67a70da-5e3c-42e8-98b4-0c3f6a7d38d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.753714 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.753762 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.753782 [ 3 ] {} HTTP-Session: 4764b842-5d83-4b10-9f3f-e091fcfd9de9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.753798 [ 3 ] {} HTTP-Session: 4764b842-5d83-4b10-9f3f-e091fcfd9de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.753811 [ 3 ] {} HTTP-Session: 4764b842-5d83-4b10-9f3f-e091fcfd9de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.753842 [ 3 ] {} HTTP-Session: 4764b842-5d83-4b10-9f3f-e091fcfd9de9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.753962 [ 3 ] {40a2ce63-f391-4373-8328-337b4cfec6ca} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.754274 [ 3 ] {40a2ce63-f391-4373-8328-337b4cfec6ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.754325 [ 3 ] {40a2ce63-f391-4373-8328-337b4cfec6ca} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.755178 [ 3 ] {40a2ce63-f391-4373-8328-337b4cfec6ca} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.755203 [ 3 ] {40a2ce63-f391-4373-8328-337b4cfec6ca} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.755219 [ 3 ] {} HTTP-Session: 4764b842-5d83-4b10-9f3f-e091fcfd9de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.755493 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.755539 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.755559 [ 3 ] {} HTTP-Session: 269ab2f3-918c-4a49-a9e2-f588922dfdd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.755578 [ 3 ] {} HTTP-Session: 269ab2f3-918c-4a49-a9e2-f588922dfdd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.755591 [ 3 ] {} HTTP-Session: 269ab2f3-918c-4a49-a9e2-f588922dfdd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.755621 [ 3 ] {} HTTP-Session: 269ab2f3-918c-4a49-a9e2-f588922dfdd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.755743 [ 3 ] {5d684c6b-d128-4a28-b506-43d467558481} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.756058 [ 3 ] {5d684c6b-d128-4a28-b506-43d467558481} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.756108 [ 3 ] {5d684c6b-d128-4a28-b506-43d467558481} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.757010 [ 3 ] {5d684c6b-d128-4a28-b506-43d467558481} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.757038 [ 3 ] {5d684c6b-d128-4a28-b506-43d467558481} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.757055 [ 3 ] {} HTTP-Session: 269ab2f3-918c-4a49-a9e2-f588922dfdd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.757287 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.757343 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.757362 [ 3 ] {} HTTP-Session: d0c0001a-de94-4e01-be7b-32755e3ccd18 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.757379 [ 3 ] {} HTTP-Session: d0c0001a-de94-4e01-be7b-32755e3ccd18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.757393 [ 3 ] {} HTTP-Session: d0c0001a-de94-4e01-be7b-32755e3ccd18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.757424 [ 3 ] {} HTTP-Session: d0c0001a-de94-4e01-be7b-32755e3ccd18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.757558 [ 3 ] {47c9bee7-8b7d-455c-bfc0-8b4471cd3b29} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.757895 [ 3 ] {47c9bee7-8b7d-455c-bfc0-8b4471cd3b29} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.757947 [ 3 ] {47c9bee7-8b7d-455c-bfc0-8b4471cd3b29} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.758829 [ 3 ] {47c9bee7-8b7d-455c-bfc0-8b4471cd3b29} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.758855 [ 3 ] {47c9bee7-8b7d-455c-bfc0-8b4471cd3b29} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.758873 [ 3 ] {} HTTP-Session: d0c0001a-de94-4e01-be7b-32755e3ccd18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.759101 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.759148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.759168 [ 3 ] {} HTTP-Session: 2b0cd147-b2ee-4ec6-a54e-40386b8b6a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.759184 [ 3 ] {} HTTP-Session: 2b0cd147-b2ee-4ec6-a54e-40386b8b6a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.759198 [ 3 ] {} HTTP-Session: 2b0cd147-b2ee-4ec6-a54e-40386b8b6a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.759229 [ 3 ] {} HTTP-Session: 2b0cd147-b2ee-4ec6-a54e-40386b8b6a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.759351 [ 3 ] {89964610-8a87-4c08-92f1-dd93d19894a8} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.759672 [ 3 ] {89964610-8a87-4c08-92f1-dd93d19894a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.759723 [ 3 ] {89964610-8a87-4c08-92f1-dd93d19894a8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.760617 [ 3 ] {89964610-8a87-4c08-92f1-dd93d19894a8} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.760645 [ 3 ] {89964610-8a87-4c08-92f1-dd93d19894a8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.760661 [ 3 ] {} HTTP-Session: 2b0cd147-b2ee-4ec6-a54e-40386b8b6a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.760895 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.760940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.760958 [ 3 ] {} HTTP-Session: 08ea9b82-09fc-4516-805d-4b4df9bbcc4b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.760974 [ 3 ] {} HTTP-Session: 08ea9b82-09fc-4516-805d-4b4df9bbcc4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.760988 [ 3 ] {} HTTP-Session: 08ea9b82-09fc-4516-805d-4b4df9bbcc4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.761018 [ 3 ] {} HTTP-Session: 08ea9b82-09fc-4516-805d-4b4df9bbcc4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.761140 [ 3 ] {d6ccee35-7546-43b6-860d-870f7ffef140} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.761473 [ 3 ] {d6ccee35-7546-43b6-860d-870f7ffef140} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.761524 [ 3 ] {d6ccee35-7546-43b6-860d-870f7ffef140} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.762473 [ 3 ] {d6ccee35-7546-43b6-860d-870f7ffef140} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.762498 [ 3 ] {d6ccee35-7546-43b6-860d-870f7ffef140} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.762514 [ 3 ] {} HTTP-Session: 08ea9b82-09fc-4516-805d-4b4df9bbcc4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.762735 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.762782 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.762801 [ 3 ] {} HTTP-Session: 29d54162-33ae-4830-9274-6de26ccb4b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.762817 [ 3 ] {} HTTP-Session: 29d54162-33ae-4830-9274-6de26ccb4b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.762831 [ 3 ] {} HTTP-Session: 29d54162-33ae-4830-9274-6de26ccb4b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.762864 [ 3 ] {} HTTP-Session: 29d54162-33ae-4830-9274-6de26ccb4b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.762992 [ 3 ] {b855c3c1-337b-49ee-a168-a09a9aba17c5} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.763318 [ 3 ] {b855c3c1-337b-49ee-a168-a09a9aba17c5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.763369 [ 3 ] {b855c3c1-337b-49ee-a168-a09a9aba17c5} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.764275 [ 3 ] {b855c3c1-337b-49ee-a168-a09a9aba17c5} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.764301 [ 3 ] {b855c3c1-337b-49ee-a168-a09a9aba17c5} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.764317 [ 3 ] {} HTTP-Session: 29d54162-33ae-4830-9274-6de26ccb4b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.764536 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.764582 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.764601 [ 3 ] {} HTTP-Session: 4899f728-845f-4a57-b39f-4d1f6607a029 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.764617 [ 3 ] {} HTTP-Session: 4899f728-845f-4a57-b39f-4d1f6607a029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.764630 [ 3 ] {} HTTP-Session: 4899f728-845f-4a57-b39f-4d1f6607a029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.764660 [ 3 ] {} HTTP-Session: 4899f728-845f-4a57-b39f-4d1f6607a029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.764784 [ 3 ] {20a7fd8b-51e7-4749-8275-c126b7999033} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.765118 [ 3 ] {20a7fd8b-51e7-4749-8275-c126b7999033} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.765168 [ 3 ] {20a7fd8b-51e7-4749-8275-c126b7999033} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.766075 [ 3 ] {20a7fd8b-51e7-4749-8275-c126b7999033} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.766100 [ 3 ] {20a7fd8b-51e7-4749-8275-c126b7999033} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.766117 [ 3 ] {} HTTP-Session: 4899f728-845f-4a57-b39f-4d1f6607a029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.766331 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.766378 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.766396 [ 3 ] {} HTTP-Session: 140d01ac-378e-4c72-9a4b-91e6b3acaeb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.766412 [ 3 ] {} HTTP-Session: 140d01ac-378e-4c72-9a4b-91e6b3acaeb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.766426 [ 3 ] {} HTTP-Session: 140d01ac-378e-4c72-9a4b-91e6b3acaeb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.766456 [ 3 ] {} HTTP-Session: 140d01ac-378e-4c72-9a4b-91e6b3acaeb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.766587 [ 3 ] {2ad2741d-a21d-4774-bc7b-9d9410e3ec52} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.766917 [ 3 ] {2ad2741d-a21d-4774-bc7b-9d9410e3ec52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.766968 [ 3 ] {2ad2741d-a21d-4774-bc7b-9d9410e3ec52} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.767837 [ 3 ] {2ad2741d-a21d-4774-bc7b-9d9410e3ec52} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.767862 [ 3 ] {2ad2741d-a21d-4774-bc7b-9d9410e3ec52} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.767879 [ 3 ] {} HTTP-Session: 140d01ac-378e-4c72-9a4b-91e6b3acaeb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.768098 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.768142 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.768161 [ 3 ] {} HTTP-Session: 360c6973-ca86-4d55-8e34-059e55023038 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.768178 [ 3 ] {} HTTP-Session: 360c6973-ca86-4d55-8e34-059e55023038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.768197 [ 3 ] {} HTTP-Session: 360c6973-ca86-4d55-8e34-059e55023038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.768226 [ 3 ] {} HTTP-Session: 360c6973-ca86-4d55-8e34-059e55023038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.768352 [ 3 ] {6f6e8ee9-7e11-42e0-b9c9-1cc7e50b9c94} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.768683 [ 3 ] {6f6e8ee9-7e11-42e0-b9c9-1cc7e50b9c94} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.768735 [ 3 ] {6f6e8ee9-7e11-42e0-b9c9-1cc7e50b9c94} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.769710 [ 3 ] {6f6e8ee9-7e11-42e0-b9c9-1cc7e50b9c94} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.769735 [ 3 ] {6f6e8ee9-7e11-42e0-b9c9-1cc7e50b9c94} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.769751 [ 3 ] {} HTTP-Session: 360c6973-ca86-4d55-8e34-059e55023038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.769981 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.770026 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.770050 [ 3 ] {} HTTP-Session: c0998855-5d5d-40cf-9b96-df853d1ab80b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.770066 [ 3 ] {} HTTP-Session: c0998855-5d5d-40cf-9b96-df853d1ab80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.770080 [ 3 ] {} HTTP-Session: c0998855-5d5d-40cf-9b96-df853d1ab80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.770110 [ 3 ] {} HTTP-Session: c0998855-5d5d-40cf-9b96-df853d1ab80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.770236 [ 3 ] {aac2db66-19e6-41c0-9416-e31c17640f47} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.770570 [ 3 ] {aac2db66-19e6-41c0-9416-e31c17640f47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.770621 [ 3 ] {aac2db66-19e6-41c0-9416-e31c17640f47} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.771548 [ 3 ] {aac2db66-19e6-41c0-9416-e31c17640f47} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.771577 [ 3 ] {aac2db66-19e6-41c0-9416-e31c17640f47} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.771595 [ 3 ] {} HTTP-Session: c0998855-5d5d-40cf-9b96-df853d1ab80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.771813 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.771861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.771879 [ 3 ] {} HTTP-Session: 580af9fe-73ec-45bc-aa62-8ee4f6b439e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.771896 [ 3 ] {} HTTP-Session: 580af9fe-73ec-45bc-aa62-8ee4f6b439e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.771910 [ 3 ] {} HTTP-Session: 580af9fe-73ec-45bc-aa62-8ee4f6b439e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.771941 [ 3 ] {} HTTP-Session: 580af9fe-73ec-45bc-aa62-8ee4f6b439e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.772080 [ 3 ] {e8e752d0-6407-4747-91a5-5b47f701c20a} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.772440 [ 3 ] {e8e752d0-6407-4747-91a5-5b47f701c20a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.772493 [ 3 ] {e8e752d0-6407-4747-91a5-5b47f701c20a} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.773365 [ 3 ] {e8e752d0-6407-4747-91a5-5b47f701c20a} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.773391 [ 3 ] {e8e752d0-6407-4747-91a5-5b47f701c20a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.773408 [ 3 ] {} HTTP-Session: 580af9fe-73ec-45bc-aa62-8ee4f6b439e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.778291 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.778345 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.778365 [ 3 ] {} HTTP-Session: 99585591-a539-4168-baad-a65479cd4d11 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.778382 [ 3 ] {} HTTP-Session: 99585591-a539-4168-baad-a65479cd4d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.778396 [ 3 ] {} HTTP-Session: 99585591-a539-4168-baad-a65479cd4d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.778426 [ 3 ] {} HTTP-Session: 99585591-a539-4168-baad-a65479cd4d11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.778563 [ 3 ] {b037630d-7ccd-49b3-a7b9-51805eceddc2} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.778924 [ 3 ] {b037630d-7ccd-49b3-a7b9-51805eceddc2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.778975 [ 3 ] {b037630d-7ccd-49b3-a7b9-51805eceddc2} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.779899 [ 3 ] {b037630d-7ccd-49b3-a7b9-51805eceddc2} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.779925 [ 3 ] {b037630d-7ccd-49b3-a7b9-51805eceddc2} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.779943 [ 3 ] {} HTTP-Session: 99585591-a539-4168-baad-a65479cd4d11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.781547 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.781606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.781626 [ 3 ] {} HTTP-Session: d65ecd31-8d26-4912-b6c1-73f921fe3a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.781643 [ 3 ] {} HTTP-Session: d65ecd31-8d26-4912-b6c1-73f921fe3a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.781656 [ 3 ] {} HTTP-Session: d65ecd31-8d26-4912-b6c1-73f921fe3a2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.781687 [ 3 ] {} HTTP-Session: d65ecd31-8d26-4912-b6c1-73f921fe3a2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.781832 [ 3 ] {8f0c148e-a4c4-400c-b213-e8809b473696} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.782198 [ 3 ] {8f0c148e-a4c4-400c-b213-e8809b473696} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.782252 [ 3 ] {8f0c148e-a4c4-400c-b213-e8809b473696} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.783180 [ 3 ] {8f0c148e-a4c4-400c-b213-e8809b473696} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.783211 [ 3 ] {8f0c148e-a4c4-400c-b213-e8809b473696} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.783230 [ 3 ] {} HTTP-Session: d65ecd31-8d26-4912-b6c1-73f921fe3a2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.783453 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.783500 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.783519 [ 3 ] {} HTTP-Session: b65c72f8-09cd-4c88-bee6-93a63160baa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.783535 [ 3 ] {} HTTP-Session: b65c72f8-09cd-4c88-bee6-93a63160baa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.783550 [ 3 ] {} HTTP-Session: b65c72f8-09cd-4c88-bee6-93a63160baa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.783583 [ 3 ] {} HTTP-Session: b65c72f8-09cd-4c88-bee6-93a63160baa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.783713 [ 3 ] {dca2b7c0-03d1-4778-ba34-e3181e8f0e3a} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.784068 [ 3 ] {dca2b7c0-03d1-4778-ba34-e3181e8f0e3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.784119 [ 3 ] {dca2b7c0-03d1-4778-ba34-e3181e8f0e3a} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.784992 [ 3 ] {dca2b7c0-03d1-4778-ba34-e3181e8f0e3a} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.785017 [ 3 ] {dca2b7c0-03d1-4778-ba34-e3181e8f0e3a} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.785034 [ 3 ] {} HTTP-Session: b65c72f8-09cd-4c88-bee6-93a63160baa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.785227 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.785273 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.785291 [ 3 ] {} HTTP-Session: 0c98e279-e1c6-400f-8a0a-c7b056b85f6a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.785308 [ 3 ] {} HTTP-Session: 0c98e279-e1c6-400f-8a0a-c7b056b85f6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.785322 [ 3 ] {} HTTP-Session: 0c98e279-e1c6-400f-8a0a-c7b056b85f6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.785351 [ 3 ] {} HTTP-Session: 0c98e279-e1c6-400f-8a0a-c7b056b85f6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.785483 [ 3 ] {9bdf275f-ffb9-444e-acca-510aa29b63b8} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.785837 [ 3 ] {9bdf275f-ffb9-444e-acca-510aa29b63b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.785888 [ 3 ] {9bdf275f-ffb9-444e-acca-510aa29b63b8} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.786797 [ 3 ] {9bdf275f-ffb9-444e-acca-510aa29b63b8} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.786823 [ 3 ] {9bdf275f-ffb9-444e-acca-510aa29b63b8} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.786839 [ 3 ] {} HTTP-Session: 0c98e279-e1c6-400f-8a0a-c7b056b85f6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.787894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.787939 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.787958 [ 3 ] {} HTTP-Session: fcba5b97-e379-4463-a536-42f18145c2f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.787974 [ 3 ] {} HTTP-Session: fcba5b97-e379-4463-a536-42f18145c2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.787988 [ 3 ] {} HTTP-Session: fcba5b97-e379-4463-a536-42f18145c2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.788018 [ 3 ] {} HTTP-Session: fcba5b97-e379-4463-a536-42f18145c2f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.788148 [ 3 ] {fe04602d-26c1-4263-9238-0bbf3e0ac056} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:24:57.788505 [ 3 ] {fe04602d-26c1-4263-9238-0bbf3e0ac056} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.788554 [ 3 ] {fe04602d-26c1-4263-9238-0bbf3e0ac056} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:24:57.789457 [ 3 ] {fe04602d-26c1-4263-9238-0bbf3e0ac056} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.789483 [ 3 ] {fe04602d-26c1-4263-9238-0bbf3e0ac056} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:24:57.789499 [ 3 ] {} HTTP-Session: fcba5b97-e379-4463-a536-42f18145c2f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.789639 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 5091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.789684 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.789703 [ 3 ] {} HTTP-Session: 0d0869a5-ee03-4d58-aee7-450e96e66b6e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.789719 [ 3 ] {} HTTP-Session: 0d0869a5-ee03-4d58-aee7-450e96e66b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.789732 [ 3 ] {} HTTP-Session: 0d0869a5-ee03-4d58-aee7-450e96e66b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.789762 [ 3 ] {} HTTP-Session: 0d0869a5-ee03-4d58-aee7-450e96e66b6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.789882 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.789926 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:24:57.790124 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.792647 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.792688 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.793272 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.793715 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.793906 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} executeQuery: Read 19 rows, 2.54 KiB in 0.004066 sec., 4672.897196261682 rows/sec., 625.90 KiB/sec. 2024.05.10 21:24:57.794154 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.794183 [ 3 ] {2734fc8f-165b-4116-8532-a7728090dc80} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:24:57.794200 [ 3 ] {} HTTP-Session: 0d0869a5-ee03-4d58-aee7-450e96e66b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.794323 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.794373 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.794392 [ 3 ] {} HTTP-Session: 37e0861f-0d5d-4180-ab58-ef3d8ac9afbd Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.794409 [ 3 ] {} HTTP-Session: 37e0861f-0d5d-4180-ab58-ef3d8ac9afbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.794423 [ 3 ] {} HTTP-Session: 37e0861f-0d5d-4180-ab58-ef3d8ac9afbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.794453 [ 3 ] {} HTTP-Session: 37e0861f-0d5d-4180-ab58-ef3d8ac9afbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.794561 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.794605 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:24:57.794735 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.796814 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.796853 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.797195 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.797582 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.797744 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} executeQuery: Read 23 rows, 1.86 KiB in 0.003209 sec., 7167.341851043939 rows/sec., 580.95 KiB/sec. 2024.05.10 21:24:57.798032 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.798057 [ 3 ] {76f0f427-9d41-4f35-b5b2-b63ee7e3828e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:24:57.798072 [ 3 ] {} HTTP-Session: 37e0861f-0d5d-4180-ab58-ef3d8ac9afbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.798271 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.798317 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.798336 [ 3 ] {} HTTP-Session: 48b13a98-e3c7-4b04-beec-8ba7eff5ce0f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.798354 [ 3 ] {} HTTP-Session: 48b13a98-e3c7-4b04-beec-8ba7eff5ce0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.798367 [ 3 ] {} HTTP-Session: 48b13a98-e3c7-4b04-beec-8ba7eff5ce0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.798396 [ 3 ] {} HTTP-Session: 48b13a98-e3c7-4b04-beec-8ba7eff5ce0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.798524 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.798569 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:24:57.798716 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.799159 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.799194 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.799519 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.799837 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.799980 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} executeQuery: Read 96 rows, 8.33 KiB in 0.0015 sec., 64000 rows/sec., 5.43 MiB/sec. 2024.05.10 21:24:57.800252 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.800275 [ 3 ] {571eee89-270d-4230-9e52-4b0b06ef3bb4} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:24:57.800291 [ 3 ] {} HTTP-Session: 48b13a98-e3c7-4b04-beec-8ba7eff5ce0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.800443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.800491 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.800510 [ 3 ] {} HTTP-Session: 0b9fb648-e371-435b-a34f-8fbe017bc071 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.800526 [ 3 ] {} HTTP-Session: 0b9fb648-e371-435b-a34f-8fbe017bc071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.800539 [ 3 ] {} HTTP-Session: 0b9fb648-e371-435b-a34f-8fbe017bc071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.800570 [ 3 ] {} HTTP-Session: 0b9fb648-e371-435b-a34f-8fbe017bc071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.800665 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.800711 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2024.05.10 21:24:57.800857 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.801184 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} oximeter.fields_u32 (995cf00d-54ed-43fd-a095-78ab4436f44b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.801227 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.801551 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.801869 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} oximeter.fields_u32 (995cf00d-54ed-43fd-a095-78ab4436f44b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.802014 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} executeQuery: Read 1 rows, 68.00 B in 0.001367 sec., 731.528895391368 rows/sec., 48.58 KiB/sec. 2024.05.10 21:24:57.802186 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.802211 [ 3 ] {eb21c7c3-8b8d-47e6-aaf9-3161e07456c2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:24:57.802227 [ 3 ] {} HTTP-Session: 0b9fb648-e371-435b-a34f-8fbe017bc071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.802379 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.802426 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.802445 [ 3 ] {} HTTP-Session: 991738f1-82e3-4d9e-a761-1072d1b894a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.802461 [ 3 ] {} HTTP-Session: 991738f1-82e3-4d9e-a761-1072d1b894a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.802474 [ 3 ] {} HTTP-Session: 991738f1-82e3-4d9e-a761-1072d1b894a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.802503 [ 3 ] {} HTTP-Session: 991738f1-82e3-4d9e-a761-1072d1b894a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.802620 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.802663 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:24:57.803326 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.804226 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.804263 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.804619 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.804929 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.805077 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} executeQuery: Read 67 rows, 5.37 KiB in 0.002493 sec., 26875.250701965502 rows/sec., 2.11 MiB/sec. 2024.05.10 21:24:57.805246 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.805270 [ 3 ] {7ead0137-3f77-42a6-a420-4d6a99fdf9e7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:24:57.805285 [ 3 ] {} HTTP-Session: 991738f1-82e3-4d9e-a761-1072d1b894a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.805476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.805525 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.805545 [ 3 ] {} HTTP-Session: b89dfa5f-2855-4f27-aa04-92b6bf3f87bf Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.805561 [ 3 ] {} HTTP-Session: b89dfa5f-2855-4f27-aa04-92b6bf3f87bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.805575 [ 3 ] {} HTTP-Session: b89dfa5f-2855-4f27-aa04-92b6bf3f87bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.805606 [ 3 ] {} HTTP-Session: b89dfa5f-2855-4f27-aa04-92b6bf3f87bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.805735 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.805783 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:24:57.805925 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.806309 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.806344 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.806818 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.807169 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.807318 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} executeQuery: Read 100 rows, 7.10 KiB in 0.001629 sec., 61387.354205033764 rows/sec., 4.26 MiB/sec. 2024.05.10 21:24:57.807588 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.807612 [ 3 ] {7400c4d1-3147-40fa-acad-916f225a650a} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.10 21:24:57.807629 [ 3 ] {} HTTP-Session: b89dfa5f-2855-4f27-aa04-92b6bf3f87bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.807747 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.807796 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.807814 [ 3 ] {} HTTP-Session: 75dbe583-6b79-4205-90a7-f62dfe6ed568 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.807830 [ 3 ] {} HTTP-Session: 75dbe583-6b79-4205-90a7-f62dfe6ed568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.807843 [ 3 ] {} HTTP-Session: 75dbe583-6b79-4205-90a7-f62dfe6ed568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.807873 [ 3 ] {} HTTP-Session: 75dbe583-6b79-4205-90a7-f62dfe6ed568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.807967 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.808030 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2024.05.10 21:24:57.808192 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.808609 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} oximeter.measurements_f64 (9013cbcc-6769-4438-960e-d72c1a4f1d2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.808649 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.809640 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.809984 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} oximeter.measurements_f64 (9013cbcc-6769-4438-960e-d72c1a4f1d2e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.810137 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} executeQuery: Read 1 rows, 65.00 B in 0.002181 sec., 458.5052728106373 rows/sec., 29.10 KiB/sec. 2024.05.10 21:24:57.810407 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.810431 [ 3 ] {f20cea33-0fc0-4e1b-b6ad-69009107be4e} MemoryTracker: Peak memory usage (for query): 4.19 MiB. 2024.05.10 21:24:57.810447 [ 3 ] {} HTTP-Session: 75dbe583-6b79-4205-90a7-f62dfe6ed568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.810637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 24640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.810685 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.810704 [ 3 ] {} HTTP-Session: e729a530-a92d-4556-95e9-a7d50895ce88 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.810720 [ 3 ] {} HTTP-Session: e729a530-a92d-4556-95e9-a7d50895ce88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.810735 [ 3 ] {} HTTP-Session: e729a530-a92d-4556-95e9-a7d50895ce88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.810765 [ 3 ] {} HTTP-Session: e729a530-a92d-4556-95e9-a7d50895ce88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.810997 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.811046 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:24:57.811226 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.811665 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.811702 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.814082 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.814536 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.814717 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} executeQuery: Read 23 rows, 31.78 KiB in 0.003868 sec., 5946.22543950362 rows/sec., 8.02 MiB/sec. 2024.05.10 21:24:57.814924 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.814951 [ 3 ] {91be7d9b-dd55-49bf-976b-6b15b8241031} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.10 21:24:57.814967 [ 3 ] {} HTTP-Session: e729a530-a92d-4556-95e9-a7d50895ce88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.815093 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3865, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.815149 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.815169 [ 3 ] {} HTTP-Session: b8ee9de2-f934-42cf-b7e4-4f1203ab2d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.815186 [ 3 ] {} HTTP-Session: b8ee9de2-f934-42cf-b7e4-4f1203ab2d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.815202 [ 3 ] {} HTTP-Session: b8ee9de2-f934-42cf-b7e4-4f1203ab2d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.815234 [ 3 ] {} HTTP-Session: b8ee9de2-f934-42cf-b7e4-4f1203ab2d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.815346 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.815396 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.10 21:24:57.815538 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.815837 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} oximeter.measurements_i64 (49fb4979-de67-4c56-8083-ae12922e5457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.815875 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.816241 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.816582 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} oximeter.measurements_i64 (49fb4979-de67-4c56-8083-ae12922e5457): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.816731 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} executeQuery: Read 24 rows, 1.78 KiB in 0.001414 sec., 16973.125884016976 rows/sec., 1.23 MiB/sec. 2024.05.10 21:24:57.816906 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.816942 [ 3 ] {cba83a14-43cf-448b-928d-9a6ab670998c} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.10 21:24:57.816966 [ 3 ] {} HTTP-Session: b8ee9de2-f934-42cf-b7e4-4f1203ab2d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.817120 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:24:57.817186 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:24:57.817214 [ 3 ] {} HTTP-Session: efac8691-cb25-4740-9b45-7d9a7fbcb4c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:24:57.817237 [ 3 ] {} HTTP-Session: efac8691-cb25-4740-9b45-7d9a7fbcb4c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.817259 [ 3 ] {} HTTP-Session: efac8691-cb25-4740-9b45-7d9a7fbcb4c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:24:57.817302 [ 3 ] {} HTTP-Session: efac8691-cb25-4740-9b45-7d9a7fbcb4c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:24:57.817449 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:24:57.817510 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:24:57.817695 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:24:57.818026 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:24:57.818064 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:24:57.818438 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:24:57.818784 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:24:57.818938 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} executeQuery: Read 30 rows, 2.10 KiB in 0.001526 sec., 19659.23984272608 rows/sec., 1.35 MiB/sec. 2024.05.10 21:24:57.819197 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} DynamicQueryHandler: Done processing query 2024.05.10 21:24:57.819221 [ 3 ] {f3cbece0-f607-4125-895e-53c5d66eda4b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:24:57.819238 [ 3 ] {} HTTP-Session: efac8691-cb25-4740-9b45-7d9a7fbcb4c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:01.589802 [ 115 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:25:01.589874 [ 115 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:25:02.718482 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:02.718606 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:02.718633 [ 3 ] {} HTTP-Session: e4da6a5b-bc85-492f-8769-8bd4bead126a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:02.718659 [ 3 ] {} HTTP-Session: e4da6a5b-bc85-492f-8769-8bd4bead126a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.718676 [ 3 ] {} HTTP-Session: e4da6a5b-bc85-492f-8769-8bd4bead126a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.718726 [ 3 ] {} HTTP-Session: e4da6a5b-bc85-492f-8769-8bd4bead126a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:02.718931 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:02.719000 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:02.719188 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:02.719630 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:02.719675 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:02.720036 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:02.720370 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:02.720548 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} executeQuery: Read 26 rows, 1.98 KiB in 0.001675 sec., 15522.388059701492 rows/sec., 1.15 MiB/sec. 2024.05.10 21:25:02.720836 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} DynamicQueryHandler: Done processing query 2024.05.10 21:25:02.720864 [ 3 ] {436e12fe-90da-4763-ba7a-a0fe246636ae} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:02.720880 [ 3 ] {} HTTP-Session: e4da6a5b-bc85-492f-8769-8bd4bead126a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.721063 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:02.721111 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:02.721131 [ 3 ] {} HTTP-Session: f6cf08e7-4a15-432f-bc9e-847328db899b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:02.721149 [ 3 ] {} HTTP-Session: f6cf08e7-4a15-432f-bc9e-847328db899b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.721164 [ 3 ] {} HTTP-Session: f6cf08e7-4a15-432f-bc9e-847328db899b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.721195 [ 3 ] {} HTTP-Session: f6cf08e7-4a15-432f-bc9e-847328db899b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:02.721302 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:02.721345 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:02.721486 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:02.721818 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:02.721855 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:02.722157 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:02.722458 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:02.722586 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} executeQuery: Read 28 rows, 2.24 KiB in 0.001313 sec., 21325.209444021326 rows/sec., 1.66 MiB/sec. 2024.05.10 21:25:02.722835 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} DynamicQueryHandler: Done processing query 2024.05.10 21:25:02.722860 [ 3 ] {d35ca96b-795a-4518-bed0-62393dee2d90} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:02.722876 [ 3 ] {} HTTP-Session: f6cf08e7-4a15-432f-bc9e-847328db899b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.723020 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:02.723069 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:02.723089 [ 3 ] {} HTTP-Session: e97c7411-a350-4f96-8eae-65d6259c3bde Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:02.723108 [ 3 ] {} HTTP-Session: e97c7411-a350-4f96-8eae-65d6259c3bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.723124 [ 3 ] {} HTTP-Session: e97c7411-a350-4f96-8eae-65d6259c3bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.723154 [ 3 ] {} HTTP-Session: e97c7411-a350-4f96-8eae-65d6259c3bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:02.723286 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:02.723334 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:02.723502 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:02.723870 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:02.723906 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:02.724300 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:02.724635 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:02.724759 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} executeQuery: Read 100 rows, 7.10 KiB in 0.00153 sec., 65359.47712418301 rows/sec., 4.53 MiB/sec. 2024.05.10 21:25:02.725047 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} DynamicQueryHandler: Done processing query 2024.05.10 21:25:02.725072 [ 3 ] {41c38df6-38be-4929-b284-1dbf33ddf3d2} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.10 21:25:02.725087 [ 3 ] {} HTTP-Session: e97c7411-a350-4f96-8eae-65d6259c3bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.725213 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:02.725261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:02.725280 [ 3 ] {} HTTP-Session: 0f0add2b-c79d-47a3-8397-1f6efdf7d4c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:02.725296 [ 3 ] {} HTTP-Session: 0f0add2b-c79d-47a3-8397-1f6efdf7d4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.725309 [ 3 ] {} HTTP-Session: 0f0add2b-c79d-47a3-8397-1f6efdf7d4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:02.725339 [ 3 ] {} HTTP-Session: 0f0add2b-c79d-47a3-8397-1f6efdf7d4c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:02.725446 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:02.725490 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:02.725634 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:02.725920 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:02.725954 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:02.726298 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:02.726608 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:02.726728 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} executeQuery: Read 30 rows, 2.10 KiB in 0.001321 sec., 22710.068130204392 rows/sec., 1.56 MiB/sec. 2024.05.10 21:25:02.726887 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} DynamicQueryHandler: Done processing query 2024.05.10 21:25:02.726911 [ 3 ] {45473a48-6ea9-4ed8-8421-0dab49751d45} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:02.726926 [ 3 ] {} HTTP-Session: 0f0add2b-c79d-47a3-8397-1f6efdf7d4c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.718813 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:07.718941 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:07.718967 [ 3 ] {} HTTP-Session: 82908565-53ce-4843-bb1f-dbe1803a4673 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:07.718991 [ 3 ] {} HTTP-Session: 82908565-53ce-4843-bb1f-dbe1803a4673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.719006 [ 3 ] {} HTTP-Session: 82908565-53ce-4843-bb1f-dbe1803a4673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.719055 [ 3 ] {} HTTP-Session: 82908565-53ce-4843-bb1f-dbe1803a4673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:07.719238 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:07.719305 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:25:07.719502 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:07.719943 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:07.719986 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:07.720351 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:07.720693 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:07.720854 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} executeQuery: Read 23 rows, 1.86 KiB in 0.001669 sec., 13780.70701018574 rows/sec., 1.09 MiB/sec. 2024.05.10 21:25:07.721106 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} DynamicQueryHandler: Done processing query 2024.05.10 21:25:07.721132 [ 3 ] {6d9bf5cf-05cd-4dfe-8ddb-74cfd852a22f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:07.721148 [ 3 ] {} HTTP-Session: 82908565-53ce-4843-bb1f-dbe1803a4673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.721332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:07.721389 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:07.721409 [ 3 ] {} HTTP-Session: 217ba342-b548-4ed0-8d9c-0adec2d073c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:07.721427 [ 3 ] {} HTTP-Session: 217ba342-b548-4ed0-8d9c-0adec2d073c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.721441 [ 3 ] {} HTTP-Session: 217ba342-b548-4ed0-8d9c-0adec2d073c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.721476 [ 3 ] {} HTTP-Session: 217ba342-b548-4ed0-8d9c-0adec2d073c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:07.721613 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:07.721659 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:07.721786 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:07.722168 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:07.722204 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:07.722517 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:25:07.722816 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:07.722973 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} executeQuery: Read 95 rows, 8.24 KiB in 0.001414 sec., 67185.28995756719 rows/sec., 5.69 MiB/sec. 2024.05.10 21:25:07.723263 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} DynamicQueryHandler: Done processing query 2024.05.10 21:25:07.723287 [ 3 ] {4335004a-4011-4ae5-9ab3-6f6546e7a98c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:25:07.723303 [ 3 ] {} HTTP-Session: 217ba342-b548-4ed0-8d9c-0adec2d073c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.723441 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 8684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:07.723491 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:07.723510 [ 3 ] {} HTTP-Session: 48699934-0072-49e4-89de-97bd9700c4c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:07.723526 [ 3 ] {} HTTP-Session: 48699934-0072-49e4-89de-97bd9700c4c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.723540 [ 3 ] {} HTTP-Session: 48699934-0072-49e4-89de-97bd9700c4c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.723571 [ 3 ] {} HTTP-Session: 48699934-0072-49e4-89de-97bd9700c4c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:07.723688 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:07.723732 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:07.723878 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:07.724198 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:07.724234 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:07.724535 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:25:07.724829 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:07.724984 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} executeQuery: Read 51 rows, 4.08 KiB in 0.001338 sec., 38116.591928251124 rows/sec., 2.98 MiB/sec. 2024.05.10 21:25:07.725159 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} DynamicQueryHandler: Done processing query 2024.05.10 21:25:07.725183 [ 3 ] {8481fa5b-464f-4a39-ad64-e468ada9e965} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:25:07.725198 [ 3 ] {} HTTP-Session: 48699934-0072-49e4-89de-97bd9700c4c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.725338 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:07.725387 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:07.725406 [ 3 ] {} HTTP-Session: 6983558a-cfdb-4190-a525-953cb51c46a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:07.725422 [ 3 ] {} HTTP-Session: 6983558a-cfdb-4190-a525-953cb51c46a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.725436 [ 3 ] {} HTTP-Session: 6983558a-cfdb-4190-a525-953cb51c46a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.725467 [ 3 ] {} HTTP-Session: 6983558a-cfdb-4190-a525-953cb51c46a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:07.725599 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:07.725644 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:07.725792 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:07.726175 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:07.726223 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:07.726698 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:25:07.727028 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:07.727192 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} executeQuery: Read 100 rows, 7.10 KiB in 0.00165 sec., 60606.06060606061 rows/sec., 4.20 MiB/sec. 2024.05.10 21:25:07.727359 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} DynamicQueryHandler: Done processing query 2024.05.10 21:25:07.727383 [ 3 ] {0e0604b7-be65-4020-9a9f-afbe7029e2d3} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.10 21:25:07.727399 [ 3 ] {} HTTP-Session: 6983558a-cfdb-4190-a525-953cb51c46a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.727575 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 24643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:07.727626 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:07.727645 [ 3 ] {} HTTP-Session: 432b874e-0936-4aa3-8d86-05f1165d26f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:07.727661 [ 3 ] {} HTTP-Session: 432b874e-0936-4aa3-8d86-05f1165d26f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.727674 [ 3 ] {} HTTP-Session: 432b874e-0936-4aa3-8d86-05f1165d26f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.727706 [ 3 ] {} HTTP-Session: 432b874e-0936-4aa3-8d86-05f1165d26f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:07.727946 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:07.727995 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:25:07.728161 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:07.728597 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:07.728633 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:07.729082 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:07.729472 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:07.729638 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} executeQuery: Read 23 rows, 31.78 KiB in 0.001855 sec., 12398.921832884096 rows/sec., 16.73 MiB/sec. 2024.05.10 21:25:07.729856 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} DynamicQueryHandler: Done processing query 2024.05.10 21:25:07.729881 [ 3 ] {fa24c733-35ce-48a3-8a86-6f3434f19b2a} MemoryTracker: Peak memory usage (for query): 4.29 MiB. 2024.05.10 21:25:07.729897 [ 3 ] {} HTTP-Session: 432b874e-0936-4aa3-8d86-05f1165d26f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.730032 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:07.730082 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:07.730101 [ 3 ] {} HTTP-Session: f6ac06e0-bf08-4d29-a597-c161861df0a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:07.730117 [ 3 ] {} HTTP-Session: f6ac06e0-bf08-4d29-a597-c161861df0a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.730131 [ 3 ] {} HTTP-Session: f6ac06e0-bf08-4d29-a597-c161861df0a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:07.730162 [ 3 ] {} HTTP-Session: f6ac06e0-bf08-4d29-a597-c161861df0a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:07.730267 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:07.730314 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:07.730443 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:07.730702 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:07.730739 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2024.05.10 21:25:07.731100 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:25:07.731460 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:07.731632 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} executeQuery: Read 30 rows, 2.10 KiB in 0.001396 sec., 21489.971346704868 rows/sec., 1.47 MiB/sec. 2024.05.10 21:25:07.731801 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} DynamicQueryHandler: Done processing query 2024.05.10 21:25:07.731826 [ 3 ] {9d4723f9-2e58-4c5a-9add-55de595609d1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:07.731842 [ 3 ] {} HTTP-Session: f6ac06e0-bf08-4d29-a597-c161861df0a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.720401 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:12.720537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:12.720562 [ 3 ] {} HTTP-Session: 861d07a8-17d8-4961-9581-e58d465864a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:12.720586 [ 3 ] {} HTTP-Session: 861d07a8-17d8-4961-9581-e58d465864a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.720601 [ 3 ] {} HTTP-Session: 861d07a8-17d8-4961-9581-e58d465864a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.720652 [ 3 ] {} HTTP-Session: 861d07a8-17d8-4961-9581-e58d465864a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:12.720854 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:12.720921 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:12.721112 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:12.721565 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:12.721607 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:12.721977 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:25:12.722307 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:12.722487 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} executeQuery: Read 52 rows, 4.04 KiB in 0.001699 sec., 30606.238964096527 rows/sec., 2.32 MiB/sec. 2024.05.10 21:25:12.722821 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} DynamicQueryHandler: Done processing query 2024.05.10 21:25:12.722847 [ 3 ] {3f7728fa-a593-46da-a212-24a3376ec586} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:25:12.722864 [ 3 ] {} HTTP-Session: 861d07a8-17d8-4961-9581-e58d465864a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.723059 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:12.723108 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:12.723127 [ 3 ] {} HTTP-Session: 2aa00f00-1a63-4aa2-9912-d53e284df03f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:12.723143 [ 3 ] {} HTTP-Session: 2aa00f00-1a63-4aa2-9912-d53e284df03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.723157 [ 3 ] {} HTTP-Session: 2aa00f00-1a63-4aa2-9912-d53e284df03f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.723188 [ 3 ] {} HTTP-Session: 2aa00f00-1a63-4aa2-9912-d53e284df03f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:12.723299 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:12.723342 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:12.723485 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:12.723805 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:12.723841 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:12.724154 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:25:12.724457 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:12.724609 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} executeQuery: Read 56 rows, 4.47 KiB in 0.001344 sec., 41666.66666666667 rows/sec., 3.25 MiB/sec. 2024.05.10 21:25:12.724885 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} DynamicQueryHandler: Done processing query 2024.05.10 21:25:12.724910 [ 3 ] {8c7f1e2e-fa54-4e5d-86ad-d1c86a1020fc} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:25:12.724925 [ 3 ] {} HTTP-Session: 2aa00f00-1a63-4aa2-9912-d53e284df03f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.725126 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:12.725172 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:12.725190 [ 3 ] {} HTTP-Session: 0c68c82d-3c95-44f1-8efb-22d1e92e3697 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:12.725206 [ 3 ] {} HTTP-Session: 0c68c82d-3c95-44f1-8efb-22d1e92e3697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.725220 [ 3 ] {} HTTP-Session: 0c68c82d-3c95-44f1-8efb-22d1e92e3697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.725250 [ 3 ] {} HTTP-Session: 0c68c82d-3c95-44f1-8efb-22d1e92e3697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:12.725394 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:12.725441 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:12.725605 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:12.725969 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:12.726005 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:12.726440 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:25:12.726788 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:12.726950 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} executeQuery: Read 150 rows, 10.65 KiB in 0.001613 sec., 92994.4203347799 rows/sec., 6.45 MiB/sec. 2024.05.10 21:25:12.727220 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} DynamicQueryHandler: Done processing query 2024.05.10 21:25:12.727245 [ 3 ] {e5e5f75e-9254-48cf-920c-c9540b0ad4f4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:12.727263 [ 3 ] {} HTTP-Session: 0c68c82d-3c95-44f1-8efb-22d1e92e3697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.727413 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:12.727462 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:12.727481 [ 3 ] {} HTTP-Session: c79d3626-bdd1-4b67-98e5-379f643f3683 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:12.727525 [ 3 ] {} HTTP-Session: c79d3626-bdd1-4b67-98e5-379f643f3683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.727540 [ 3 ] {} HTTP-Session: c79d3626-bdd1-4b67-98e5-379f643f3683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:12.727571 [ 3 ] {} HTTP-Session: c79d3626-bdd1-4b67-98e5-379f643f3683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:12.727677 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:12.727723 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:12.727863 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:12.728145 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:12.728180 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:12.728555 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:25:12.728882 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:12.729061 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} executeQuery: Read 50 rows, 3.51 KiB in 0.001418 sec., 35260.93088857546 rows/sec., 2.42 MiB/sec. 2024.05.10 21:25:12.729215 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} DynamicQueryHandler: Done processing query 2024.05.10 21:25:12.729240 [ 3 ] {06fa8ac0-baea-44d9-a182-5bd02d415e33} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:12.729255 [ 3 ] {} HTTP-Session: c79d3626-bdd1-4b67-98e5-379f643f3683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:16.589941 [ 97 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:25:16.590048 [ 97 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:25:17.722078 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:17.722192 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:17.722217 [ 3 ] {} HTTP-Session: 87edcac5-04af-4e74-b9fd-6873ddb1da76 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:17.722242 [ 3 ] {} HTTP-Session: 87edcac5-04af-4e74-b9fd-6873ddb1da76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.722257 [ 3 ] {} HTTP-Session: 87edcac5-04af-4e74-b9fd-6873ddb1da76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.722305 [ 3 ] {} HTTP-Session: 87edcac5-04af-4e74-b9fd-6873ddb1da76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:17.722496 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:17.722565 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:25:17.722757 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:17.723190 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:17.723251 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:17.723668 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:25:17.724015 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:17.724183 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} executeQuery: Read 24 rows, 1.95 KiB in 0.001739 sec., 13801.035077630822 rows/sec., 1.09 MiB/sec. 2024.05.10 21:25:17.724410 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} DynamicQueryHandler: Done processing query 2024.05.10 21:25:17.724436 [ 3 ] {713f90b4-7ac9-4c6d-8b4d-4a8acb77f416} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:17.724453 [ 3 ] {} HTTP-Session: 87edcac5-04af-4e74-b9fd-6873ddb1da76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.724647 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:17.724701 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:17.724722 [ 3 ] {} HTTP-Session: e44cd66c-11c2-43e3-8688-6db92bbf7ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:17.724740 [ 3 ] {} HTTP-Session: e44cd66c-11c2-43e3-8688-6db92bbf7ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.724754 [ 3 ] {} HTTP-Session: e44cd66c-11c2-43e3-8688-6db92bbf7ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.724789 [ 3 ] {} HTTP-Session: e44cd66c-11c2-43e3-8688-6db92bbf7ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:17.724936 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:17.724983 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:17.725114 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:17.725550 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:17.725587 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:17.725960 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:25:17.726276 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:17.726443 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} executeQuery: Read 124 rows, 10.57 KiB in 0.00156 sec., 79487.17948717948 rows/sec., 6.62 MiB/sec. 2024.05.10 21:25:17.726696 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} DynamicQueryHandler: Done processing query 2024.05.10 21:25:17.726721 [ 3 ] {8d968466-0d45-49aa-b2f9-82283bc6454e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:25:17.726737 [ 3 ] {} HTTP-Session: e44cd66c-11c2-43e3-8688-6db92bbf7ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.726917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 13591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:17.726966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:17.726985 [ 3 ] {} HTTP-Session: 35d6e6e6-623b-4526-b144-95b11537cf2a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:17.727002 [ 3 ] {} HTTP-Session: 35d6e6e6-623b-4526-b144-95b11537cf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.727016 [ 3 ] {} HTTP-Session: 35d6e6e6-623b-4526-b144-95b11537cf2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.727047 [ 3 ] {} HTTP-Session: 35d6e6e6-623b-4526-b144-95b11537cf2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:17.727198 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:17.727243 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:17.727392 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:17.727729 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:17.727765 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:17.728082 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:25:17.728416 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:17.728577 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} executeQuery: Read 80 rows, 6.39 KiB in 0.001446 sec., 55325.03457814661 rows/sec., 4.32 MiB/sec. 2024.05.10 21:25:17.728839 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} DynamicQueryHandler: Done processing query 2024.05.10 21:25:17.728863 [ 3 ] {debef374-cd2c-4e0d-899b-3e5c35cec15f} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:25:17.728878 [ 3 ] {} HTTP-Session: 35d6e6e6-623b-4526-b144-95b11537cf2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.729081 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:17.729141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:17.729160 [ 3 ] {} HTTP-Session: 68ef487b-17d7-4eac-8d51-a86e9b8bc679 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:17.729178 [ 3 ] {} HTTP-Session: 68ef487b-17d7-4eac-8d51-a86e9b8bc679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.729191 [ 3 ] {} HTTP-Session: 68ef487b-17d7-4eac-8d51-a86e9b8bc679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.729223 [ 3 ] {} HTTP-Session: 68ef487b-17d7-4eac-8d51-a86e9b8bc679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:17.729447 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:17.729499 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:17.729667 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:17.730055 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:17.730098 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:17.730557 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:25:17.730960 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:17.731132 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} executeQuery: Read 150 rows, 10.65 KiB in 0.001807 sec., 83010.51466519093 rows/sec., 5.76 MiB/sec. 2024.05.10 21:25:17.731331 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} DynamicQueryHandler: Done processing query 2024.05.10 21:25:17.731356 [ 3 ] {6daee815-e8db-430f-af32-79e3f67a874e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:17.731373 [ 3 ] {} HTTP-Session: 68ef487b-17d7-4eac-8d51-a86e9b8bc679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.731532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:17.731584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:17.731603 [ 3 ] {} HTTP-Session: f4a210ab-b065-4c08-b334-f044cefdde86 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:17.731620 [ 3 ] {} HTTP-Session: f4a210ab-b065-4c08-b334-f044cefdde86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.731634 [ 3 ] {} HTTP-Session: f4a210ab-b065-4c08-b334-f044cefdde86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.731665 [ 3 ] {} HTTP-Session: f4a210ab-b065-4c08-b334-f044cefdde86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:17.732235 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:17.732290 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:25:17.732452 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:17.732857 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:17.732894 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:17.733313 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:25:17.733667 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:17.733827 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} executeQuery: Read 24 rows, 33.16 KiB in 0.002077 sec., 11555.127587867117 rows/sec., 15.59 MiB/sec. 2024.05.10 21:25:17.733999 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} DynamicQueryHandler: Done processing query 2024.05.10 21:25:17.734024 [ 3 ] {509d292b-a4ec-46d5-b073-16906b2c3215} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:25:17.734039 [ 3 ] {} HTTP-Session: f4a210ab-b065-4c08-b334-f044cefdde86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.734172 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:17.734221 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:17.734240 [ 3 ] {} HTTP-Session: ca508e72-6e93-48f9-b4de-c9647df17cc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:17.734257 [ 3 ] {} HTTP-Session: ca508e72-6e93-48f9-b4de-c9647df17cc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.734271 [ 3 ] {} HTTP-Session: ca508e72-6e93-48f9-b4de-c9647df17cc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:17.734303 [ 3 ] {} HTTP-Session: ca508e72-6e93-48f9-b4de-c9647df17cc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:17.734413 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:17.734458 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:17.734587 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:17.734880 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:17.734916 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:17.735271 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:25:17.735611 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:17.735764 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} executeQuery: Read 50 rows, 3.51 KiB in 0.001379 sec., 36258.15808556925 rows/sec., 2.49 MiB/sec. 2024.05.10 21:25:17.735941 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} DynamicQueryHandler: Done processing query 2024.05.10 21:25:17.735965 [ 3 ] {8859b79b-05eb-4120-9c00-acf56cade772} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:17.735980 [ 3 ] {} HTTP-Session: ca508e72-6e93-48f9-b4de-c9647df17cc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.720941 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:22.721081 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:22.721112 [ 3 ] {} HTTP-Session: 426f8615-f373-4b86-bec9-9fbb62167ed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:22.721140 [ 3 ] {} HTTP-Session: 426f8615-f373-4b86-bec9-9fbb62167ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.721159 [ 3 ] {} HTTP-Session: 426f8615-f373-4b86-bec9-9fbb62167ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.721215 [ 3 ] {} HTTP-Session: 426f8615-f373-4b86-bec9-9fbb62167ed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:22.721434 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:22.721511 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:22.721733 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:22.722192 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.722238 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.722615 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:25:22.722956 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.723127 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} executeQuery: Read 52 rows, 4.04 KiB in 0.001756 sec., 29612.7562642369 rows/sec., 2.25 MiB/sec. 2024.05.10 21:25:22.723135 [ 88 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.10 21:25:22.723273 [ 88 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.723317 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.723378 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} DynamicQueryHandler: Done processing query 2024.05.10 21:25:22.723414 [ 3 ] {0fc3ca7e-1e7f-45e0-a6f4-fd479c97865a} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:25:22.723453 [ 3 ] {} HTTP-Session: 426f8615-f373-4b86-bec9-9fbb62167ed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.723645 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:22.723702 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:22.723722 [ 3 ] {} HTTP-Session: c94b3b83-4ed2-4027-967c-53b7fbf52bf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:22.723739 [ 3 ] {} HTTP-Session: c94b3b83-4ed2-4027-967c-53b7fbf52bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.723753 [ 3 ] {} HTTP-Session: c94b3b83-4ed2-4027-967c-53b7fbf52bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.723790 [ 3 ] {} HTTP-Session: c94b3b83-4ed2-4027-967c-53b7fbf52bf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:22.723916 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:22.723963 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:22.724106 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:22.724458 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.724497 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.724808 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:25:22.725127 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.725275 [ 88 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.10 21:25:22.725287 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} executeQuery: Read 56 rows, 4.47 KiB in 0.001406 sec., 39829.30298719773 rows/sec., 3.11 MiB/sec. 2024.05.10 21:25:22.725321 [ 88 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.725377 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.725563 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} DynamicQueryHandler: Done processing query 2024.05.10 21:25:22.725593 [ 3 ] {7520c510-a267-4a59-ab35-d0889d8e4c44} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:25:22.725609 [ 3 ] {} HTTP-Session: c94b3b83-4ed2-4027-967c-53b7fbf52bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.725771 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:22.725821 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:22.725839 [ 3 ] {} HTTP-Session: 4a8e7e22-8bde-435b-82a8-f6e63f625d1d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:22.725856 [ 3 ] {} HTTP-Session: 4a8e7e22-8bde-435b-82a8-f6e63f625d1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.725869 [ 3 ] {} HTTP-Session: 4a8e7e22-8bde-435b-82a8-f6e63f625d1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.725901 [ 3 ] {} HTTP-Session: 4a8e7e22-8bde-435b-82a8-f6e63f625d1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:22.726045 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:22.726094 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:22.726258 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:22.726633 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.726669 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.727058 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:25:22.727411 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.727699 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} executeQuery: Read 150 rows, 10.65 KiB in 0.001713 sec., 87565.67425569177 rows/sec., 6.07 MiB/sec. 2024.05.10 21:25:22.727706 [ 88 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.10 21:25:22.727799 [ 88 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.727862 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.728044 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} DynamicQueryHandler: Done processing query 2024.05.10 21:25:22.728118 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.10 21:25:22.728167 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.10 21:25:22.728128 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.10 21:25:22.728200 [ 3 ] {4e09ccc0-456a-42de-9137-17209e057390} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:22.728437 [ 3 ] {} HTTP-Session: 4a8e7e22-8bde-435b-82a8-f6e63f625d1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.728963 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:22.729247 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:22.729355 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:22.729359 [ 3 ] {} HTTP-Session: 52e28568-7bb6-43e3-b2d0-801b1b76c49d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:22.729461 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:22.729460 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:22.729478 [ 3 ] {} HTTP-Session: 52e28568-7bb6-43e3-b2d0-801b1b76c49d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.729532 [ 3 ] {} HTTP-Session: 52e28568-7bb6-43e3-b2d0-801b1b76c49d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.729565 [ 3 ] {} HTTP-Session: 52e28568-7bb6-43e3-b2d0-801b1b76c49d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:22.729683 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:22.729730 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:22.729859 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:22.730220 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.730257 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.731482 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part 2024.05.10 21:25:22.731483 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 96 rows starting from the beginning of the part 2024.05.10 21:25:22.731538 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 67 rows starting from the beginning of the part 2024.05.10 21:25:22.731698 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:25:22.732036 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.732192 [ 88 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.10 21:25:22.732198 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} executeQuery: Read 50 rows, 3.51 KiB in 0.00255 sec., 19607.843137254902 rows/sec., 1.34 MiB/sec. 2024.05.10 21:25:22.732236 [ 88 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:22.732303 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:22.732500 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.10 21:25:22.732524 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} DynamicQueryHandler: Done processing query 2024.05.10 21:25:22.732577 [ 3 ] {4f424e74-daf8-48ac-b24a-046bcbf56df1} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:22.732612 [ 3 ] {} HTTP-Session: 52e28568-7bb6-43e3-b2d0-801b1b76c49d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:22.732725 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:22.732773 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2024.05.10 21:25:22.734028 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::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.05.10 21:25:22.734091 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2024.05.10 21:25:22.734135 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2024.05.10 21:25:22.734139 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2024.05.10 21:25:22.736336 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 51 rows starting from the beginning of the part 2024.05.10 21:25:22.736376 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 95 rows starting from the beginning of the part 2024.05.10 21:25:22.740993 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2024.05.10 21:25:22.741846 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part 2024.05.10 21:25:22.741852 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2024.05.10 21:25:22.742463 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part 2024.05.10 21:25:22.742653 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part 2024.05.10 21:25:22.743273 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2024.05.10 21:25:22.743626 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part 2024.05.10 21:25:22.743733 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part 2024.05.10 21:25:22.743809 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 80 rows starting from the beginning of the part 2024.05.10 21:25:22.744649 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2024.05.10 21:25:22.745421 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 124 rows starting from the beginning of the part 2024.05.10 21:25:22.745428 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part 2024.05.10 21:25:22.746087 [ 198 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2024.05.10 21:25:22.746421 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2024.05.10 21:25:22.750590 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 338 rows, containing 4 columns (4 merged, 0 gathered) in 0.023145486 sec., 14603.279447232173 rows/sec., 1.14 MiB/sec. 2024.05.10 21:25:22.750762 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.10 21:25:22.750949 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 445 rows, containing 4 columns (4 merged, 0 gathered) in 0.027526357 sec., 16166.323789232261 rows/sec., 1.32 MiB/sec. 2024.05.10 21:25:22.751274 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.10 21:25:22.751414 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.751592 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_6_1} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.10 21:25:22.751838 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2024.05.10 21:25:22.752028 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.752140 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_6_1} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.10 21:25:22.752461 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.10 21:25:22.753287 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 5 columns (5 merged, 0 gathered) in 0.025325631 sec., 29614.267064066436 rows/sec., 2.05 MiB/sec. 2024.05.10 21:25:22.753294 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.020880127 sec., 11494.182961626624 rows/sec., 806.78 KiB/sec. 2024.05.10 21:25:22.753547 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.10 21:25:22.753554 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.10 21:25:22.754528 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.754660 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:22.754715 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_6_1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.10 21:25:22.754825 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_6_1} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.10 21:25:22.754881 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2024.05.10 21:25:22.755009 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.05.10 21:25:27.720873 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:27.721040 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:27.721080 [ 3 ] {} HTTP-Session: d426c13d-766c-4444-b330-889822576855 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:27.721117 [ 3 ] {} HTTP-Session: d426c13d-766c-4444-b330-889822576855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.721139 [ 3 ] {} HTTP-Session: d426c13d-766c-4444-b330-889822576855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.721211 [ 3 ] {} HTTP-Session: d426c13d-766c-4444-b330-889822576855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:27.721465 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:27.721545 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:25:27.721763 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:27.722452 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:27.722502 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:27.722911 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:25:27.723372 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:27.723533 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} executeQuery: Read 24 rows, 1.95 KiB in 0.002148 sec., 11173.184357541899 rows/sec., 905.64 KiB/sec. 2024.05.10 21:25:27.723794 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} DynamicQueryHandler: Done processing query 2024.05.10 21:25:27.723822 [ 3 ] {8fa1a077-d3a2-4f6e-8b5a-545c722ca32d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:27.723839 [ 3 ] {} HTTP-Session: d426c13d-766c-4444-b330-889822576855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.723989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:27.724052 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:27.724073 [ 3 ] {} HTTP-Session: 2c57b0ad-d933-4553-91e2-20768de83f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:27.724091 [ 3 ] {} HTTP-Session: 2c57b0ad-d933-4553-91e2-20768de83f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.724106 [ 3 ] {} HTTP-Session: 2c57b0ad-d933-4553-91e2-20768de83f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.724144 [ 3 ] {} HTTP-Session: 2c57b0ad-d933-4553-91e2-20768de83f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:27.724299 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:27.724349 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:27.724487 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:27.724920 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:27.724957 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:27.725314 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:25:27.725645 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:27.725785 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} executeQuery: Read 124 rows, 10.57 KiB in 0.001552 sec., 79896.90721649484 rows/sec., 6.65 MiB/sec. 2024.05.10 21:25:27.725972 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} DynamicQueryHandler: Done processing query 2024.05.10 21:25:27.726005 [ 3 ] {8e0954e8-1c18-4aac-9679-2cdf3f1fcd02} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:25:27.726027 [ 3 ] {} HTTP-Session: 2c57b0ad-d933-4553-91e2-20768de83f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.726181 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 13591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:27.726243 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:27.726262 [ 3 ] {} HTTP-Session: a8896688-85f3-49f4-8f4b-b6b9fd53c1fb Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:27.726283 [ 3 ] {} HTTP-Session: a8896688-85f3-49f4-8f4b-b6b9fd53c1fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.726297 [ 3 ] {} HTTP-Session: a8896688-85f3-49f4-8f4b-b6b9fd53c1fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.726332 [ 3 ] {} HTTP-Session: a8896688-85f3-49f4-8f4b-b6b9fd53c1fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:27.726465 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:27.726512 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:27.726643 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:27.726996 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:27.727035 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:27.727369 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:25:27.727698 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:27.727821 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} executeQuery: Read 80 rows, 6.39 KiB in 0.001406 sec., 56899.00426742532 rows/sec., 4.44 MiB/sec. 2024.05.10 21:25:27.728116 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} DynamicQueryHandler: Done processing query 2024.05.10 21:25:27.728141 [ 3 ] {5212cfbc-d7f6-4479-803d-11b1c12827bd} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:25:27.728157 [ 3 ] {} HTTP-Session: a8896688-85f3-49f4-8f4b-b6b9fd53c1fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.728325 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:27.728380 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:27.728399 [ 3 ] {} HTTP-Session: b9298599-ebf3-4440-bfdd-e7587d1ecc5e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:27.728416 [ 3 ] {} HTTP-Session: b9298599-ebf3-4440-bfdd-e7587d1ecc5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.728430 [ 3 ] {} HTTP-Session: b9298599-ebf3-4440-bfdd-e7587d1ecc5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.728462 [ 3 ] {} HTTP-Session: b9298599-ebf3-4440-bfdd-e7587d1ecc5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:27.728615 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:27.728666 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:27.728830 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:27.729293 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:27.729334 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:27.729763 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:25:27.730134 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:27.730264 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} executeQuery: Read 150 rows, 10.65 KiB in 0.001722 sec., 87108.01393728223 rows/sec., 6.04 MiB/sec. 2024.05.10 21:25:27.730446 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} DynamicQueryHandler: Done processing query 2024.05.10 21:25:27.730471 [ 3 ] {7903ad5b-563a-42ba-8be6-f10e78311cd7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:27.730487 [ 3 ] {} HTTP-Session: b9298599-ebf3-4440-bfdd-e7587d1ecc5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.730623 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:27.730673 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:27.730693 [ 3 ] {} HTTP-Session: 5c2f298e-6625-4819-9b0e-3af211b7550f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:27.730710 [ 3 ] {} HTTP-Session: 5c2f298e-6625-4819-9b0e-3af211b7550f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.730725 [ 3 ] {} HTTP-Session: 5c2f298e-6625-4819-9b0e-3af211b7550f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.730756 [ 3 ] {} HTTP-Session: 5c2f298e-6625-4819-9b0e-3af211b7550f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:27.731008 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:27.731058 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:25:27.731215 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:27.731680 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:27.731716 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:27.732226 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:25:27.732599 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:27.732726 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} executeQuery: Read 24 rows, 33.16 KiB in 0.001883 sec., 12745.618693574084 rows/sec., 17.20 MiB/sec. 2024.05.10 21:25:27.732899 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} DynamicQueryHandler: Done processing query 2024.05.10 21:25:27.732924 [ 3 ] {b88edf6e-21ba-42ff-9e65-a7dcbf8d751b} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:25:27.732939 [ 3 ] {} HTTP-Session: 5c2f298e-6625-4819-9b0e-3af211b7550f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.733059 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:27.733110 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:27.733130 [ 3 ] {} HTTP-Session: 58f2ecdd-0a56-418c-8860-fa26126f8dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:27.733146 [ 3 ] {} HTTP-Session: 58f2ecdd-0a56-418c-8860-fa26126f8dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.733160 [ 3 ] {} HTTP-Session: 58f2ecdd-0a56-418c-8860-fa26126f8dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:27.733192 [ 3 ] {} HTTP-Session: 58f2ecdd-0a56-418c-8860-fa26126f8dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:27.733305 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:27.733350 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:27.733477 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:27.733798 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:27.733834 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:27.734231 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:25:27.734581 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:27.734705 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} executeQuery: Read 50 rows, 3.51 KiB in 0.001441 sec., 34698.126301179735 rows/sec., 2.38 MiB/sec. 2024.05.10 21:25:27.734875 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} DynamicQueryHandler: Done processing query 2024.05.10 21:25:27.734898 [ 3 ] {3e42622b-37d3-464c-965b-d0365c446bc6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:27.734914 [ 3 ] {} HTTP-Session: 58f2ecdd-0a56-418c-8860-fa26126f8dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:31.590096 [ 76 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:25:31.590166 [ 76 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:25:32.720451 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:32.720566 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:32.720592 [ 3 ] {} HTTP-Session: 5cb8e9d0-4cd8-4bb0-a216-c1bf6c433ba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:32.720617 [ 3 ] {} HTTP-Session: 5cb8e9d0-4cd8-4bb0-a216-c1bf6c433ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.720633 [ 3 ] {} HTTP-Session: 5cb8e9d0-4cd8-4bb0-a216-c1bf6c433ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.720685 [ 3 ] {} HTTP-Session: 5cb8e9d0-4cd8-4bb0-a216-c1bf6c433ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:32.720893 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:32.720964 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:32.721159 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:32.721629 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:32.721676 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:32.722075 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:25:32.722445 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:32.722617 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} executeQuery: Read 52 rows, 4.04 KiB in 0.001791 sec., 29034.05918481295 rows/sec., 2.20 MiB/sec. 2024.05.10 21:25:32.722870 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} DynamicQueryHandler: Done processing query 2024.05.10 21:25:32.722902 [ 3 ] {680dadb7-1727-46b3-8a06-b019440b34fc} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:25:32.722919 [ 3 ] {} HTTP-Session: 5cb8e9d0-4cd8-4bb0-a216-c1bf6c433ba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.723063 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:32.723124 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:32.723145 [ 3 ] {} HTTP-Session: c3e7c203-7ed9-4312-b59e-4a00e980444e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:32.723163 [ 3 ] {} HTTP-Session: c3e7c203-7ed9-4312-b59e-4a00e980444e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.723177 [ 3 ] {} HTTP-Session: c3e7c203-7ed9-4312-b59e-4a00e980444e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.723214 [ 3 ] {} HTTP-Session: c3e7c203-7ed9-4312-b59e-4a00e980444e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:32.723343 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:32.723391 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:32.723526 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:32.723903 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:32.723941 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:32.724260 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:25:32.724594 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:32.724752 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} executeQuery: Read 56 rows, 4.47 KiB in 0.001442 sec., 38834.95145631068 rows/sec., 3.03 MiB/sec. 2024.05.10 21:25:32.725055 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} DynamicQueryHandler: Done processing query 2024.05.10 21:25:32.725080 [ 3 ] {db9755db-fa3a-4354-bdf9-174ed6c64230} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:25:32.725097 [ 3 ] {} HTTP-Session: c3e7c203-7ed9-4312-b59e-4a00e980444e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.725278 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 28657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:32.725332 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:32.725352 [ 3 ] {} HTTP-Session: a603c37e-7160-473f-ba08-660b5c82f66b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:32.725369 [ 3 ] {} HTTP-Session: a603c37e-7160-473f-ba08-660b5c82f66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.725383 [ 3 ] {} HTTP-Session: a603c37e-7160-473f-ba08-660b5c82f66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.725415 [ 3 ] {} HTTP-Session: a603c37e-7160-473f-ba08-660b5c82f66b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:32.725566 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:32.725618 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:32.725787 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:32.726197 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:32.726235 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:32.726636 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:25:32.727005 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:32.727170 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} executeQuery: Read 150 rows, 10.65 KiB in 0.001664 sec., 90144.23076923078 rows/sec., 6.25 MiB/sec. 2024.05.10 21:25:32.727389 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} DynamicQueryHandler: Done processing query 2024.05.10 21:25:32.727414 [ 3 ] {61d189ca-65c2-4b4b-8283-a6f6a18ef394} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:32.727430 [ 3 ] {} HTTP-Session: a603c37e-7160-473f-ba08-660b5c82f66b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.727555 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:32.727605 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:32.727625 [ 3 ] {} HTTP-Session: a02e9dcf-246b-44d1-9556-3dc3a3ddb7e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:32.727643 [ 3 ] {} HTTP-Session: a02e9dcf-246b-44d1-9556-3dc3a3ddb7e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.727657 [ 3 ] {} HTTP-Session: a02e9dcf-246b-44d1-9556-3dc3a3ddb7e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:32.727688 [ 3 ] {} HTTP-Session: a02e9dcf-246b-44d1-9556-3dc3a3ddb7e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:32.727814 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:32.727862 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:32.727992 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:32.728292 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:32.728329 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:32.728687 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:25:32.729024 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:32.729189 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} executeQuery: Read 50 rows, 3.51 KiB in 0.001416 sec., 35310.734463276836 rows/sec., 2.42 MiB/sec. 2024.05.10 21:25:32.729674 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} DynamicQueryHandler: Done processing query 2024.05.10 21:25:32.729698 [ 3 ] {18bfe0ac-22d6-4d19-b5e0-0570ecc51169} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:32.729714 [ 3 ] {} HTTP-Session: a02e9dcf-246b-44d1-9556-3dc3a3ddb7e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.715296 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.715441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.715471 [ 3 ] {} HTTP-Session: b840dfe9-cfac-45dc-9102-8a0f54cd455b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.715500 [ 3 ] {} HTTP-Session: b840dfe9-cfac-45dc-9102-8a0f54cd455b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.715519 [ 3 ] {} HTTP-Session: b840dfe9-cfac-45dc-9102-8a0f54cd455b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.715574 [ 3 ] {} HTTP-Session: b840dfe9-cfac-45dc-9102-8a0f54cd455b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.715834 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:37.718133 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:37.722497 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE 2024.05.10 21:25:37.722986 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:37.726181 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:37.732240 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2024.05.10 21:25:37.737091 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:37.739073 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.10 21:25:37.739101 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:37.739199 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" 2024.05.10 21:25:37.739227 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2024.05.10 21:25:37.753704 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} executeQuery: Read 19 rows, 814.00 B in 0.037984 sec., 500.21061499578775 rows/sec., 20.93 KiB/sec. 2024.05.10 21:25:37.754083 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.754111 [ 3 ] {d12b37b1-1ebb-48de-bde1-e3d214e937e1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:25:37.754130 [ 3 ] {} HTTP-Session: b840dfe9-cfac-45dc-9102-8a0f54cd455b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.754440 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.754503 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.754527 [ 3 ] {} HTTP-Session: 54752cfd-7026-43bf-a8d2-1f6160a0f61a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.754550 [ 3 ] {} HTTP-Session: 54752cfd-7026-43bf-a8d2-1f6160a0f61a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.754565 [ 3 ] {} HTTP-Session: 54752cfd-7026-43bf-a8d2-1f6160a0f61a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.754610 [ 3 ] {} HTTP-Session: 54752cfd-7026-43bf-a8d2-1f6160a0f61a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.754801 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:37.755128 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:37.755172 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE 2024.05.10 21:25:37.755462 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:37.755537 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:37.755696 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2024.05.10 21:25:37.755733 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:37.755759 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.10 21:25:37.755778 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:37.755822 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" 2024.05.10 21:25:37.755846 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2024.05.10 21:25:37.756741 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} executeQuery: Read 19 rows, 814.00 B in 0.002031 sec., 9354.997538158543 rows/sec., 391.39 KiB/sec. 2024.05.10 21:25:37.756989 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.757014 [ 3 ] {6b165d12-2325-494e-8295-566a083b2f59} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:25:37.757031 [ 3 ] {} HTTP-Session: 54752cfd-7026-43bf-a8d2-1f6160a0f61a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.757275 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.757330 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.757352 [ 3 ] {} HTTP-Session: 0213dd70-ae75-4f05-ae17-c95d70bc8835 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.757370 [ 3 ] {} HTTP-Session: 0213dd70-ae75-4f05-ae17-c95d70bc8835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.757385 [ 3 ] {} HTTP-Session: 0213dd70-ae75-4f05-ae17-c95d70bc8835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.757420 [ 3 ] {} HTTP-Session: 0213dd70-ae75-4f05-ae17-c95d70bc8835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.757572 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:37.757838 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:37.757881 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2024.05.10 21:25:37.758145 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:37.758211 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:37.758349 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2024.05.10 21:25:37.758383 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:37.758407 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.10 21:25:37.758425 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:37.758466 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2024.05.10 21:25:37.758490 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2024.05.10 21:25:37.759363 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} executeQuery: Read 19 rows, 814.00 B in 0.00186 sec., 10215.05376344086 rows/sec., 427.38 KiB/sec. 2024.05.10 21:25:37.759614 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.759639 [ 3 ] {7c2a580b-f926-43d4-8b3e-3464d4bc14f1} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:25:37.759657 [ 3 ] {} HTTP-Session: 0213dd70-ae75-4f05-ae17-c95d70bc8835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.759986 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.760037 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.760059 [ 3 ] {} HTTP-Session: e82a21ed-4189-47b9-81df-2ad3a70347d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.760077 [ 3 ] {} HTTP-Session: e82a21ed-4189-47b9-81df-2ad3a70347d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.760094 [ 3 ] {} HTTP-Session: e82a21ed-4189-47b9-81df-2ad3a70347d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.760124 [ 3 ] {} HTTP-Session: e82a21ed-4189-47b9-81df-2ad3a70347d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.760269 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:37.760532 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:37.760575 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:37.760843 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:37.760908 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:37.761054 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2024.05.10 21:25:37.761088 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:37.761112 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2024.05.10 21:25:37.761130 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:37.761171 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:37.761193 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2024.05.10 21:25:37.761986 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} executeQuery: Read 19 rows, 814.00 B in 0.001782 sec., 10662.177328843996 rows/sec., 446.08 KiB/sec. 2024.05.10 21:25:37.762233 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.762258 [ 3 ] {be3e97c9-45ef-4691-a906-940f55e9da0f} MemoryTracker: Peak memory usage (for query): 3.00 MiB. 2024.05.10 21:25:37.762275 [ 3 ] {} HTTP-Session: e82a21ed-4189-47b9-81df-2ad3a70347d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.768585 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.768647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.768670 [ 3 ] {} HTTP-Session: 04e6f186-8803-4ca6-a51b-83363aaf2c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.768690 [ 3 ] {} HTTP-Session: 04e6f186-8803-4ca6-a51b-83363aaf2c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.768707 [ 3 ] {} HTTP-Session: 04e6f186-8803-4ca6-a51b-83363aaf2c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.768745 [ 3 ] {} HTTP-Session: 04e6f186-8803-4ca6-a51b-83363aaf2c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.768882 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:37.768938 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:37.769119 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:37.769464 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:37.769503 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:37.769979 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:37.770289 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:37.770425 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} executeQuery: Read 4 rows, 521.00 B in 0.001589 sec., 2517.3064820641916 rows/sec., 320.19 KiB/sec. 2024.05.10 21:25:37.770634 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.770658 [ 3 ] {5b1161f8-3fd4-450f-807f-95ee8d663d4e} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.10 21:25:37.770673 [ 3 ] {} HTTP-Session: 04e6f186-8803-4ca6-a51b-83363aaf2c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.770789 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.770836 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.770855 [ 3 ] {} HTTP-Session: 5d8c843b-7ba0-4502-a4c5-a26d71b6d669 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.770871 [ 3 ] {} HTTP-Session: 5d8c843b-7ba0-4502-a4c5-a26d71b6d669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.770885 [ 3 ] {} HTTP-Session: 5d8c843b-7ba0-4502-a4c5-a26d71b6d669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.770915 [ 3 ] {} HTTP-Session: 5d8c843b-7ba0-4502-a4c5-a26d71b6d669 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.771016 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:37.771058 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:25:37.771183 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:37.771479 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:37.771514 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:37.771816 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:25:37.772118 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:37.772240 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} executeQuery: Read 24 rows, 1.95 KiB in 0.001254 sec., 19138.755980861246 rows/sec., 1.51 MiB/sec. 2024.05.10 21:25:37.772523 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.772548 [ 3 ] {5b424cc2-8942-4dc8-98bd-0a050009631d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:37.772564 [ 3 ] {} HTTP-Session: 5d8c843b-7ba0-4502-a4c5-a26d71b6d669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.772725 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.772773 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.772793 [ 3 ] {} HTTP-Session: a3857b43-4316-468c-a231-946df256403e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.772810 [ 3 ] {} HTTP-Session: a3857b43-4316-468c-a231-946df256403e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.772823 [ 3 ] {} HTTP-Session: a3857b43-4316-468c-a231-946df256403e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.772854 [ 3 ] {} HTTP-Session: a3857b43-4316-468c-a231-946df256403e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.772999 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:37.773042 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:37.773183 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:37.773618 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:37.773653 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:37.773970 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:25:37.774272 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:37.774400 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} executeQuery: Read 128 rows, 10.91 KiB in 0.00147 sec., 87074.8299319728 rows/sec., 7.24 MiB/sec. 2024.05.10 21:25:37.774598 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.774622 [ 3 ] {b945a539-aef0-416e-9435-a9a4b1a1e625} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:25:37.774638 [ 3 ] {} HTTP-Session: a3857b43-4316-468c-a231-946df256403e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.774795 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.774843 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.774861 [ 3 ] {} HTTP-Session: 2d33110c-e299-45fa-8072-1555b88afc15 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.774878 [ 3 ] {} HTTP-Session: 2d33110c-e299-45fa-8072-1555b88afc15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.774891 [ 3 ] {} HTTP-Session: 2d33110c-e299-45fa-8072-1555b88afc15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.774924 [ 3 ] {} HTTP-Session: 2d33110c-e299-45fa-8072-1555b88afc15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.775043 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:37.775085 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:37.775209 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:37.775592 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:37.775630 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:37.775951 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:25:37.776250 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:37.776371 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} executeQuery: Read 88 rows, 7.04 KiB in 0.001376 sec., 63953.48837209302 rows/sec., 4.99 MiB/sec. 2024.05.10 21:25:37.776529 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.776553 [ 3 ] {2e662034-fd43-4304-bf61-9f46cb62cecc} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:25:37.776568 [ 3 ] {} HTTP-Session: 2d33110c-e299-45fa-8072-1555b88afc15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.776742 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.776793 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.776813 [ 3 ] {} HTTP-Session: 3be10b2a-fc96-46ec-9d66-d0d542c44bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.776829 [ 3 ] {} HTTP-Session: 3be10b2a-fc96-46ec-9d66-d0d542c44bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.776843 [ 3 ] {} HTTP-Session: 3be10b2a-fc96-46ec-9d66-d0d542c44bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.776873 [ 3 ] {} HTTP-Session: 3be10b2a-fc96-46ec-9d66-d0d542c44bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.777017 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:37.777063 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:37.777200 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:37.777582 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:37.777618 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:37.777985 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:25:37.778313 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:37.778438 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} executeQuery: Read 158 rows, 11.26 KiB in 0.00149 sec., 106040.26845637584 rows/sec., 7.38 MiB/sec. 2024.05.10 21:25:37.778592 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.778616 [ 3 ] {be1a5efd-f33c-4ef5-82db-a56c7bcd40b7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:37.778631 [ 3 ] {} HTTP-Session: 3be10b2a-fc96-46ec-9d66-d0d542c44bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.778800 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.778847 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.778867 [ 3 ] {} HTTP-Session: 48159622-8469-4e02-baf9-aa9fb9ff94e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.778884 [ 3 ] {} HTTP-Session: 48159622-8469-4e02-baf9-aa9fb9ff94e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.778898 [ 3 ] {} HTTP-Session: 48159622-8469-4e02-baf9-aa9fb9ff94e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.778929 [ 3 ] {} HTTP-Session: 48159622-8469-4e02-baf9-aa9fb9ff94e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.779265 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:37.779313 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:25:37.779464 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:37.779856 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:37.779891 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:37.780271 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:25:37.780606 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:37.780739 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} executeQuery: Read 24 rows, 33.16 KiB in 0.001736 sec., 13824.884792626728 rows/sec., 18.66 MiB/sec. 2024.05.10 21:25:37.780893 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.780921 [ 3 ] {2450c36c-dec0-4e55-b3ba-93bc5e3a3825} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:25:37.780937 [ 3 ] {} HTTP-Session: 48159622-8469-4e02-baf9-aa9fb9ff94e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.781077 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 8842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:37.781124 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:37.781143 [ 3 ] {} HTTP-Session: 16045eb3-71d3-4a72-b87a-aa69670e95a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:37.781159 [ 3 ] {} HTTP-Session: 16045eb3-71d3-4a72-b87a-aa69670e95a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.781172 [ 3 ] {} HTTP-Session: 16045eb3-71d3-4a72-b87a-aa69670e95a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:37.781202 [ 3 ] {} HTTP-Session: 16045eb3-71d3-4a72-b87a-aa69670e95a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:37.781309 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:37.781353 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:37.781476 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:37.781778 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:37.781818 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:37.782230 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:25:37.782565 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:37.782690 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} executeQuery: Read 58 rows, 4.01 KiB in 0.001416 sec., 40960.451977401135 rows/sec., 2.77 MiB/sec. 2024.05.10 21:25:37.782967 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} DynamicQueryHandler: Done processing query 2024.05.10 21:25:37.782991 [ 3 ] {8c1cadc3-c9b7-4a03-9bd3-0f8494ea4e07} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:37.783007 [ 3 ] {} HTTP-Session: 16045eb3-71d3-4a72-b87a-aa69670e95a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.721240 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 7807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:42.721441 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:42.721487 [ 3 ] {} HTTP-Session: 704606fc-24e7-4305-8def-682863cddfe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:42.721528 [ 3 ] {} HTTP-Session: 704606fc-24e7-4305-8def-682863cddfe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.721556 [ 3 ] {} HTTP-Session: 704606fc-24e7-4305-8def-682863cddfe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.721637 [ 3 ] {} HTTP-Session: 704606fc-24e7-4305-8def-682863cddfe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:42.721950 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:42.722059 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:42.722288 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:42.722724 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:42.722766 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:42.723131 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:25:42.723461 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:42.723628 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} executeQuery: Read 56 rows, 4.38 KiB in 0.001782 sec., 31425.36475869809 rows/sec., 2.40 MiB/sec. 2024.05.10 21:25:42.723827 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} DynamicQueryHandler: Done processing query 2024.05.10 21:25:42.723854 [ 3 ] {c04a1e5f-fca9-40f9-a9c0-a10179e68e7d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:25:42.723870 [ 3 ] {} HTTP-Session: 704606fc-24e7-4305-8def-682863cddfe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.723996 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:42.724042 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:42.724061 [ 3 ] {} HTTP-Session: b355d03d-38f3-4869-a1b8-73faee66caee Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:42.724077 [ 3 ] {} HTTP-Session: b355d03d-38f3-4869-a1b8-73faee66caee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.724090 [ 3 ] {} HTTP-Session: b355d03d-38f3-4869-a1b8-73faee66caee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.724121 [ 3 ] {} HTTP-Session: b355d03d-38f3-4869-a1b8-73faee66caee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:42.724235 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:42.724278 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:42.724402 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:42.724742 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:42.724779 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:42.725080 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:25:42.725388 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:42.725537 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} executeQuery: Read 64 rows, 5.12 KiB in 0.001332 sec., 48048.04804804805 rows/sec., 3.75 MiB/sec. 2024.05.10 21:25:42.725828 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} DynamicQueryHandler: Done processing query 2024.05.10 21:25:42.725853 [ 3 ] {e01be169-f244-42af-86c3-5782f7308bde} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:25:42.725869 [ 3 ] {} HTTP-Session: b355d03d-38f3-4869-a1b8-73faee66caee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.726064 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:42.726116 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:42.726135 [ 3 ] {} HTTP-Session: f7faa031-4a67-4cb3-a6d6-2a335f7d4a0d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:42.726151 [ 3 ] {} HTTP-Session: f7faa031-4a67-4cb3-a6d6-2a335f7d4a0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.726165 [ 3 ] {} HTTP-Session: f7faa031-4a67-4cb3-a6d6-2a335f7d4a0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.726196 [ 3 ] {} HTTP-Session: f7faa031-4a67-4cb3-a6d6-2a335f7d4a0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:42.726347 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:42.726396 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:42.726584 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:42.726960 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:42.726997 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:42.727373 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:25:42.727702 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:42.727850 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. 2024.05.10 21:25:42.728051 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} DynamicQueryHandler: Done processing query 2024.05.10 21:25:42.728075 [ 3 ] {a101d069-3820-4b14-b433-686e5d7bd89d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:42.728091 [ 3 ] {} HTTP-Session: f7faa031-4a67-4cb3-a6d6-2a335f7d4a0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.728222 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:42.728293 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:42.728314 [ 3 ] {} HTTP-Session: f089cb25-34ee-4321-9b2f-42eb6bd67827 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:42.728330 [ 3 ] {} HTTP-Session: f089cb25-34ee-4321-9b2f-42eb6bd67827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.728344 [ 3 ] {} HTTP-Session: f089cb25-34ee-4321-9b2f-42eb6bd67827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:42.728374 [ 3 ] {} HTTP-Session: f089cb25-34ee-4321-9b2f-42eb6bd67827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:42.728486 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:42.728530 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:42.728652 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:42.728937 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:42.728973 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:42.729314 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:25:42.729619 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:42.729775 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. 2024.05.10 21:25:42.729941 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} DynamicQueryHandler: Done processing query 2024.05.10 21:25:42.729965 [ 3 ] {68e1d093-83ce-4534-98ab-d546ed2b64a5} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:42.729980 [ 3 ] {} HTTP-Session: f089cb25-34ee-4321-9b2f-42eb6bd67827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:46.590222 [ 65 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:25:46.590297 [ 65 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:25:47.721329 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.721499 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.721544 [ 3 ] {} HTTP-Session: fdcfb11d-f157-433e-b99d-34dbed14091c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.721585 [ 3 ] {} HTTP-Session: fdcfb11d-f157-433e-b99d-34dbed14091c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.721613 [ 3 ] {} HTTP-Session: fdcfb11d-f157-433e-b99d-34dbed14091c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.721697 [ 3 ] {} HTTP-Session: fdcfb11d-f157-433e-b99d-34dbed14091c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.722076 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:47.722522 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:47.722567 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:47.722883 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:47.722964 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:47.723138 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2024.05.10 21:25:47.723270 [ 260 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:47.723292 [ 262 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.10 21:25:47.723427 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2024.05.10 21:25:47.723458 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:47.725525 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.10 21:25:47.727545 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2024.05.10 21:25:47.727616 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:47.727666 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:47.729359 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} executeQuery: Read 23 rows, 983.00 B in 0.00746 sec., 3083.109919571046 rows/sec., 128.68 KiB/sec. 2024.05.10 21:25:47.729765 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.729797 [ 3 ] {731a38f0-08ff-4f21-bf52-314c8b9c8dc5} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.10 21:25:47.729815 [ 3 ] {} HTTP-Session: fdcfb11d-f157-433e-b99d-34dbed14091c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.730308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.730366 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.730388 [ 3 ] {} HTTP-Session: 4cbffec7-8d7b-4e01-8d8d-60f8c3dba86d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.730411 [ 3 ] {} HTTP-Session: 4cbffec7-8d7b-4e01-8d8d-60f8c3dba86d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.730428 [ 3 ] {} HTTP-Session: 4cbffec7-8d7b-4e01-8d8d-60f8c3dba86d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.730467 [ 3 ] {} HTTP-Session: 4cbffec7-8d7b-4e01-8d8d-60f8c3dba86d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.730609 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.730675 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:47.730854 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.731212 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.731254 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.731777 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:25:47.732116 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.732311 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} executeQuery: Read 1 rows, 232.00 B in 0.001744 sec., 573.394495412844 rows/sec., 129.91 KiB/sec. 2024.05.10 21:25:47.732609 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.732640 [ 3 ] {9e9d82ad-93fb-4ef3-b5c4-9bd048d8f6da} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.10 21:25:47.732657 [ 3 ] {} HTTP-Session: 4cbffec7-8d7b-4e01-8d8d-60f8c3dba86d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.732794 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.732846 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.732866 [ 3 ] {} HTTP-Session: 6ed4b75b-ff23-4429-9e41-928eeb6e15c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.732882 [ 3 ] {} HTTP-Session: 6ed4b75b-ff23-4429-9e41-928eeb6e15c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.732896 [ 3 ] {} HTTP-Session: 6ed4b75b-ff23-4429-9e41-928eeb6e15c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.732927 [ 3 ] {} HTTP-Session: 6ed4b75b-ff23-4429-9e41-928eeb6e15c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.733031 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.733075 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:25:47.733221 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.733552 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.733590 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.733918 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:25:47.734234 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.734390 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} executeQuery: Read 24 rows, 1.95 KiB in 0.001379 sec., 17403.91588107324 rows/sec., 1.38 MiB/sec. 2024.05.10 21:25:47.734400 [ 64 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.10 21:25:47.734504 [ 64 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.734555 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.734638 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.734673 [ 3 ] {04e2229b-9fab-471f-b022-599b3cda6a73} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:47.734686 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.10 21:25:47.734693 [ 3 ] {} HTTP-Session: 6ed4b75b-ff23-4429-9e41-928eeb6e15c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.734806 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:47.734838 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.734842 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2024.05.10 21:25:47.734898 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.734929 [ 3 ] {} HTTP-Session: eb20bf58-5a48-4a2e-9e76-c99f416da0d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.734976 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2024.05.10 21:25:47.734983 [ 3 ] {} HTTP-Session: eb20bf58-5a48-4a2e-9e76-c99f416da0d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.735039 [ 3 ] {} HTTP-Session: eb20bf58-5a48-4a2e-9e76-c99f416da0d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.735179 [ 3 ] {} HTTP-Session: eb20bf58-5a48-4a2e-9e76-c99f416da0d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.735209 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.735545 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.735560 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.735616 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:25:47.735689 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.735831 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.736443 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.736958 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.737003 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.737559 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.002923851 sec., 48566.086301935364 rows/sec., 3.84 MiB/sec. 2024.05.10 21:25:47.737617 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:25:47.737743 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.10 21:25:47.738200 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.738286 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.738461 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} executeQuery: Read 2 rows, 167.00 B in 0.003091 sec., 647.0397929472663 rows/sec., 52.76 KiB/sec. 2024.05.10 21:25:47.738471 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_6_1} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.10 21:25:47.738771 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:25:47.738979 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.739005 [ 3 ] {adfba1da-01f5-42ac-8cb7-b21544c8cd2a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:47.739022 [ 3 ] {} HTTP-Session: eb20bf58-5a48-4a2e-9e76-c99f416da0d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.739157 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.739208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.739227 [ 3 ] {} HTTP-Session: e6b32836-3623-4b9e-bb48-f8fb078a3386 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.739243 [ 3 ] {} HTTP-Session: e6b32836-3623-4b9e-bb48-f8fb078a3386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.739257 [ 3 ] {} HTTP-Session: e6b32836-3623-4b9e-bb48-f8fb078a3386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.739287 [ 3 ] {} HTTP-Session: e6b32836-3623-4b9e-bb48-f8fb078a3386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.739428 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.739474 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:47.739617 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.740016 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.740054 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.740377 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:25:47.740747 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.740898 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} executeQuery: Read 129 rows, 10.98 KiB in 0.001524 sec., 84645.66929133858 rows/sec., 7.04 MiB/sec. 2024.05.10 21:25:47.740910 [ 64 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.10 21:25:47.740986 [ 64 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.741037 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.741151 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.741158 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.10 21:25:47.741182 [ 3 ] {f7ba0a06-a206-4c0f-9d56-12aefbf8b54f} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:25:47.741209 [ 3 ] {} HTTP-Session: e6b32836-3623-4b9e-bb48-f8fb078a3386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.741295 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:47.741323 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 125 rows starting from the beginning of the part 2024.05.10 21:25:47.741360 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.741461 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 124 rows starting from the beginning of the part 2024.05.10 21:25:47.741498 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.741609 [ 3 ] {} HTTP-Session: adb77286-1219-4e51-8d16-60eb78b9a341 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.741715 [ 3 ] {} HTTP-Session: adb77286-1219-4e51-8d16-60eb78b9a341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.741782 [ 3 ] {} HTTP-Session: adb77286-1219-4e51-8d16-60eb78b9a341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.741799 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part 2024.05.10 21:25:47.741834 [ 3 ] {} HTTP-Session: adb77286-1219-4e51-8d16-60eb78b9a341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.741907 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part 2024.05.10 21:25:47.741971 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.742029 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2024.05.10 21:25:47.742045 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:25:47.742285 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 129 rows starting from the beginning of the part 2024.05.10 21:25:47.742716 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.743238 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.743284 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.743739 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2024.05.10 21:25:47.744021 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 4 columns (4 merged, 0 gathered) in 0.002912571 sec., 210810.31157695383 rows/sec., 17.28 MiB/sec. 2024.05.10 21:25:47.744163 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.10 21:25:47.744252 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.744586 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} executeQuery: Read 2 rows, 143.00 B in 0.002643 sec., 756.7158531971245 rows/sec., 52.84 KiB/sec. 2024.05.10 21:25:47.744980 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.745021 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.745055 [ 3 ] {1a80fbda-8ac8-4e7d-ad94-95277a9579d8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:47.745073 [ 3 ] {} HTTP-Session: adb77286-1219-4e51-8d16-60eb78b9a341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.745081 [ 197 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_11_2} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.10 21:25:47.745155 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.10 21:25:47.745204 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.745251 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.745272 [ 3 ] {} HTTP-Session: 378f5f58-250b-40ac-9a57-530f1665bcb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.745288 [ 3 ] {} HTTP-Session: 378f5f58-250b-40ac-9a57-530f1665bcb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.745302 [ 3 ] {} HTTP-Session: 378f5f58-250b-40ac-9a57-530f1665bcb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.745332 [ 3 ] {} HTTP-Session: 378f5f58-250b-40ac-9a57-530f1665bcb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.745453 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.745494 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:47.745624 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.745989 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.746025 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.746339 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:25:47.746663 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.746810 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} executeQuery: Read 90 rows, 7.20 KiB in 0.001393 sec., 64608.75807609476 rows/sec., 5.05 MiB/sec. 2024.05.10 21:25:47.746821 [ 64 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.10 21:25:47.746904 [ 64 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.746947 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.747086 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.747106 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.10 21:25:47.747125 [ 3 ] {a1392f44-68e0-4337-bc3d-95f616b8554e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:25:47.747171 [ 3 ] {} HTTP-Session: 378f5f58-250b-40ac-9a57-530f1665bcb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.747296 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:47.747347 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part 2024.05.10 21:25:47.747373 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.747529 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.747572 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part 2024.05.10 21:25:47.747603 [ 3 ] {} HTTP-Session: 961239ad-32ba-4cfe-8b78-858355d6f72c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.747684 [ 3 ] {} HTTP-Session: 961239ad-32ba-4cfe-8b78-858355d6f72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.747764 [ 3 ] {} HTTP-Session: 961239ad-32ba-4cfe-8b78-858355d6f72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.747907 [ 3 ] {} HTTP-Session: 961239ad-32ba-4cfe-8b78-858355d6f72c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.747912 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2024.05.10 21:25:47.748137 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 88 rows starting from the beginning of the part 2024.05.10 21:25:47.748280 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.748434 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2024.05.10 21:25:47.748448 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:47.748746 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part 2024.05.10 21:25:47.749464 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.750423 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.750498 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.751593 [ 202 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 4 columns (4 merged, 0 gathered) in 0.004567276 sec., 103781.77276783797 rows/sec., 8.11 MiB/sec. 2024.05.10 21:25:47.751604 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:25:47.751822 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.10 21:25:47.752456 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.752732 [ 64 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.10 21:25:47.752825 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.752834 [ 64 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.752846 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} executeQuery: Read 161 rows, 11.48 KiB in 0.004719 sec., 34117.39775376139 rows/sec., 2.38 MiB/sec. 2024.05.10 21:25:47.752923 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.753078 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_11_2} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.10 21:25:47.753513 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.10 21:25:47.753627 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.10 21:25:47.753834 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.753852 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:47.753881 [ 3 ] {ca8b4818-916c-40da-90ee-289aeba0a6bb} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:47.753928 [ 3 ] {} HTTP-Session: 961239ad-32ba-4cfe-8b78-858355d6f72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.753930 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 750 rows starting from the beginning of the part 2024.05.10 21:25:47.754127 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part 2024.05.10 21:25:47.754166 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25715, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.754338 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.754448 [ 3 ] {} HTTP-Session: 07156bd5-cb21-41a6-91b3-1594084ace1a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.754448 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part 2024.05.10 21:25:47.754491 [ 3 ] {} HTTP-Session: 07156bd5-cb21-41a6-91b3-1594084ace1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.754541 [ 3 ] {} HTTP-Session: 07156bd5-cb21-41a6-91b3-1594084ace1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.754689 [ 3 ] {} HTTP-Session: 07156bd5-cb21-41a6-91b3-1594084ace1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.754784 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 158 rows starting from the beginning of the part 2024.05.10 21:25:47.754955 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2024.05.10 21:25:47.755207 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 161 rows starting from the beginning of the part 2024.05.10 21:25:47.755548 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.755735 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:25:47.756394 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.757505 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.757576 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.758557 [ 194 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 5 columns (5 merged, 0 gathered) in 0.005428003 sec., 281687.39037174446 rows/sec., 19.56 MiB/sec. 2024.05.10 21:25:47.758642 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:25:47.758871 [ 194 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.10 21:25:47.759475 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.759857 [ 63 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2024.05.10 21:25:47.759890 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} executeQuery: Read 24 rows, 33.16 KiB in 0.004871 sec., 4927.119687949086 rows/sec., 6.65 MiB/sec. 2024.05.10 21:25:47.759969 [ 63 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.760035 [ 187 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.760049 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.760424 [ 187 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_11_2} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.10 21:25:47.760451 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2024.05.10 21:25:47.760685 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2024.05.10 21:25:47.760778 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.760853 [ 3 ] {84e7a124-d604-47ff-b43d-4093b69572ea} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:25:47.760892 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:47.760899 [ 3 ] {} HTTP-Session: 07156bd5-cb21-41a6-91b3-1594084ace1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.760971 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2024.05.10 21:25:47.761110 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2024.05.10 21:25:47.761232 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:47.761436 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.761521 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:47.761674 [ 3 ] {} HTTP-Session: c515e8e4-f636-4143-bd03-115e34cb4eef Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:47.761712 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.761759 [ 3 ] {} HTTP-Session: c515e8e4-f636-4143-bd03-115e34cb4eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.761821 [ 3 ] {} HTTP-Session: c515e8e4-f636-4143-bd03-115e34cb4eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.761977 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.762050 [ 3 ] {} HTTP-Session: c515e8e4-f636-4143-bd03-115e34cb4eef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:47.762243 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2024.05.10 21:25:47.762673 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:47.762804 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:47.763275 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:47.764067 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.764142 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.765286 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:25:47.766183 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.766363 [ 194 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 6 columns (6 merged, 0 gathered) in 0.006153009 sec., 23078.1394924012 rows/sec., 31.14 MiB/sec. 2024.05.10 21:25:47.766541 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} executeQuery: Read 60 rows, 4.14 KiB in 0.004191 sec., 14316.392269148173 rows/sec., 987.98 KiB/sec. 2024.05.10 21:25:47.766551 [ 63 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.10 21:25:47.766673 [ 63 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:47.766816 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:47.766898 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2024.05.10 21:25:47.767072 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} DynamicQueryHandler: Done processing query 2024.05.10 21:25:47.767207 [ 3 ] {b3e72620-fd12-49aa-b876-e4bd19d194c0} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:47.767258 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.10 21:25:47.767292 [ 3 ] {} HTTP-Session: c515e8e4-f636-4143-bd03-115e34cb4eef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:47.767529 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:25:47.767572 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 240 rows starting from the beginning of the part 2024.05.10 21:25:47.767877 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part 2024.05.10 21:25:47.768185 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part 2024.05.10 21:25:47.768521 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 58 rows starting from the beginning of the part 2024.05.10 21:25:47.768827 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2024.05.10 21:25:47.768897 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.769145 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2024.05.10 21:25:47.769241 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_6_1} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2024.05.10 21:25:47.769527 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2024.05.10 21:25:47.770419 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 4 columns (4 merged, 0 gathered) in 0.003468712 sec., 149334.96929119513 rows/sec., 10.18 MiB/sec. 2024.05.10 21:25:47.770619 [ 191 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.10 21:25:47.771056 [ 191 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:47.771138 [ 191 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_11_2} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.10 21:25:47.771224 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.10 21:25:52.718228 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.718416 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.718458 [ 3 ] {} HTTP-Session: 71728379-0ec8-402e-a062-4cc812164df8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.718496 [ 3 ] {} HTTP-Session: 71728379-0ec8-402e-a062-4cc812164df8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.718523 [ 3 ] {} HTTP-Session: 71728379-0ec8-402e-a062-4cc812164df8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.718600 [ 3 ] {} HTTP-Session: 71728379-0ec8-402e-a062-4cc812164df8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.718962 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:52.719493 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:52.719537 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:52.719856 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:52.719938 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:52.720112 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2024.05.10 21:25:52.720208 [ 261 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:52.720291 [ 260 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.10 21:25:52.720315 [ 259 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.10 21:25:52.720485 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.05.10 21:25:52.720514 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:52.720608 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.10 21:25:52.720630 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2024.05.10 21:25:52.720671 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.720715 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.722133 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} executeQuery: Read 23 rows, 983.00 B in 0.003343 sec., 6880.047861202513 rows/sec., 287.16 KiB/sec. 2024.05.10 21:25:52.722473 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.722499 [ 3 ] {3b2c331a-22cb-4a9f-9d5b-fcffff286a91} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.10 21:25:52.722516 [ 3 ] {} HTTP-Session: 71728379-0ec8-402e-a062-4cc812164df8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.722845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.722893 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.722912 [ 3 ] {} HTTP-Session: 345afb33-5054-4b5a-980c-a088d872f3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.722928 [ 3 ] {} HTTP-Session: 345afb33-5054-4b5a-980c-a088d872f3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.722942 [ 3 ] {} HTTP-Session: 345afb33-5054-4b5a-980c-a088d872f3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.722974 [ 3 ] {} HTTP-Session: 345afb33-5054-4b5a-980c-a088d872f3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.723117 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:52.723390 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:52.723432 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:52.723708 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:52.723774 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:52.723909 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2024.05.10 21:25:52.724048 [ 265 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.10 21:25:52.724057 [ 264 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.10 21:25:52.724065 [ 263 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:52.724220 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.05.10 21:25:52.724249 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:52.724329 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.10 21:25:52.724349 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2024.05.10 21:25:52.724388 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.724428 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.725718 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} executeQuery: Read 23 rows, 983.00 B in 0.002668 sec., 8620.689655172415 rows/sec., 359.81 KiB/sec. 2024.05.10 21:25:52.726015 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.726039 [ 3 ] {ad48353d-4db9-4fcf-a643-871bd4659e44} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.10 21:25:52.726055 [ 3 ] {} HTTP-Session: 345afb33-5054-4b5a-980c-a088d872f3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.726294 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 1064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.726342 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.726361 [ 3 ] {} HTTP-Session: 4cfc08c4-9637-43fa-a6b9-961d83618774 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.726377 [ 3 ] {} HTTP-Session: 4cfc08c4-9637-43fa-a6b9-961d83618774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.726391 [ 3 ] {} HTTP-Session: 4cfc08c4-9637-43fa-a6b9-961d83618774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.726421 [ 3 ] {} HTTP-Session: 4cfc08c4-9637-43fa-a6b9-961d83618774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.726564 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:52.726835 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:52.726878 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:52.727152 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:52.727216 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:52.727350 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2024.05.10 21:25:52.727476 [ 259 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:52.727509 [ 263 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.10 21:25:52.727515 [ 261 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.10 21:25:52.727642 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.05.10 21:25:52.727665 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:52.727744 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.10 21:25:52.727763 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2024.05.10 21:25:52.727806 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.727847 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.729158 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} executeQuery: Read 23 rows, 983.00 B in 0.002662 sec., 8640.120210368144 rows/sec., 360.62 KiB/sec. 2024.05.10 21:25:52.729450 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.729474 [ 3 ] {1c49af11-ab60-4a87-a07c-e50656ab112b} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.10 21:25:52.729490 [ 3 ] {} HTTP-Session: 4cfc08c4-9637-43fa-a6b9-961d83618774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.729696 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 1101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.729744 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.729763 [ 3 ] {} HTTP-Session: 38c6293c-bb6e-42c3-81d7-b4f972ad21b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.729779 [ 3 ] {} HTTP-Session: 38c6293c-bb6e-42c3-81d7-b4f972ad21b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.729795 [ 3 ] {} HTTP-Session: 38c6293c-bb6e-42c3-81d7-b4f972ad21b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.729825 [ 3 ] {} HTTP-Session: 38c6293c-bb6e-42c3-81d7-b4f972ad21b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.729968 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:52.730243 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:52.730287 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:52.730570 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:52.730635 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:52.730769 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2024.05.10 21:25:52.730866 [ 265 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:52.730922 [ 263 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.10 21:25:52.730924 [ 261 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.10 21:25:52.731044 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.05.10 21:25:52.731068 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:52.731147 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.10 21:25:52.731167 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2024.05.10 21:25:52.731204 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.731245 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.732541 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} executeQuery: Read 23 rows, 983.00 B in 0.002642 sec., 8705.52611657835 rows/sec., 363.35 KiB/sec. 2024.05.10 21:25:52.732840 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.732863 [ 3 ] {fc18b7a9-db20-42e3-9aef-401bd63df5f4} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.10 21:25:52.732880 [ 3 ] {} HTTP-Session: 38c6293c-bb6e-42c3-81d7-b4f972ad21b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.733099 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 1140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.733147 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.733166 [ 3 ] {} HTTP-Session: 2b0d48f0-1ded-4037-93a7-99d7f824e661 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.733182 [ 3 ] {} HTTP-Session: 2b0d48f0-1ded-4037-93a7-99d7f824e661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.733196 [ 3 ] {} HTTP-Session: 2b0d48f0-1ded-4037-93a7-99d7f824e661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.733226 [ 3 ] {} HTTP-Session: 2b0d48f0-1ded-4037-93a7-99d7f824e661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.733372 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:52.733651 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:52.733695 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:52.733980 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:52.734045 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:52.734179 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2024.05.10 21:25:52.734246 [ 261 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:52.734304 [ 259 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.10 21:25:52.734321 [ 263 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.10 21:25:52.734430 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.05.10 21:25:52.734457 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:52.734537 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.10 21:25:52.734556 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2024.05.10 21:25:52.734595 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.734635 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.736014 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} executeQuery: Read 23 rows, 983.00 B in 0.002711 sec., 8483.954260420509 rows/sec., 354.10 KiB/sec. 2024.05.10 21:25:52.736310 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.736334 [ 3 ] {dce98546-bc2f-4337-a7a4-6050a3a7c46e} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.10 21:25:52.736350 [ 3 ] {} HTTP-Session: 2b0d48f0-1ded-4037-93a7-99d7f824e661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.736554 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.736602 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.736621 [ 3 ] {} HTTP-Session: 64663267-3ab7-451e-896f-99de24ecfd96 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.736637 [ 3 ] {} HTTP-Session: 64663267-3ab7-451e-896f-99de24ecfd96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.736650 [ 3 ] {} HTTP-Session: 64663267-3ab7-451e-896f-99de24ecfd96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.736681 [ 3 ] {} HTTP-Session: 64663267-3ab7-451e-896f-99de24ecfd96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.736830 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} executeQuery: (from [fd00:1122:3344:101::d]:48495) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) 2024.05.10 21:25:52.737110 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2024.05.10 21:25:52.737154 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2024.05.10 21:25:52.737445 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:52.737508 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} InterpreterSelectQuery: FetchColumns -> Complete 2024.05.10 21:25:52.737640 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2024.05.10 21:25:52.737730 [ 265 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2024.05.10 21:25:52.737788 [ 263 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2024.05.10 21:25:52.737791 [ 261 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2024.05.10 21:25:52.737912 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2024.05.10 21:25:52.737934 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Spreading mark ranges among streams (default reading) 2024.05.10 21:25:52.738012 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} MergeTreeReadPool: min_marks_for_concurrent_read=24 2024.05.10 21:25:52.738031 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0) (SelectExecutor): Reading approx. 23 rows with 2 streams 2024.05.10 21:25:52.738070 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.738112 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2024.05.10 21:25:52.739396 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} executeQuery: Read 23 rows, 983.00 B in 0.002641 sec., 8708.822415751609 rows/sec., 363.48 KiB/sec. 2024.05.10 21:25:52.739671 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.739695 [ 3 ] {b3d4685e-9a6c-4d4b-b181-a954cec5e788} MemoryTracker: Peak memory usage (for query): 3.07 MiB. 2024.05.10 21:25:52.739711 [ 3 ] {} HTTP-Session: 64663267-3ab7-451e-896f-99de24ecfd96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.757100 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.757160 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.757180 [ 3 ] {} HTTP-Session: 681059bf-3b3a-48ee-966f-224f07787725 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.757197 [ 3 ] {} HTTP-Session: 681059bf-3b3a-48ee-966f-224f07787725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.757211 [ 3 ] {} HTTP-Session: 681059bf-3b3a-48ee-966f-224f07787725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.757243 [ 3 ] {} HTTP-Session: 681059bf-3b3a-48ee-966f-224f07787725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.757371 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.757430 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2024.05.10 21:25:52.757645 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.758043 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.758089 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.758625 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:25:52.758940 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} oximeter.timeseries_schema (b286dd44-078c-4c3b-87be-cbef7f08f7f0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.759077 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} executeQuery: Read 6 rows, 996.00 B in 0.001759 sec., 3411.0289937464468 rows/sec., 552.96 KiB/sec. 2024.05.10 21:25:52.759251 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.759276 [ 3 ] {bf50f900-e313-44a5-af29-3664ae5afdf5} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.10 21:25:52.759291 [ 3 ] {} HTTP-Session: 681059bf-3b3a-48ee-966f-224f07787725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.759407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.759454 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.759473 [ 3 ] {} HTTP-Session: 3790ce7b-8efd-4cec-af47-6cf4f0a84783 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.759489 [ 3 ] {} HTTP-Session: 3790ce7b-8efd-4cec-af47-6cf4f0a84783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.759503 [ 3 ] {} HTTP-Session: 3790ce7b-8efd-4cec-af47-6cf4f0a84783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.759534 [ 3 ] {} HTTP-Session: 3790ce7b-8efd-4cec-af47-6cf4f0a84783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.759629 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.759672 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:25:52.759800 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.760081 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.760116 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.760415 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:25:52.760717 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.760843 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} executeQuery: Read 4 rows, 332.00 B in 0.001238 sec., 3231.0177705977385 rows/sec., 261.89 KiB/sec. 2024.05.10 21:25:52.761136 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.761161 [ 3 ] {f022bc49-4963-495a-acf0-d9a7f8dbbcdc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:52.761177 [ 3 ] {} HTTP-Session: 3790ce7b-8efd-4cec-af47-6cf4f0a84783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.761293 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.761340 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.761358 [ 3 ] {} HTTP-Session: e4323aed-6de7-457a-9148-57e2913a5e58 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.761374 [ 3 ] {} HTTP-Session: e4323aed-6de7-457a-9148-57e2913a5e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.761388 [ 3 ] {} HTTP-Session: e4323aed-6de7-457a-9148-57e2913a5e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.761418 [ 3 ] {} HTTP-Session: e4323aed-6de7-457a-9148-57e2913a5e58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.761513 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.761564 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:25:52.761715 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.761986 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.762020 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.762314 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:52.762620 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.762743 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} executeQuery: Read 2 rows, 167.00 B in 0.001254 sec., 1594.896331738437 rows/sec., 130.05 KiB/sec. 2024.05.10 21:25:52.762941 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.762967 [ 3 ] {450f99a3-dffb-4a86-b186-58020cbde2dd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:52.762982 [ 3 ] {} HTTP-Session: e4323aed-6de7-457a-9148-57e2913a5e58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.763105 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.763153 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.763171 [ 3 ] {} HTTP-Session: 88b5915b-f09d-4b93-a1e3-5d91f0fc8285 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.763187 [ 3 ] {} HTTP-Session: 88b5915b-f09d-4b93-a1e3-5d91f0fc8285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.763200 [ 3 ] {} HTTP-Session: 88b5915b-f09d-4b93-a1e3-5d91f0fc8285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.763230 [ 3 ] {} HTTP-Session: 88b5915b-f09d-4b93-a1e3-5d91f0fc8285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.763350 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.763392 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:52.763513 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.763852 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.763888 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.764203 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:25:52.764503 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.764624 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} executeQuery: Read 105 rows, 8.32 KiB in 0.001321 sec., 79485.23845571537 rows/sec., 6.15 MiB/sec. 2024.05.10 21:25:52.764774 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.764799 [ 3 ] {1105c5ed-cb27-4aaa-bdef-30867ba67534} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:25:52.764814 [ 3 ] {} HTTP-Session: 88b5915b-f09d-4b93-a1e3-5d91f0fc8285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.764934 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.764981 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.764999 [ 3 ] {} HTTP-Session: 296ebb9c-1da6-4ab8-89f3-a6d6ecc287d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.765015 [ 3 ] {} HTTP-Session: 296ebb9c-1da6-4ab8-89f3-a6d6ecc287d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.765029 [ 3 ] {} HTTP-Session: 296ebb9c-1da6-4ab8-89f3-a6d6ecc287d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.765060 [ 3 ] {} HTTP-Session: 296ebb9c-1da6-4ab8-89f3-a6d6ecc287d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.765149 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.765190 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:25:52.765310 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.765572 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.765607 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.765898 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:52.766201 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.766319 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} executeQuery: Read 2 rows, 143.00 B in 0.001193 sec., 1676.4459346186086 rows/sec., 117.06 KiB/sec. 2024.05.10 21:25:52.766476 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.766500 [ 3 ] {07487562-0c07-42e1-b373-ae60228df2da} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:25:52.766515 [ 3 ] {} HTTP-Session: 296ebb9c-1da6-4ab8-89f3-a6d6ecc287d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.766667 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 16457, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.766714 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.766732 [ 3 ] {} HTTP-Session: 6aa3b199-8707-4736-b0da-ca55344cf04e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.766750 [ 3 ] {} HTTP-Session: 6aa3b199-8707-4736-b0da-ca55344cf04e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.766763 [ 3 ] {} HTTP-Session: 6aa3b199-8707-4736-b0da-ca55344cf04e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.766796 [ 3 ] {} HTTP-Session: 6aa3b199-8707-4736-b0da-ca55344cf04e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.766916 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.766957 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:52.767079 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.767405 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.767439 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.767744 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:25:52.768045 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.768170 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} executeQuery: Read 97 rows, 7.74 KiB in 0.0013 sec., 74615.38461538462 rows/sec., 5.81 MiB/sec. 2024.05.10 21:25:52.768363 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.768387 [ 3 ] {3fc1be6c-ab37-437c-b5db-5808c0f65730} MemoryTracker: Peak memory usage (for query): 4.26 MiB. 2024.05.10 21:25:52.768402 [ 3 ] {} HTTP-Session: 6aa3b199-8707-4736-b0da-ca55344cf04e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.768861 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 100162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.768909 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.768927 [ 3 ] {} HTTP-Session: 349dca55-6ebd-4677-bc4b-9517199fd547 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.768943 [ 3 ] {} HTTP-Session: 349dca55-6ebd-4677-bc4b-9517199fd547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.768984 [ 3 ] {} HTTP-Session: 349dca55-6ebd-4677-bc4b-9517199fd547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.769014 [ 3 ] {} HTTP-Session: 349dca55-6ebd-4677-bc4b-9517199fd547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.769410 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.769457 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:52.769602 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.770180 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.770216 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.770614 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:25:52.770954 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.771129 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} executeQuery: Read 521 rows, 37.50 KiB in 0.001946 sec., 267728.67420349433 rows/sec., 18.82 MiB/sec. 2024.05.10 21:25:52.771435 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.771459 [ 3 ] {db3cf879-d001-4960-a8ee-263d3ab2703b} MemoryTracker: Peak memory usage (for query): 4.48 MiB. 2024.05.10 21:25:52.771475 [ 3 ] {} HTTP-Session: 349dca55-6ebd-4677-bc4b-9517199fd547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.771612 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.771661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.771679 [ 3 ] {} HTTP-Session: dc6eca06-375f-4864-97be-e1cf9281b7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.771695 [ 3 ] {} HTTP-Session: dc6eca06-375f-4864-97be-e1cf9281b7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.771708 [ 3 ] {} HTTP-Session: dc6eca06-375f-4864-97be-e1cf9281b7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.771738 [ 3 ] {} HTTP-Session: dc6eca06-375f-4864-97be-e1cf9281b7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.771854 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.771903 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:25:52.772079 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.772388 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.772423 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.772803 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:25:52.773134 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.773281 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} executeQuery: Read 4 rows, 5.53 KiB in 0.001462 sec., 2735.9781121751025 rows/sec., 3.69 MiB/sec. 2024.05.10 21:25:52.773600 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.773625 [ 3 ] {35415425-97cf-4ecf-a8f4-ff3722ac9845} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:25:52.773640 [ 3 ] {} HTTP-Session: dc6eca06-375f-4864-97be-e1cf9281b7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.773759 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.773808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.773826 [ 3 ] {} HTTP-Session: 648ec450-bdf8-4549-9ce2-a1ae519e2482 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.773843 [ 3 ] {} HTTP-Session: 648ec450-bdf8-4549-9ce2-a1ae519e2482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.773856 [ 3 ] {} HTTP-Session: 648ec450-bdf8-4549-9ce2-a1ae519e2482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.773886 [ 3 ] {} HTTP-Session: 648ec450-bdf8-4549-9ce2-a1ae519e2482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.773983 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.774029 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2024.05.10 21:25:52.774175 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.774430 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} oximeter.measurements_i64 (49fb4979-de67-4c56-8083-ae12922e5457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.774463 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.774811 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2024.05.10 21:25:52.775154 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} oximeter.measurements_i64 (49fb4979-de67-4c56-8083-ae12922e5457): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.775312 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} executeQuery: Read 3 rows, 217.00 B in 0.001342 sec., 2235.4694485842024 rows/sec., 157.91 KiB/sec. 2024.05.10 21:25:52.775587 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.775611 [ 3 ] {f076cf02-1423-4be6-9f71-f7cce5cab491} MemoryTracker: Peak memory usage (for query): 4.20 MiB. 2024.05.10 21:25:52.775626 [ 3 ] {} HTTP-Session: 648ec450-bdf8-4549-9ce2-a1ae519e2482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.775760 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:52.775808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:52.775826 [ 3 ] {} HTTP-Session: 49382c7b-eb4f-4362-8564-1b99f003a249 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:52.775842 [ 3 ] {} HTTP-Session: 49382c7b-eb4f-4362-8564-1b99f003a249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.775857 [ 3 ] {} HTTP-Session: 49382c7b-eb4f-4362-8564-1b99f003a249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:52.775887 [ 3 ] {} HTTP-Session: 49382c7b-eb4f-4362-8564-1b99f003a249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:52.775998 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:52.776045 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:52.776191 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:52.776481 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:52.776516 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:52.776871 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:25:52.777190 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:52.777348 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. 2024.05.10 21:25:52.777513 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} DynamicQueryHandler: Done processing query 2024.05.10 21:25:52.777536 [ 3 ] {27f7824b-9cd2-4b6a-8954-1584cef10ba4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:52.777551 [ 3 ] {} HTTP-Session: 49382c7b-eb4f-4362-8564-1b99f003a249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.722983 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:57.723131 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:57.723160 [ 3 ] {} HTTP-Session: cb5a2c6e-63b2-40fc-a28b-a810413f1af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:57.723189 [ 3 ] {} HTTP-Session: cb5a2c6e-63b2-40fc-a28b-a810413f1af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.723206 [ 3 ] {} HTTP-Session: cb5a2c6e-63b2-40fc-a28b-a810413f1af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.723265 [ 3 ] {} HTTP-Session: cb5a2c6e-63b2-40fc-a28b-a810413f1af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:57.723479 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:57.723554 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:25:57.723757 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:57.724210 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:57.724254 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:57.724643 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:25:57.724981 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:57.725158 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} executeQuery: Read 24 rows, 1.95 KiB in 0.001738 sec., 13808.97583429229 rows/sec., 1.09 MiB/sec. 2024.05.10 21:25:57.725387 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} DynamicQueryHandler: Done processing query 2024.05.10 21:25:57.725414 [ 3 ] {2da9e92c-53f4-4fe9-858f-c0b0a043733e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:57.725431 [ 3 ] {} HTTP-Session: cb5a2c6e-63b2-40fc-a28b-a810413f1af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.725618 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:57.725675 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:57.725695 [ 3 ] {} HTTP-Session: 4bc06b76-1854-4459-bddc-22abe1b57ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:57.725713 [ 3 ] {} HTTP-Session: 4bc06b76-1854-4459-bddc-22abe1b57ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.725726 [ 3 ] {} HTTP-Session: 4bc06b76-1854-4459-bddc-22abe1b57ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.725763 [ 3 ] {} HTTP-Session: 4bc06b76-1854-4459-bddc-22abe1b57ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:57.725911 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:57.725959 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:25:57.726094 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:57.726495 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:57.726532 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:57.726866 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:25:57.727189 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:57.727345 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} executeQuery: Read 128 rows, 10.91 KiB in 0.001499 sec., 85390.26017344897 rows/sec., 7.10 MiB/sec. 2024.05.10 21:25:57.727511 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} DynamicQueryHandler: Done processing query 2024.05.10 21:25:57.727536 [ 3 ] {c430a024-c027-4632-b6bc-a9d85a5ffe06} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:25:57.727553 [ 3 ] {} HTTP-Session: 4bc06b76-1854-4459-bddc-22abe1b57ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.727703 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:57.727753 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:57.727772 [ 3 ] {} HTTP-Session: d8d38d9e-f8ff-4217-a0e2-5cae987c8b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:57.727789 [ 3 ] {} HTTP-Session: d8d38d9e-f8ff-4217-a0e2-5cae987c8b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.727802 [ 3 ] {} HTTP-Session: d8d38d9e-f8ff-4217-a0e2-5cae987c8b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.727836 [ 3 ] {} HTTP-Session: d8d38d9e-f8ff-4217-a0e2-5cae987c8b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:57.727956 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:57.728000 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:25:57.728128 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:57.728458 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:57.728497 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:57.728813 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:25:57.729119 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:57.729246 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} executeQuery: Read 88 rows, 7.04 KiB in 0.001331 sec., 66115.70247933884 rows/sec., 5.16 MiB/sec. 2024.05.10 21:25:57.729452 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} DynamicQueryHandler: Done processing query 2024.05.10 21:25:57.729475 [ 3 ] {44200a7f-6c5c-4f15-b637-c75cf947f57a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:25:57.729491 [ 3 ] {} HTTP-Session: d8d38d9e-f8ff-4217-a0e2-5cae987c8b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.729664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:57.729714 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:57.729733 [ 3 ] {} HTTP-Session: d07a6434-d767-4f3b-9ced-9ba205b32508 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:57.729749 [ 3 ] {} HTTP-Session: d07a6434-d767-4f3b-9ced-9ba205b32508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.729763 [ 3 ] {} HTTP-Session: d07a6434-d767-4f3b-9ced-9ba205b32508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.729795 [ 3 ] {} HTTP-Session: d07a6434-d767-4f3b-9ced-9ba205b32508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:57.729945 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:57.729991 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:25:57.730148 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:57.730606 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:57.730643 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:57.731039 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:25:57.731390 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:57.731578 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. 2024.05.10 21:25:57.731918 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} DynamicQueryHandler: Done processing query 2024.05.10 21:25:57.731960 [ 3 ] {0eda3261-992b-4fc3-be35-903dbe832b8c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:25:57.731982 [ 3 ] {} HTTP-Session: d07a6434-d767-4f3b-9ced-9ba205b32508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.733313 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25715, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:57.733367 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:57.733394 [ 3 ] {} HTTP-Session: ea6d0d1c-fd82-4110-9ab4-11a2aa1673fd Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:57.733415 [ 3 ] {} HTTP-Session: ea6d0d1c-fd82-4110-9ab4-11a2aa1673fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.733431 [ 3 ] {} HTTP-Session: ea6d0d1c-fd82-4110-9ab4-11a2aa1673fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.733472 [ 3 ] {} HTTP-Session: ea6d0d1c-fd82-4110-9ab4-11a2aa1673fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:57.733792 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:57.733857 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:25:57.734095 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:57.734558 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:57.734596 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:57.735039 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:25:57.735387 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:57.735552 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} executeQuery: Read 24 rows, 33.16 KiB in 0.00198 sec., 12121.212121212122 rows/sec., 16.36 MiB/sec. 2024.05.10 21:25:57.735886 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} DynamicQueryHandler: Done processing query 2024.05.10 21:25:57.735912 [ 3 ] {1b7ac39e-acd1-40de-88ed-4614f70ef656} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:25:57.735928 [ 3 ] {} HTTP-Session: ea6d0d1c-fd82-4110-9ab4-11a2aa1673fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.736057 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:25:57.736106 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:25:57.736125 [ 3 ] {} HTTP-Session: b542a33b-8888-455d-88dc-42b7d5580125 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:25:57.736141 [ 3 ] {} HTTP-Session: b542a33b-8888-455d-88dc-42b7d5580125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.736154 [ 3 ] {} HTTP-Session: b542a33b-8888-455d-88dc-42b7d5580125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:25:57.736185 [ 3 ] {} HTTP-Session: b542a33b-8888-455d-88dc-42b7d5580125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:25:57.736320 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:25:57.736367 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:25:57.736518 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:25:57.736850 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:25:57.736886 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:25:57.737273 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:25:57.737628 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:25:57.737787 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. 2024.05.10 21:25:57.737959 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} DynamicQueryHandler: Done processing query 2024.05.10 21:25:57.737983 [ 3 ] {77aa05af-a66a-424c-9bc2-73a2e457e758} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:25:57.737999 [ 3 ] {} HTTP-Session: b542a33b-8888-455d-88dc-42b7d5580125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:01.590351 [ 48 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:26:01.590422 [ 48 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:26:02.721701 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:02.721881 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:02.721926 [ 3 ] {} HTTP-Session: 1ace5ae8-4b5d-41e7-855c-04a54e2482b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:02.721967 [ 3 ] {} HTTP-Session: 1ace5ae8-4b5d-41e7-855c-04a54e2482b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.721995 [ 3 ] {} HTTP-Session: 1ace5ae8-4b5d-41e7-855c-04a54e2482b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.722076 [ 3 ] {} HTTP-Session: 1ace5ae8-4b5d-41e7-855c-04a54e2482b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:02.722369 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:02.722480 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:02.722765 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:02.723199 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:02.723243 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:02.723621 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:26:02.723952 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:02.724119 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} executeQuery: Read 4 rows, 332.00 B in 0.001835 sec., 2179.8365122615805 rows/sec., 176.69 KiB/sec. 2024.05.10 21:26:02.724433 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} DynamicQueryHandler: Done processing query 2024.05.10 21:26:02.724461 [ 3 ] {2dbe1826-f180-457d-97b8-48a21b38ca4d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:02.724479 [ 3 ] {} HTTP-Session: 1ace5ae8-4b5d-41e7-855c-04a54e2482b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.724625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:02.724673 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:02.724693 [ 3 ] {} HTTP-Session: 7e3744c8-3af0-4b6d-8317-5b7c4d59343c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:02.724709 [ 3 ] {} HTTP-Session: 7e3744c8-3af0-4b6d-8317-5b7c4d59343c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.724723 [ 3 ] {} HTTP-Session: 7e3744c8-3af0-4b6d-8317-5b7c4d59343c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.724754 [ 3 ] {} HTTP-Session: 7e3744c8-3af0-4b6d-8317-5b7c4d59343c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:02.724892 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:02.724937 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:02.725088 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:02.725450 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:02.725486 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:02.725803 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:26:02.726110 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:02.726270 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} executeQuery: Read 68 rows, 5.48 KiB in 0.00141 sec., 48226.95035460993 rows/sec., 3.80 MiB/sec. 2024.05.10 21:26:02.726436 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} DynamicQueryHandler: Done processing query 2024.05.10 21:26:02.726461 [ 3 ] {dafbea75-c690-4c08-96af-ac9a20b67bc2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:02.726477 [ 3 ] {} HTTP-Session: 7e3744c8-3af0-4b6d-8317-5b7c4d59343c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.726601 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:02.726649 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:02.726667 [ 3 ] {} HTTP-Session: 71192a63-4c96-48d4-95f9-9afe2b74ac62 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:02.726684 [ 3 ] {} HTTP-Session: 71192a63-4c96-48d4-95f9-9afe2b74ac62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.726697 [ 3 ] {} HTTP-Session: 71192a63-4c96-48d4-95f9-9afe2b74ac62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.726727 [ 3 ] {} HTTP-Session: 71192a63-4c96-48d4-95f9-9afe2b74ac62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:02.726847 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:02.726888 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:02.727012 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:02.727346 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:02.727382 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:02.727686 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:26:02.727990 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:02.728147 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} executeQuery: Read 68 rows, 5.44 KiB in 0.001338 sec., 50822.12257100149 rows/sec., 3.97 MiB/sec. 2024.05.10 21:26:02.728424 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} DynamicQueryHandler: Done processing query 2024.05.10 21:26:02.728450 [ 3 ] {c2d3da29-51e4-4d81-8fe1-b9de70c44fd2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:02.728465 [ 3 ] {} HTTP-Session: 71192a63-4c96-48d4-95f9-9afe2b74ac62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.728639 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:02.728687 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:02.728705 [ 3 ] {} HTTP-Session: 049fec11-2d9c-47d5-9b13-99d76f13def2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:02.728721 [ 3 ] {} HTTP-Session: 049fec11-2d9c-47d5-9b13-99d76f13def2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.728735 [ 3 ] {} HTTP-Session: 049fec11-2d9c-47d5-9b13-99d76f13def2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.728766 [ 3 ] {} HTTP-Session: 049fec11-2d9c-47d5-9b13-99d76f13def2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:02.728912 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:02.728960 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:02.729126 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:02.729530 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:02.729566 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:02.729950 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:26:02.730288 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:02.730450 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. 2024.05.10 21:26:02.730620 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} DynamicQueryHandler: Done processing query 2024.05.10 21:26:02.730644 [ 3 ] {7b70ab3f-19ef-49fe-8d98-9cadbf8d79d8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:02.730661 [ 3 ] {} HTTP-Session: 049fec11-2d9c-47d5-9b13-99d76f13def2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.730821 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:02.730869 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:02.730887 [ 3 ] {} HTTP-Session: a1f6e089-88d2-4e37-a64b-a0ade040fbd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:02.730904 [ 3 ] {} HTTP-Session: a1f6e089-88d2-4e37-a64b-a0ade040fbd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.730917 [ 3 ] {} HTTP-Session: a1f6e089-88d2-4e37-a64b-a0ade040fbd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.730947 [ 3 ] {} HTTP-Session: a1f6e089-88d2-4e37-a64b-a0ade040fbd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:02.731071 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:02.731119 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:02.731280 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:02.731603 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:02.731638 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:02.732019 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:26:02.732357 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:02.732524 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} executeQuery: Read 4 rows, 5.53 KiB in 0.001502 sec., 2663.1158455392806 rows/sec., 3.59 MiB/sec. 2024.05.10 21:26:02.732835 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} DynamicQueryHandler: Done processing query 2024.05.10 21:26:02.732859 [ 3 ] {08306dca-11ab-464d-9d3e-c89eba1e42c6} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:26:02.732875 [ 3 ] {} HTTP-Session: a1f6e089-88d2-4e37-a64b-a0ade040fbd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.732999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:02.733047 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:02.733066 [ 3 ] {} HTTP-Session: d711c3c2-659b-4acf-8b0e-5c568be2cdf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:02.733082 [ 3 ] {} HTTP-Session: d711c3c2-659b-4acf-8b0e-5c568be2cdf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.733096 [ 3 ] {} HTTP-Session: d711c3c2-659b-4acf-8b0e-5c568be2cdf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:02.733126 [ 3 ] {} HTTP-Session: d711c3c2-659b-4acf-8b0e-5c568be2cdf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:02.733237 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:02.733283 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:02.733429 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:02.733792 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:02.733829 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:02.734182 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:26:02.734498 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:02.734651 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. 2024.05.10 21:26:02.735008 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} DynamicQueryHandler: Done processing query 2024.05.10 21:26:02.735038 [ 3 ] {bf0c03a9-87bb-4e67-80e5-9b97689ea716} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:02.735055 [ 3 ] {} HTTP-Session: d711c3c2-659b-4acf-8b0e-5c568be2cdf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.722989 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.723135 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.723164 [ 3 ] {} HTTP-Session: 415a4e80-d4ac-4bff-a231-598e0e162e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.723193 [ 3 ] {} HTTP-Session: 415a4e80-d4ac-4bff-a231-598e0e162e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.723210 [ 3 ] {} HTTP-Session: 415a4e80-d4ac-4bff-a231-598e0e162e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.723267 [ 3 ] {} HTTP-Session: 415a4e80-d4ac-4bff-a231-598e0e162e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.723484 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.723561 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:07.723786 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.724248 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.724294 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.724671 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:26:07.725021 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.725189 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} executeQuery: Read 24 rows, 1.95 KiB in 0.001769 sec., 13566.986998304126 rows/sec., 1.07 MiB/sec. 2024.05.10 21:26:07.725449 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.725476 [ 3 ] {236092b1-8399-477b-9a7c-51a4f8460e7c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:07.725492 [ 3 ] {} HTTP-Session: 415a4e80-d4ac-4bff-a231-598e0e162e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.725647 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.725703 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.725722 [ 3 ] {} HTTP-Session: 33f312f2-33a9-4b6c-9bdf-083324c63fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.725740 [ 3 ] {} HTTP-Session: 33f312f2-33a9-4b6c-9bdf-083324c63fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.725754 [ 3 ] {} HTTP-Session: 33f312f2-33a9-4b6c-9bdf-083324c63fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.725789 [ 3 ] {} HTTP-Session: 33f312f2-33a9-4b6c-9bdf-083324c63fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.725891 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.725938 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:26:07.726075 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.726382 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.726418 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.726719 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:26:07.727021 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.727181 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} executeQuery: Read 2 rows, 167.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 124.68 KiB/sec. 2024.05.10 21:26:07.727445 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.727470 [ 3 ] {5b6c1eba-e904-435f-91f2-60416e390844} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:07.727486 [ 3 ] {} HTTP-Session: 33f312f2-33a9-4b6c-9bdf-083324c63fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.727630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.727681 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.727699 [ 3 ] {} HTTP-Session: 7f2ba867-19fe-4b7c-80f6-431103124244 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.727717 [ 3 ] {} HTTP-Session: 7f2ba867-19fe-4b7c-80f6-431103124244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.727730 [ 3 ] {} HTTP-Session: 7f2ba867-19fe-4b7c-80f6-431103124244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.727762 [ 3 ] {} HTTP-Session: 7f2ba867-19fe-4b7c-80f6-431103124244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.727895 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.727938 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:07.728103 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.728656 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.728701 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.729117 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:26:07.729529 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.729740 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} executeQuery: Read 129 rows, 10.98 KiB in 0.001889 sec., 68290.10058231869 rows/sec., 5.68 MiB/sec. 2024.05.10 21:26:07.729971 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.730001 [ 3 ] {4f9b106e-7b60-47b0-8bca-081e0b0f7865} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:26:07.730022 [ 3 ] {} HTTP-Session: 7f2ba867-19fe-4b7c-80f6-431103124244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.730199 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.730261 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.730285 [ 3 ] {} HTTP-Session: ba7661eb-b09c-4ed1-88e5-02cc39624dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.730307 [ 3 ] {} HTTP-Session: ba7661eb-b09c-4ed1-88e5-02cc39624dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.730325 [ 3 ] {} HTTP-Session: ba7661eb-b09c-4ed1-88e5-02cc39624dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.730365 [ 3 ] {} HTTP-Session: ba7661eb-b09c-4ed1-88e5-02cc39624dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.730476 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.730526 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:26:07.730688 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.731238 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.731281 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.731672 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2024.05.10 21:26:07.731997 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.732122 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} executeQuery: Read 2 rows, 143.00 B in 0.001672 sec., 1196.1722488038276 rows/sec., 83.52 KiB/sec. 2024.05.10 21:26:07.732321 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.732355 [ 3 ] {dbd2d286-7a8a-4be8-acf0-f30b98dc86ff} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:07.732372 [ 3 ] {} HTTP-Session: ba7661eb-b09c-4ed1-88e5-02cc39624dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.732508 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.732557 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.732576 [ 3 ] {} HTTP-Session: 54487601-0c22-4bca-b604-1ae103a84580 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.732592 [ 3 ] {} HTTP-Session: 54487601-0c22-4bca-b604-1ae103a84580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.732607 [ 3 ] {} HTTP-Session: 54487601-0c22-4bca-b604-1ae103a84580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.732637 [ 3 ] {} HTTP-Session: 54487601-0c22-4bca-b604-1ae103a84580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.732755 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.732798 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:07.732933 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.733308 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.733349 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.733663 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:26:07.733974 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.734126 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} executeQuery: Read 90 rows, 7.20 KiB in 0.001408 sec., 63920.454545454544 rows/sec., 4.99 MiB/sec. 2024.05.10 21:26:07.734434 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.734459 [ 3 ] {b89591b4-c3e7-490d-afbb-fc4e0daf00b4} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:07.734476 [ 3 ] {} HTTP-Session: 54487601-0c22-4bca-b604-1ae103a84580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.734656 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.734705 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.734724 [ 3 ] {} HTTP-Session: 57f79013-faca-4859-8fbc-56707d7fc6f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.734742 [ 3 ] {} HTTP-Session: 57f79013-faca-4859-8fbc-56707d7fc6f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.734757 [ 3 ] {} HTTP-Session: 57f79013-faca-4859-8fbc-56707d7fc6f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.734788 [ 3 ] {} HTTP-Session: 57f79013-faca-4859-8fbc-56707d7fc6f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.734942 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.734990 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:07.735157 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.735555 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.735591 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.735979 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:26:07.736316 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.736459 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} executeQuery: Read 161 rows, 11.48 KiB in 0.001581 sec., 101834.28209993675 rows/sec., 7.09 MiB/sec. 2024.05.10 21:26:07.736671 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.736696 [ 3 ] {67e9b551-26a4-49a9-8068-f9c5feaecaef} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:07.736711 [ 3 ] {} HTTP-Session: 57f79013-faca-4859-8fbc-56707d7fc6f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.736870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.736920 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.736940 [ 3 ] {} HTTP-Session: 1e0ec74b-2ea5-45e9-9eee-076b3c0fd38f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.736958 [ 3 ] {} HTTP-Session: 1e0ec74b-2ea5-45e9-9eee-076b3c0fd38f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.736973 [ 3 ] {} HTTP-Session: 1e0ec74b-2ea5-45e9-9eee-076b3c0fd38f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.737002 [ 3 ] {} HTTP-Session: 1e0ec74b-2ea5-45e9-9eee-076b3c0fd38f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.737457 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.737507 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:07.737659 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.738094 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.738129 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.738524 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:26:07.738900 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.739062 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} executeQuery: Read 24 rows, 33.16 KiB in 0.001977 sec., 12139.605462822457 rows/sec., 16.38 MiB/sec. 2024.05.10 21:26:07.739238 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.739262 [ 3 ] {61e294f8-5b04-491a-9d5d-fbafbd4fe894} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:26:07.739277 [ 3 ] {} HTTP-Session: 1e0ec74b-2ea5-45e9-9eee-076b3c0fd38f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.739412 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:07.739461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:07.739480 [ 3 ] {} HTTP-Session: 079c98bd-3505-481f-80d4-905d861584f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:07.739496 [ 3 ] {} HTTP-Session: 079c98bd-3505-481f-80d4-905d861584f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.739510 [ 3 ] {} HTTP-Session: 079c98bd-3505-481f-80d4-905d861584f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:07.739540 [ 3 ] {} HTTP-Session: 079c98bd-3505-481f-80d4-905d861584f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:07.739660 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:07.739706 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:07.739838 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:07.740200 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:07.740235 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:07.740584 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:26:07.740905 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:07.741066 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. 2024.05.10 21:26:07.741389 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} DynamicQueryHandler: Done processing query 2024.05.10 21:26:07.741414 [ 3 ] {d4fd4b9f-d31e-490d-907d-4e3f94d89a14} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:07.741432 [ 3 ] {} HTTP-Session: 079c98bd-3505-481f-80d4-905d861584f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.721845 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:12.722042 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:12.722088 [ 3 ] {} HTTP-Session: 85ab191a-cc5b-43c9-a382-86a0a4461999 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:12.722131 [ 3 ] {} HTTP-Session: 85ab191a-cc5b-43c9-a382-86a0a4461999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.722160 [ 3 ] {} HTTP-Session: 85ab191a-cc5b-43c9-a382-86a0a4461999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.722240 [ 3 ] {} HTTP-Session: 85ab191a-cc5b-43c9-a382-86a0a4461999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:12.722526 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:12.722637 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:12.722955 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:12.723424 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.723468 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.723828 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:26:12.724165 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.724323 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} executeQuery: Read 4 rows, 332.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 171.73 KiB/sec. 2024.05.10 21:26:12.724341 [ 35 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.10 21:26:12.724450 [ 35 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.724486 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.724588 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} DynamicQueryHandler: Done processing query 2024.05.10 21:26:12.724651 [ 3 ] {3330e196-e1ee-4f68-9ef0-f20e991bb4ee} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:12.724693 [ 3 ] {} HTTP-Session: 85ab191a-cc5b-43c9-a382-86a0a4461999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.724718 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.10 21:26:12.724930 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:12.724998 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:12.725032 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:12.725051 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 24 rows starting from the beginning of the part 2024.05.10 21:26:12.725063 [ 3 ] {} HTTP-Session: eec0fe54-0e5c-4637-9f31-57f3a6deaade Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:12.725104 [ 3 ] {} HTTP-Session: eec0fe54-0e5c-4637-9f31-57f3a6deaade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.725135 [ 3 ] {} HTTP-Session: eec0fe54-0e5c-4637-9f31-57f3a6deaade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.725266 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:12.725288 [ 3 ] {} HTTP-Session: eec0fe54-0e5c-4637-9f31-57f3a6deaade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:12.725519 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:12.725727 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:12.725989 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:12.726258 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:12.726293 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:12.726578 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:12.726986 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:12.727833 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.727906 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.728922 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:26:12.728983 [ 191 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 4 columns (4 merged, 0 gathered) in 0.004411892 sec., 19039.45064838396 rows/sec., 1.51 MiB/sec. 2024.05.10 21:26:12.729285 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.10 21:26:12.729682 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.730051 [ 35 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.10 21:26:12.730124 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} executeQuery: Read 68 rows, 5.48 KiB in 0.004242 sec., 16030.17444601603 rows/sec., 1.26 MiB/sec. 2024.05.10 21:26:12.730147 [ 35 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.730248 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.730397 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.730701 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.10 21:26:12.730715 [ 194 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_11_2} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.10 21:26:12.730876 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} DynamicQueryHandler: Done processing query 2024.05.10 21:26:12.730954 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.10 21:26:12.730971 [ 3 ] {23e8303b-e3d9-42c0-84d1-b93f315bfda7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:12.731043 [ 3 ] {} HTTP-Session: eec0fe54-0e5c-4637-9f31-57f3a6deaade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.731122 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:12.731160 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 130 rows starting from the beginning of the part 2024.05.10 21:26:12.731332 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:12.731401 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 105 rows starting from the beginning of the part 2024.05.10 21:26:12.731493 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:12.731609 [ 3 ] {} HTTP-Session: c870378e-6169-43a8-94ec-ffc1d0937e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:12.731625 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 128 rows starting from the beginning of the part 2024.05.10 21:26:12.731688 [ 3 ] {} HTTP-Session: c870378e-6169-43a8-94ec-ffc1d0937e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.731785 [ 3 ] {} HTTP-Session: c870378e-6169-43a8-94ec-ffc1d0937e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.731884 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part 2024.05.10 21:26:12.731975 [ 3 ] {} HTTP-Session: c870378e-6169-43a8-94ec-ffc1d0937e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:12.732127 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 129 rows starting from the beginning of the part 2024.05.10 21:26:12.732426 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:12.732450 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part 2024.05.10 21:26:12.732624 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:12.733278 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:12.734152 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.734230 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.735090 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:26:12.735463 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 4 columns (4 merged, 0 gathered) in 0.005031636 sec., 124810.3002681434 rows/sec., 10.14 MiB/sec. 2024.05.10 21:26:12.735697 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.10 21:26:12.735857 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.736171 [ 35 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.10 21:26:12.736300 [ 35 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.736317 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} executeQuery: Read 68 rows, 5.44 KiB in 0.004104 sec., 16569.200779727096 rows/sec., 1.29 MiB/sec. 2024.05.10 21:26:12.736378 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.737032 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.737051 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.10 21:26:12.737104 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} DynamicQueryHandler: Done processing query 2024.05.10 21:26:12.737227 [ 3 ] {4d66a0a0-812c-42df-a54d-b60b1de28d78} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:12.737345 [ 3 ] {} HTTP-Session: c870378e-6169-43a8-94ec-ffc1d0937e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.737507 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_16_3} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.10 21:26:12.737799 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:12.737815 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:12.737861 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.10 21:26:12.737887 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 106 rows starting from the beginning of the part 2024.05.10 21:26:12.737944 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:12.737992 [ 3 ] {} HTTP-Session: b85658ce-6468-4ae0-9935-ea5daf8e3099 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:12.738039 [ 3 ] {} HTTP-Session: b85658ce-6468-4ae0-9935-ea5daf8e3099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.738113 [ 3 ] {} HTTP-Session: b85658ce-6468-4ae0-9935-ea5daf8e3099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.738233 [ 3 ] {} HTTP-Session: b85658ce-6468-4ae0-9935-ea5daf8e3099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:12.738247 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 97 rows starting from the beginning of the part 2024.05.10 21:26:12.738464 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 88 rows starting from the beginning of the part 2024.05.10 21:26:12.738697 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part 2024.05.10 21:26:12.738755 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:12.738992 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:12.739016 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2024.05.10 21:26:12.739350 [ 200 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part 2024.05.10 21:26:12.740108 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:12.741039 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.741109 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.742233 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:26:12.742296 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 517 rows, containing 4 columns (4 merged, 0 gathered) in 0.00572387 sec., 90323.50490140413 rows/sec., 7.05 MiB/sec. 2024.05.10 21:26:12.742679 [ 191 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.10 21:26:12.743040 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.743447 [ 35 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.10 21:26:12.743543 [ 35 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.743571 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} executeQuery: Read 160 rows, 11.41 KiB in 0.00512 sec., 31249.999999999996 rows/sec., 2.18 MiB/sec. 2024.05.10 21:26:12.743593 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.743758 [ 191 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.744273 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.10 21:26:12.744446 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} DynamicQueryHandler: Done processing query 2024.05.10 21:26:12.744575 [ 3 ] {43e0b78e-6290-4f1e-9c69-a819d9351870} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:12.744601 [ 191 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_16_3} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.10 21:26:12.744701 [ 3 ] {} HTTP-Session: b85658ce-6468-4ae0-9935-ea5daf8e3099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.744925 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.10 21:26:12.745047 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:12.745060 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:12.745127 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1529 rows starting from the beginning of the part 2024.05.10 21:26:12.745141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:12.745192 [ 3 ] {} HTTP-Session: daa4c631-5660-4743-b8c8-71abe8586b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:12.745255 [ 3 ] {} HTTP-Session: daa4c631-5660-4743-b8c8-71abe8586b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.745322 [ 3 ] {} HTTP-Session: daa4c631-5660-4743-b8c8-71abe8586b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.745441 [ 3 ] {} HTTP-Session: daa4c631-5660-4743-b8c8-71abe8586b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:12.745452 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 521 rows starting from the beginning of the part 2024.05.10 21:26:12.745686 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2024.05.10 21:26:12.745802 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:12.745966 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2024.05.10 21:26:12.745987 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:12.746392 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 161 rows starting from the beginning of the part 2024.05.10 21:26:12.746787 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2024.05.10 21:26:12.747351 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:12.748250 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.748309 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.749540 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:26:12.750217 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.750220 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2691 rows, containing 5 columns (5 merged, 0 gathered) in 0.006470286 sec., 415901.24455085915 rows/sec., 28.96 MiB/sec. 2024.05.10 21:26:12.750455 [ 35 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2024.05.10 21:26:12.750484 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} executeQuery: Read 4 rows, 5.53 KiB in 0.004866 sec., 822.0304151253597 rows/sec., 1.11 MiB/sec. 2024.05.10 21:26:12.750542 [ 35 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.750649 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.750692 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.10 21:26:12.751149 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2024.05.10 21:26:12.751247 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} DynamicQueryHandler: Done processing query 2024.05.10 21:26:12.751421 [ 3 ] {bc1d247a-5da7-4ad3-8e70-9f296b4d5851} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:26:12.751615 [ 3 ] {} HTTP-Session: daa4c631-5660-4743-b8c8-71abe8586b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.751940 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:12.751952 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:12.752032 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part 2024.05.10 21:26:12.752106 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:12.752188 [ 3 ] {} HTTP-Session: 9b892e0f-1f20-49f2-afe8-3b01b2fb576f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:12.752349 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.752344 [ 3 ] {} HTTP-Session: 9b892e0f-1f20-49f2-afe8-3b01b2fb576f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.752523 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:12.752544 [ 3 ] {} HTTP-Session: 9b892e0f-1f20-49f2-afe8-3b01b2fb576f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.752682 [ 200 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_16_3} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.10 21:26:12.752904 [ 3 ] {} HTTP-Session: 9b892e0f-1f20-49f2-afe8-3b01b2fb576f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:12.752912 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:12.752980 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2024.05.10 21:26:12.753278 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:12.753390 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:12.753553 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:12.753611 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:12.753850 [ 191 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:12.754665 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:12.755319 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.755369 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.756388 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:26:12.757463 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.757518 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 6 columns (6 merged, 0 gathered) in 0.00668018 sec., 30238.70614264885 rows/sec., 40.81 MiB/sec. 2024.05.10 21:26:12.757742 [ 35 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.10 21:26:12.757789 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} executeQuery: Read 60 rows, 4.14 KiB in 0.004565 sec., 13143.483023001096 rows/sec., 907.04 KiB/sec. 2024.05.10 21:26:12.757807 [ 35 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:12.757883 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:12.758239 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2024.05.10 21:26:12.758335 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.10 21:26:12.758903 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:12.758961 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 518 rows starting from the beginning of the part 2024.05.10 21:26:12.759228 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:12.759645 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:12.759116 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} DynamicQueryHandler: Done processing query 2024.05.10 21:26:12.760063 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:12.760072 [ 3 ] {53eb27b5-cdf9-407a-baca-e8e02ab9ec2a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:12.760442 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:12.760548 [ 3 ] {} HTTP-Session: 9b892e0f-1f20-49f2-afe8-3b01b2fb576f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:12.760776 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:12.760812 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.761187 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_11_2} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2024.05.10 21:26:12.761447 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2024.05.10 21:26:12.762304 [ 199 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 818 rows, containing 4 columns (4 merged, 0 gathered) in 0.004297071 sec., 190362.2258045073 rows/sec., 12.92 MiB/sec. 2024.05.10 21:26:12.762474 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.10 21:26:12.762858 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:12.762935 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_16_3} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.10 21:26:12.763013 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2024.05.10 21:26:16.590464 [ 27 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:26:16.590543 [ 27 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:26:17.722445 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:17.722581 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:17.722612 [ 3 ] {} HTTP-Session: 124adf0c-b04d-486f-8d0a-ae75e1476d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:17.722640 [ 3 ] {} HTTP-Session: 124adf0c-b04d-486f-8d0a-ae75e1476d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.722658 [ 3 ] {} HTTP-Session: 124adf0c-b04d-486f-8d0a-ae75e1476d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.722717 [ 3 ] {} HTTP-Session: 124adf0c-b04d-486f-8d0a-ae75e1476d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:17.722949 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:17.723030 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:17.723305 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:17.723754 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:17.723798 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:17.724181 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:26:17.724520 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:17.724666 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} executeQuery: Read 24 rows, 1.95 KiB in 0.001786 sec., 13437.849944008958 rows/sec., 1.06 MiB/sec. 2024.05.10 21:26:17.724979 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} DynamicQueryHandler: Done processing query 2024.05.10 21:26:17.725006 [ 3 ] {e5946028-0626-4eec-8f2d-c339bb6eeee1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:17.725023 [ 3 ] {} HTTP-Session: 124adf0c-b04d-486f-8d0a-ae75e1476d8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.725211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:17.725262 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:17.725281 [ 3 ] {} HTTP-Session: f3573c8d-8820-4408-b557-42d8bf58ba27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:17.725298 [ 3 ] {} HTTP-Session: f3573c8d-8820-4408-b557-42d8bf58ba27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.725311 [ 3 ] {} HTTP-Session: f3573c8d-8820-4408-b557-42d8bf58ba27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.725343 [ 3 ] {} HTTP-Session: f3573c8d-8820-4408-b557-42d8bf58ba27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:17.725478 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:17.725522 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:17.725666 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:17.726114 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:17.726151 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:17.726470 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:26:17.726775 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:17.726910 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} executeQuery: Read 128 rows, 10.91 KiB in 0.001484 sec., 86253.36927223719 rows/sec., 7.18 MiB/sec. 2024.05.10 21:26:17.727224 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} DynamicQueryHandler: Done processing query 2024.05.10 21:26:17.727260 [ 3 ] {cfddcacd-d04a-4bd4-af5c-f9ae839104f3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:26:17.727277 [ 3 ] {} HTTP-Session: f3573c8d-8820-4408-b557-42d8bf58ba27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.727427 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:17.727478 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:17.727497 [ 3 ] {} HTTP-Session: a80ccc69-5936-480a-b531-42102834492c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:17.727513 [ 3 ] {} HTTP-Session: a80ccc69-5936-480a-b531-42102834492c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.727527 [ 3 ] {} HTTP-Session: a80ccc69-5936-480a-b531-42102834492c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.727558 [ 3 ] {} HTTP-Session: a80ccc69-5936-480a-b531-42102834492c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:17.727686 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:17.727731 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:17.727878 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:17.728237 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:17.728275 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:17.728591 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:26:17.728902 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:17.729053 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} executeQuery: Read 88 rows, 7.04 KiB in 0.001408 sec., 62500 rows/sec., 4.88 MiB/sec. 2024.05.10 21:26:17.729223 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} DynamicQueryHandler: Done processing query 2024.05.10 21:26:17.729247 [ 3 ] {72b89836-d719-4ffb-89ca-e94cfca00633} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:17.729263 [ 3 ] {} HTTP-Session: a80ccc69-5936-480a-b531-42102834492c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.729442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:17.729493 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:17.729512 [ 3 ] {} HTTP-Session: 158f7779-2465-4d22-aeb6-9ee198c377b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:17.729528 [ 3 ] {} HTTP-Session: 158f7779-2465-4d22-aeb6-9ee198c377b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.729542 [ 3 ] {} HTTP-Session: 158f7779-2465-4d22-aeb6-9ee198c377b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.729573 [ 3 ] {} HTTP-Session: 158f7779-2465-4d22-aeb6-9ee198c377b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:17.729731 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:17.729785 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:17.729941 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:17.730351 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:17.730390 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:17.730791 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:26:17.731128 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:17.731281 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. 2024.05.10 21:26:17.731619 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} DynamicQueryHandler: Done processing query 2024.05.10 21:26:17.731645 [ 3 ] {4d6219d8-4f53-4ed0-800e-8edf7ff02ae8} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:17.731661 [ 3 ] {} HTTP-Session: 158f7779-2465-4d22-aeb6-9ee198c377b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.731807 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:17.731858 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:17.731877 [ 3 ] {} HTTP-Session: fe315c09-328b-4be5-a8d3-59f577793897 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:17.731894 [ 3 ] {} HTTP-Session: fe315c09-328b-4be5-a8d3-59f577793897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.731908 [ 3 ] {} HTTP-Session: fe315c09-328b-4be5-a8d3-59f577793897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.731939 [ 3 ] {} HTTP-Session: fe315c09-328b-4be5-a8d3-59f577793897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:17.732264 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:17.732324 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:17.732531 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:17.733001 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:17.733038 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:17.733457 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:26:17.733798 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:17.733952 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} executeQuery: Read 24 rows, 33.16 KiB in 0.001908 sec., 12578.616352201258 rows/sec., 16.97 MiB/sec. 2024.05.10 21:26:17.734258 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} DynamicQueryHandler: Done processing query 2024.05.10 21:26:17.734283 [ 3 ] {efa0f73f-707e-41ee-9028-9cbf07e4a17f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:26:17.734299 [ 3 ] {} HTTP-Session: fe315c09-328b-4be5-a8d3-59f577793897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.734423 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:17.734473 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:17.734493 [ 3 ] {} HTTP-Session: 213901ca-9fdf-4a6a-bf6a-6719659306ca Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:17.734510 [ 3 ] {} HTTP-Session: 213901ca-9fdf-4a6a-bf6a-6719659306ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.734524 [ 3 ] {} HTTP-Session: 213901ca-9fdf-4a6a-bf6a-6719659306ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:17.734555 [ 3 ] {} HTTP-Session: 213901ca-9fdf-4a6a-bf6a-6719659306ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:17.734687 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:17.734733 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:17.734876 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:17.735187 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:17.735224 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:17.735581 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:26:17.735914 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:17.736056 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. 2024.05.10 21:26:17.736393 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} DynamicQueryHandler: Done processing query 2024.05.10 21:26:17.736417 [ 3 ] {5ac66152-0be5-4867-b4fc-13fbf5d3122e} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:17.736436 [ 3 ] {} HTTP-Session: 213901ca-9fdf-4a6a-bf6a-6719659306ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.722749 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.722899 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.722930 [ 3 ] {} HTTP-Session: a85f8a40-b0b4-40fc-aa09-d9903571a0fe Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.722958 [ 3 ] {} HTTP-Session: a85f8a40-b0b4-40fc-aa09-d9903571a0fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.722977 [ 3 ] {} HTTP-Session: a85f8a40-b0b4-40fc-aa09-d9903571a0fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.723034 [ 3 ] {} HTTP-Session: a85f8a40-b0b4-40fc-aa09-d9903571a0fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.723243 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.723310 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:22.723507 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.723937 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.724032 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.724405 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:26:22.724744 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.724916 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} executeQuery: Read 4 rows, 332.00 B in 0.00173 sec., 2312.1387283236995 rows/sec., 187.41 KiB/sec. 2024.05.10 21:26:22.725128 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.725155 [ 3 ] {6922c98b-4594-48f4-89f3-0630fa657c5a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:22.725171 [ 3 ] {} HTTP-Session: a85f8a40-b0b4-40fc-aa09-d9903571a0fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.725327 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.725378 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.725397 [ 3 ] {} HTTP-Session: 2f9eb080-908f-4915-912d-c012768cc963 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.725413 [ 3 ] {} HTTP-Session: 2f9eb080-908f-4915-912d-c012768cc963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.725520 [ 3 ] {} HTTP-Session: 2f9eb080-908f-4915-912d-c012768cc963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.725553 [ 3 ] {} HTTP-Session: 2f9eb080-908f-4915-912d-c012768cc963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.725650 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.725693 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:26:22.725827 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.726123 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.726166 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.726484 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:26:22.726797 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.726950 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. 2024.05.10 21:26:22.727108 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.727133 [ 3 ] {3a461f33-7160-4264-9f6d-ab783c8b1e77} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:22.727148 [ 3 ] {} HTTP-Session: 2f9eb080-908f-4915-912d-c012768cc963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.727280 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.727329 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.727347 [ 3 ] {} HTTP-Session: e2aa0470-0d49-41ab-b38e-e1999a6920ea Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.727363 [ 3 ] {} HTTP-Session: e2aa0470-0d49-41ab-b38e-e1999a6920ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.727377 [ 3 ] {} HTTP-Session: e2aa0470-0d49-41ab-b38e-e1999a6920ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.727408 [ 3 ] {} HTTP-Session: e2aa0470-0d49-41ab-b38e-e1999a6920ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.727527 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.727569 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:22.727697 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.728049 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.728085 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.728411 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:26:22.728740 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.728906 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} executeQuery: Read 105 rows, 8.32 KiB in 0.001426 sec., 73632.53856942497 rows/sec., 5.70 MiB/sec. 2024.05.10 21:26:22.729069 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.729093 [ 3 ] {2109cccb-2edd-4a6a-a7b3-ea9c75756dca} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:22.729109 [ 3 ] {} HTTP-Session: e2aa0470-0d49-41ab-b38e-e1999a6920ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.729230 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.729278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.729297 [ 3 ] {} HTTP-Session: 865b39c5-2ebe-47c5-beaf-20e99b4581f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.729313 [ 3 ] {} HTTP-Session: 865b39c5-2ebe-47c5-beaf-20e99b4581f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.729326 [ 3 ] {} HTTP-Session: 865b39c5-2ebe-47c5-beaf-20e99b4581f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.729357 [ 3 ] {} HTTP-Session: 865b39c5-2ebe-47c5-beaf-20e99b4581f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.729448 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.729491 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:26:22.729616 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.730094 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.730164 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.730480 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2024.05.10 21:26:22.730783 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.730919 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} executeQuery: Read 2 rows, 143.00 B in 0.001488 sec., 1344.0860215053765 rows/sec., 93.85 KiB/sec. 2024.05.10 21:26:22.731087 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.731112 [ 3 ] {e9599516-2eb2-416c-b5a2-4c90da207e25} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:22.731128 [ 3 ] {} HTTP-Session: 865b39c5-2ebe-47c5-beaf-20e99b4581f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.731247 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.731295 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.731314 [ 3 ] {} HTTP-Session: 1a9265e3-aed6-474c-bb62-aa3c7b4b7e48 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.731330 [ 3 ] {} HTTP-Session: 1a9265e3-aed6-474c-bb62-aa3c7b4b7e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.731343 [ 3 ] {} HTTP-Session: 1a9265e3-aed6-474c-bb62-aa3c7b4b7e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.731374 [ 3 ] {} HTTP-Session: 1a9265e3-aed6-474c-bb62-aa3c7b4b7e48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.731494 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.731535 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:22.731663 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.732015 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.732052 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.732360 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:26:22.732658 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.732829 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} executeQuery: Read 94 rows, 7.50 KiB in 0.00138 sec., 68115.9420289855 rows/sec., 5.31 MiB/sec. 2024.05.10 21:26:22.732993 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.733017 [ 3 ] {f5f4f6fa-a3c8-447e-a99f-ef1cf2037502} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:22.733033 [ 3 ] {} HTTP-Session: 1a9265e3-aed6-474c-bb62-aa3c7b4b7e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.733194 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.733242 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.733261 [ 3 ] {} HTTP-Session: c7cdab49-4a59-446b-a171-385cd83c6f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.733277 [ 3 ] {} HTTP-Session: c7cdab49-4a59-446b-a171-385cd83c6f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.733290 [ 3 ] {} HTTP-Session: c7cdab49-4a59-446b-a171-385cd83c6f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.733320 [ 3 ] {} HTTP-Session: c7cdab49-4a59-446b-a171-385cd83c6f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.733492 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.733539 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:22.733686 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.734116 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.734153 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.734571 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:26:22.734909 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.735080 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} executeQuery: Read 197 rows, 14.08 KiB in 0.001672 sec., 117822.96650717703 rows/sec., 8.23 MiB/sec. 2024.05.10 21:26:22.735261 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.735285 [ 3 ] {0a768653-0a4f-4503-8f4f-502c7bbb3606} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:26:22.735301 [ 3 ] {} HTTP-Session: c7cdab49-4a59-446b-a171-385cd83c6f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.735423 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.735471 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.735490 [ 3 ] {} HTTP-Session: 73d43a66-f311-44fc-ba71-8f74d9027678 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.735506 [ 3 ] {} HTTP-Session: 73d43a66-f311-44fc-ba71-8f74d9027678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.735520 [ 3 ] {} HTTP-Session: 73d43a66-f311-44fc-ba71-8f74d9027678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.735550 [ 3 ] {} HTTP-Session: 73d43a66-f311-44fc-ba71-8f74d9027678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.735698 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.735747 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:22.735909 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.736222 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.736258 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.736639 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:26:22.736971 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.737130 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} executeQuery: Read 4 rows, 5.53 KiB in 0.001508 sec., 2652.5198938992044 rows/sec., 3.58 MiB/sec. 2024.05.10 21:26:22.737301 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.737325 [ 3 ] {b5f53a2b-dc95-48b7-b246-512f9409f669} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:26:22.737341 [ 3 ] {} HTTP-Session: 73d43a66-f311-44fc-ba71-8f74d9027678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.737475 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:22.737523 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:22.737541 [ 3 ] {} HTTP-Session: 889a615c-3a1d-4f2e-bf5e-5f929faf5a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:22.737557 [ 3 ] {} HTTP-Session: 889a615c-3a1d-4f2e-bf5e-5f929faf5a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.737570 [ 3 ] {} HTTP-Session: 889a615c-3a1d-4f2e-bf5e-5f929faf5a10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:22.737600 [ 3 ] {} HTTP-Session: 889a615c-3a1d-4f2e-bf5e-5f929faf5a10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:22.737712 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:22.737757 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:22.737887 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:22.738173 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:22.738209 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:22.738569 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:26:22.738884 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:22.739049 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. 2024.05.10 21:26:22.739365 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} DynamicQueryHandler: Done processing query 2024.05.10 21:26:22.739396 [ 3 ] {7d9f335d-88e4-4416-849d-6ff4bc10b1e9} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:22.739413 [ 3 ] {} HTTP-Session: 889a615c-3a1d-4f2e-bf5e-5f929faf5a10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.721968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:27.722102 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:27.722127 [ 3 ] {} HTTP-Session: 8a0690c7-463a-49f7-a237-b7f29c4f741d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:27.722151 [ 3 ] {} HTTP-Session: 8a0690c7-463a-49f7-a237-b7f29c4f741d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.722166 [ 3 ] {} HTTP-Session: 8a0690c7-463a-49f7-a237-b7f29c4f741d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.722215 [ 3 ] {} HTTP-Session: 8a0690c7-463a-49f7-a237-b7f29c4f741d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:27.722421 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:27.722491 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:27.722683 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:27.723152 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:27.723197 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:27.723615 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:26:27.723974 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:27.724122 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} executeQuery: Read 24 rows, 1.95 KiB in 0.00176 sec., 13636.363636363636 rows/sec., 1.08 MiB/sec. 2024.05.10 21:26:27.724339 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} DynamicQueryHandler: Done processing query 2024.05.10 21:26:27.724368 [ 3 ] {fe3ced3d-d2c2-446b-b117-7a3448d66a6f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:27.724385 [ 3 ] {} HTTP-Session: 8a0690c7-463a-49f7-a237-b7f29c4f741d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.724553 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:27.724611 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:27.724630 [ 3 ] {} HTTP-Session: 126a2077-21d6-4454-b4ec-f45410e1edc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:27.724648 [ 3 ] {} HTTP-Session: 126a2077-21d6-4454-b4ec-f45410e1edc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.724662 [ 3 ] {} HTTP-Session: 126a2077-21d6-4454-b4ec-f45410e1edc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.724697 [ 3 ] {} HTTP-Session: 126a2077-21d6-4454-b4ec-f45410e1edc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:27.724838 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:27.724886 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:27.725015 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:27.725443 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:27.725479 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:27.725803 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:26:27.726111 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:27.726247 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} executeQuery: Read 128 rows, 10.91 KiB in 0.001468 sec., 87193.46049046321 rows/sec., 7.25 MiB/sec. 2024.05.10 21:26:27.726521 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} DynamicQueryHandler: Done processing query 2024.05.10 21:26:27.726548 [ 3 ] {5b54cae1-a9ce-4685-b6e8-c7a38db1cdc4} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:26:27.726563 [ 3 ] {} HTTP-Session: 126a2077-21d6-4454-b4ec-f45410e1edc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.726729 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:27.726781 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:27.726800 [ 3 ] {} HTTP-Session: 8b5262f7-8a44-4bb9-b51b-63296ff94d91 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:27.726816 [ 3 ] {} HTTP-Session: 8b5262f7-8a44-4bb9-b51b-63296ff94d91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.726830 [ 3 ] {} HTTP-Session: 8b5262f7-8a44-4bb9-b51b-63296ff94d91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.726863 [ 3 ] {} HTTP-Session: 8b5262f7-8a44-4bb9-b51b-63296ff94d91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:27.727002 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:27.727046 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:27.727194 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:27.727551 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:27.727588 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:27.727906 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:26:27.728219 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:27.728358 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} executeQuery: Read 88 rows, 7.04 KiB in 0.001412 sec., 62322.94617563739 rows/sec., 4.87 MiB/sec. 2024.05.10 21:26:27.728658 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} DynamicQueryHandler: Done processing query 2024.05.10 21:26:27.728684 [ 3 ] {44a48cdc-0326-4504-a5d6-fbd1e0f83f5d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:27.728699 [ 3 ] {} HTTP-Session: 8b5262f7-8a44-4bb9-b51b-63296ff94d91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.728893 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:27.728944 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:27.728963 [ 3 ] {} HTTP-Session: 839e892f-5bb0-455a-9626-f80ce85865df Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:27.728979 [ 3 ] {} HTTP-Session: 839e892f-5bb0-455a-9626-f80ce85865df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.728995 [ 3 ] {} HTTP-Session: 839e892f-5bb0-455a-9626-f80ce85865df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.729033 [ 3 ] {} HTTP-Session: 839e892f-5bb0-455a-9626-f80ce85865df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:27.729207 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:27.729266 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:27.729453 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:27.729913 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:27.729949 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:27.730344 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:26:27.730695 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:27.730835 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. 2024.05.10 21:26:27.731020 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} DynamicQueryHandler: Done processing query 2024.05.10 21:26:27.731045 [ 3 ] {b95e4e38-0afb-4e84-a63e-43964e8bdbd7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:27.731061 [ 3 ] {} HTTP-Session: 839e892f-5bb0-455a-9626-f80ce85865df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.731210 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:27.731260 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:27.731279 [ 3 ] {} HTTP-Session: 3c45962d-beb4-4862-b54f-4f097b177b06 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:27.731295 [ 3 ] {} HTTP-Session: 3c45962d-beb4-4862-b54f-4f097b177b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.731308 [ 3 ] {} HTTP-Session: 3c45962d-beb4-4862-b54f-4f097b177b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.731340 [ 3 ] {} HTTP-Session: 3c45962d-beb4-4862-b54f-4f097b177b06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:27.731789 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:27.731850 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:27.732031 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:27.732488 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:27.732523 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:27.732987 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:26:27.733405 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:27.733543 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} executeQuery: Read 24 rows, 33.16 KiB in 0.002121 sec., 11315.417256011315 rows/sec., 15.27 MiB/sec. 2024.05.10 21:26:27.733738 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} DynamicQueryHandler: Done processing query 2024.05.10 21:26:27.733764 [ 3 ] {14ae4901-6bbd-4f7e-b800-fa26ea085f3d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:26:27.733780 [ 3 ] {} HTTP-Session: 3c45962d-beb4-4862-b54f-4f097b177b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.733905 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:27.733954 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:27.733972 [ 3 ] {} HTTP-Session: 2ead80bb-613f-4606-b856-5444ae466fc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:27.733989 [ 3 ] {} HTTP-Session: 2ead80bb-613f-4606-b856-5444ae466fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.734002 [ 3 ] {} HTTP-Session: 2ead80bb-613f-4606-b856-5444ae466fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:27.734033 [ 3 ] {} HTTP-Session: 2ead80bb-613f-4606-b856-5444ae466fc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:27.734156 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:27.734201 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:27.734324 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:27.734625 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:27.734660 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2024.05.10 21:26:27.735022 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:26:27.735362 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:27.735503 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. 2024.05.10 21:26:27.735675 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} DynamicQueryHandler: Done processing query 2024.05.10 21:26:27.735701 [ 3 ] {7e45ef54-e6cd-401e-b4e6-98dba22e23b6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:27.735718 [ 3 ] {} HTTP-Session: 2ead80bb-613f-4606-b856-5444ae466fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:31.590595 [ 33 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:26:31.590674 [ 33 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:26:32.001166 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000833228 sec. 2024.05.10 21:26:32.720625 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:32.720808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:32.720853 [ 3 ] {} HTTP-Session: 2ae1b0cc-14c8-4a32-8e85-e20cee6f23f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:32.720893 [ 3 ] {} HTTP-Session: 2ae1b0cc-14c8-4a32-8e85-e20cee6f23f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.720921 [ 3 ] {} HTTP-Session: 2ae1b0cc-14c8-4a32-8e85-e20cee6f23f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.721004 [ 3 ] {} HTTP-Session: 2ae1b0cc-14c8-4a32-8e85-e20cee6f23f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:32.721286 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:32.721396 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:32.721661 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:32.722085 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:32.722127 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:32.722505 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:26:32.722847 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:32.722997 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} executeQuery: Read 4 rows, 332.00 B in 0.001799 sec., 2223.457476375764 rows/sec., 180.22 KiB/sec. 2024.05.10 21:26:32.723217 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} DynamicQueryHandler: Done processing query 2024.05.10 21:26:32.723244 [ 3 ] {5847ae96-c158-4f39-88d6-e45f724fcbb6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:32.723261 [ 3 ] {} HTTP-Session: 2ae1b0cc-14c8-4a32-8e85-e20cee6f23f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.723407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:32.723465 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:32.723485 [ 3 ] {} HTTP-Session: baa24783-f62f-41c3-9481-83e54f297922 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:32.723503 [ 3 ] {} HTTP-Session: baa24783-f62f-41c3-9481-83e54f297922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.723516 [ 3 ] {} HTTP-Session: baa24783-f62f-41c3-9481-83e54f297922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.723552 [ 3 ] {} HTTP-Session: baa24783-f62f-41c3-9481-83e54f297922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:32.723678 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:32.723724 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:32.723852 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:32.724214 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:32.724251 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:32.724562 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:26:32.724870 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:32.724997 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} executeQuery: Read 68 rows, 5.48 KiB in 0.001367 sec., 49743.96488661302 rows/sec., 3.91 MiB/sec. 2024.05.10 21:26:32.725278 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} DynamicQueryHandler: Done processing query 2024.05.10 21:26:32.725302 [ 3 ] {51a34c79-4286-408f-9637-dba13db96ecd} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:32.725318 [ 3 ] {} HTTP-Session: baa24783-f62f-41c3-9481-83e54f297922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.725442 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:32.725490 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:32.725509 [ 3 ] {} HTTP-Session: 94500fe8-7d33-4992-bdf7-4b83e31ce76d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:32.725525 [ 3 ] {} HTTP-Session: 94500fe8-7d33-4992-bdf7-4b83e31ce76d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.725539 [ 3 ] {} HTTP-Session: 94500fe8-7d33-4992-bdf7-4b83e31ce76d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.725569 [ 3 ] {} HTTP-Session: 94500fe8-7d33-4992-bdf7-4b83e31ce76d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:32.725684 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:32.725728 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:32.725868 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:32.726196 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:32.726231 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:32.726537 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:26:32.726848 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:32.726972 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} executeQuery: Read 68 rows, 5.44 KiB in 0.001329 sec., 51166.29044394281 rows/sec., 3.99 MiB/sec. 2024.05.10 21:26:32.727266 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} DynamicQueryHandler: Done processing query 2024.05.10 21:26:32.727291 [ 3 ] {e924786e-6589-4dc2-a469-3036fd7cfa1e} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:32.727307 [ 3 ] {} HTTP-Session: 94500fe8-7d33-4992-bdf7-4b83e31ce76d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.727519 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:32.727568 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:32.727587 [ 3 ] {} HTTP-Session: 754826de-79d5-483a-bfde-6645cdb384b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:32.727603 [ 3 ] {} HTTP-Session: 754826de-79d5-483a-bfde-6645cdb384b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.727617 [ 3 ] {} HTTP-Session: 754826de-79d5-483a-bfde-6645cdb384b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.727647 [ 3 ] {} HTTP-Session: 754826de-79d5-483a-bfde-6645cdb384b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:32.727797 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:32.727844 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:32.728002 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:32.728396 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:32.728431 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:32.728818 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:26:32.729153 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:32.729282 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. 2024.05.10 21:26:32.729578 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} DynamicQueryHandler: Done processing query 2024.05.10 21:26:32.729603 [ 3 ] {9a467648-66a4-456a-9ca4-781f5b5730a1} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:32.729619 [ 3 ] {} HTTP-Session: 754826de-79d5-483a-bfde-6645cdb384b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.729753 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:32.729802 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:32.729821 [ 3 ] {} HTTP-Session: 47ac90f3-94ff-4ea1-9129-613e11fa925c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:32.729837 [ 3 ] {} HTTP-Session: 47ac90f3-94ff-4ea1-9129-613e11fa925c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.729850 [ 3 ] {} HTTP-Session: 47ac90f3-94ff-4ea1-9129-613e11fa925c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.729881 [ 3 ] {} HTTP-Session: 47ac90f3-94ff-4ea1-9129-613e11fa925c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:32.730022 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:32.730071 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:32.730248 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:32.730559 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:32.730594 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:32.730965 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:26:32.731299 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:32.731426 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} executeQuery: Read 4 rows, 5.53 KiB in 0.001473 sec., 2715.5465037338768 rows/sec., 3.66 MiB/sec. 2024.05.10 21:26:32.731596 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} DynamicQueryHandler: Done processing query 2024.05.10 21:26:32.731621 [ 3 ] {830d7946-51de-441b-9dde-5a79c263c192} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:26:32.731636 [ 3 ] {} HTTP-Session: 47ac90f3-94ff-4ea1-9129-613e11fa925c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.731798 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:32.731847 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:32.731865 [ 3 ] {} HTTP-Session: 362ba429-546d-4124-8598-7fc162152a12 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:32.731881 [ 3 ] {} HTTP-Session: 362ba429-546d-4124-8598-7fc162152a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.731895 [ 3 ] {} HTTP-Session: 362ba429-546d-4124-8598-7fc162152a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:32.731925 [ 3 ] {} HTTP-Session: 362ba429-546d-4124-8598-7fc162152a12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:32.732036 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:32.732080 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:32.732203 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:32.732519 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:32.732554 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:32.732918 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:26:32.733235 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:32.733369 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. 2024.05.10 21:26:32.733640 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} DynamicQueryHandler: Done processing query 2024.05.10 21:26:32.733665 [ 3 ] {523da0c1-f198-478f-b0b8-96b2d091337c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:32.733681 [ 3 ] {} HTTP-Session: 362ba429-546d-4124-8598-7fc162152a12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.722439 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.722584 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.722613 [ 3 ] {} HTTP-Session: 07ade345-2bb0-4d4b-921f-e4d256417861 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.722643 [ 3 ] {} HTTP-Session: 07ade345-2bb0-4d4b-921f-e4d256417861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.722660 [ 3 ] {} HTTP-Session: 07ade345-2bb0-4d4b-921f-e4d256417861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.722734 [ 3 ] {} HTTP-Session: 07ade345-2bb0-4d4b-921f-e4d256417861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.723028 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.723138 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:37.723462 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.723987 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.724030 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.724402 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:26:37.724735 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.724879 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} executeQuery: Read 24 rows, 1.95 KiB in 0.001951 sec., 12301.38390568939 rows/sec., 997.08 KiB/sec. 2024.05.10 21:26:37.724884 [ 57 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.10 21:26:37.724941 [ 57 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.724975 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.725143 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.725228 [ 3 ] {725c225c-6068-4f2d-b4d7-ade59f7783fa} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:37.725240 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.10 21:26:37.725287 [ 3 ] {} HTTP-Session: 07ade345-2bb0-4d4b-921f-e4d256417861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.725545 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.725594 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.725634 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.725658 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 28 rows starting from the beginning of the part 2024.05.10 21:26:37.725690 [ 3 ] {} HTTP-Session: 8e15d219-160d-4f14-8bfe-12e57fdfb092 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.725732 [ 3 ] {} HTTP-Session: 8e15d219-160d-4f14-8bfe-12e57fdfb092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.725779 [ 3 ] {} HTTP-Session: 8e15d219-160d-4f14-8bfe-12e57fdfb092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.725878 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:37.725917 [ 3 ] {} HTTP-Session: 8e15d219-160d-4f14-8bfe-12e57fdfb092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.726163 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:37.726396 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:37.726668 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:37.726684 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.726893 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:37.726900 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:26:37.727606 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.728334 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.728397 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.729206 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:26:37.729728 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004658448 sec., 23183.68692749173 rows/sec., 1.84 MiB/sec. 2024.05.10 21:26:37.729931 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.10 21:26:37.730094 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.730375 [ 57 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.05.10 21:26:37.730495 [ 57 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.730530 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} executeQuery: Read 2 rows, 167.00 B in 0.004235 sec., 472.25501770956316 rows/sec., 38.51 KiB/sec. 2024.05.10 21:26:37.730570 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.731091 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.05.10 21:26:37.731372 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.731546 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.731630 [ 3 ] {9e005181-0f43-4b84-9a92-03477f6a30ea} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:37.731648 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.731665 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_16_3} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.10 21:26:37.731682 [ 3 ] {} HTTP-Session: 8e15d219-160d-4f14-8bfe-12e57fdfb092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.731740 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:26:37.731854 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.10 21:26:37.732029 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.732120 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:26:37.732205 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.732345 [ 3 ] {} HTTP-Session: 236f0fc3-5ccd-4420-9c5d-c09618c4da03 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.732349 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2024.05.10 21:26:37.732424 [ 3 ] {} HTTP-Session: 236f0fc3-5ccd-4420-9c5d-c09618c4da03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.732513 [ 3 ] {} HTTP-Session: 236f0fc3-5ccd-4420-9c5d-c09618c4da03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.732632 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:26:37.732676 [ 3 ] {} HTTP-Session: 236f0fc3-5ccd-4420-9c5d-c09618c4da03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.732921 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:26:37.733453 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.733511 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:37.733972 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.734958 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.735020 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.735441 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004664328 sec., 2143.931558844061 rows/sec., 174.82 KiB/sec. 2024.05.10 21:26:37.735634 [ 199 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.05.10 21:26:37.735781 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:26:37.736529 [ 200 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_5_1} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.736626 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.736733 [ 200 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_5_1} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.05.10 21:26:37.736843 [ 57 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.10 21:26:37.736919 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} executeQuery: Read 129 rows, 10.98 KiB in 0.003732 sec., 34565.91639871382 rows/sec., 2.87 MiB/sec. 2024.05.10 21:26:37.736943 [ 57 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.737004 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.737017 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.10 21:26:37.737462 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.10 21:26:37.737636 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.737728 [ 3 ] {e6018662-b13c-4fea-ad62-98d707471e73} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:26:37.737797 [ 3 ] {} HTTP-Session: 236f0fc3-5ccd-4420-9c5d-c09618c4da03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.737863 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.737900 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 180 rows starting from the beginning of the part 2024.05.10 21:26:37.738085 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part 2024.05.10 21:26:37.738128 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.738273 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 105 rows starting from the beginning of the part 2024.05.10 21:26:37.738319 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.738574 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 128 rows starting from the beginning of the part 2024.05.10 21:26:37.738654 [ 3 ] {} HTTP-Session: cd110b73-b1e4-4492-b0c9-177968e7ce04 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.738811 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part 2024.05.10 21:26:37.738807 [ 3 ] {} HTTP-Session: cd110b73-b1e4-4492-b0c9-177968e7ce04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.738885 [ 3 ] {} HTTP-Session: cd110b73-b1e4-4492-b0c9-177968e7ce04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.739062 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 129 rows starting from the beginning of the part 2024.05.10 21:26:37.739079 [ 3 ] {} HTTP-Session: cd110b73-b1e4-4492-b0c9-177968e7ce04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.739519 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.739579 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:26:37.740401 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.741457 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.741524 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.742266 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2024.05.10 21:26:37.742416 [ 193 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 4 columns (4 merged, 0 gathered) in 0.005209099 sec., 141675.17261622404 rows/sec., 11.56 MiB/sec. 2024.05.10 21:26:37.742630 [ 193 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.10 21:26:37.742728 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.742887 [ 109 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2024.05.10 21:26:37.742974 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} executeQuery: Read 2 rows, 143.00 B in 0.003547 sec., 563.856780377784 rows/sec., 39.37 KiB/sec. 2024.05.10 21:26:37.742981 [ 109 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.743040 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.743664 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2024.05.10 21:26:37.743704 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.743793 [ 3 ] {d9ccbbc8-4d3f-4d39-92d0-9ca5f7a9ca76} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:37.743929 [ 3 ] {} HTTP-Session: cd110b73-b1e4-4492-b0c9-177968e7ce04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.743945 [ 193 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.744171 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.744213 [ 193 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_21_4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.10 21:26:37.744255 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.744292 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.744392 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:26:37.744406 [ 3 ] {} HTTP-Session: 5dd8ef1f-644b-4b7c-bdba-35637762792c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.744435 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.05.10 21:26:37.744481 [ 3 ] {} HTTP-Session: 5dd8ef1f-644b-4b7c-bdba-35637762792c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.744543 [ 3 ] {} HTTP-Session: 5dd8ef1f-644b-4b7c-bdba-35637762792c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.744683 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:26:37.744716 [ 3 ] {} HTTP-Session: 5dd8ef1f-644b-4b7c-bdba-35637762792c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.744901 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2024.05.10 21:26:37.745187 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:26:37.745211 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.745400 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:37.745451 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:26:37.746254 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.747129 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.747194 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.748022 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004811041 sec., 2078.5522301722226 rows/sec., 145.13 KiB/sec. 2024.05.10 21:26:37.748078 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:26:37.748159 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2024.05.10 21:26:37.748930 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.749048 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_5_1} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.749170 [ 109 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.10 21:26:37.749277 [ 109 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.749279 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} executeQuery: Read 90 rows, 7.20 KiB in 0.004239 sec., 21231.422505307855 rows/sec., 1.66 MiB/sec. 2024.05.10 21:26:37.749331 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.749371 [ 200 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_5_1} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2024.05.10 21:26:37.749932 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.10 21:26:37.749945 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.750032 [ 3 ] {2899e2d2-47ec-417e-872c-600c0ed59453} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:37.750045 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.10 21:26:37.750102 [ 3 ] {} HTTP-Session: 5dd8ef1f-644b-4b7c-bdba-35637762792c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.750305 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.750330 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30797, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.750339 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 140 rows starting from the beginning of the part 2024.05.10 21:26:37.750395 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.750451 [ 3 ] {} HTTP-Session: 80d16026-8756-46d6-9323-caa7950a835c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.750497 [ 3 ] {} HTTP-Session: 80d16026-8756-46d6-9323-caa7950a835c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.750501 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 88 rows starting from the beginning of the part 2024.05.10 21:26:37.750533 [ 3 ] {} HTTP-Session: 80d16026-8756-46d6-9323-caa7950a835c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.750652 [ 3 ] {} HTTP-Session: 80d16026-8756-46d6-9323-caa7950a835c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.750765 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 94 rows starting from the beginning of the part 2024.05.10 21:26:37.751024 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 88 rows starting from the beginning of the part 2024.05.10 21:26:37.751050 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.751260 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:37.751285 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part 2024.05.10 21:26:37.751572 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2024.05.10 21:26:37.752164 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.752735 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.752777 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.753343 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 4 columns (4 merged, 0 gathered) in 0.003859251 sec., 147178.8178586985 rows/sec., 11.49 MiB/sec. 2024.05.10 21:26:37.753357 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:26:37.753600 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.10 21:26:37.754235 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.754487 [ 109 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.10 21:26:37.754549 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} executeQuery: Read 161 rows, 11.48 KiB in 0.003665 sec., 43929.05866302865 rows/sec., 3.06 MiB/sec. 2024.05.10 21:26:37.754586 [ 109 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.754677 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.754823 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.755128 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.755143 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.10 21:26:37.755169 [ 3 ] {8d6523a8-0ecb-4419-aff7-eb11737c63ba} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:37.755191 [ 193 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_21_4} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.10 21:26:37.755255 [ 3 ] {} HTTP-Session: 80d16026-8756-46d6-9323-caa7950a835c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.755399 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.10 21:26:37.755529 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.755586 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.755618 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.755654 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2691 rows starting from the beginning of the part 2024.05.10 21:26:37.755665 [ 3 ] {} HTTP-Session: a0260abf-0e27-42bf-9a4b-ddf034dd4e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.755711 [ 3 ] {} HTTP-Session: a0260abf-0e27-42bf-9a4b-ddf034dd4e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.755753 [ 3 ] {} HTTP-Session: a0260abf-0e27-42bf-9a4b-ddf034dd4e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.755900 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2024.05.10 21:26:37.755941 [ 3 ] {} HTTP-Session: a0260abf-0e27-42bf-9a4b-ddf034dd4e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.756237 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 197 rows starting from the beginning of the part 2024.05.10 21:26:37.756366 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2024.05.10 21:26:37.756631 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2024.05.10 21:26:37.756771 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.756955 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 161 rows starting from the beginning of the part 2024.05.10 21:26:37.756978 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:37.757835 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.758480 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.758518 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.759807 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:26:37.760481 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.760778 [ 109 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2024.05.10 21:26:37.760794 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} executeQuery: Read 24 rows, 33.16 KiB in 0.004608 sec., 5208.333333333333 rows/sec., 7.03 MiB/sec. 2024.05.10 21:26:37.760860 [ 109 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.760953 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.761477 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.761483 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2024.05.10 21:26:37.761557 [ 3 ] {7830095e-1fce-4a6d-a567-e694eddbb54e} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:26:37.761603 [ 3 ] {} HTTP-Session: a0260abf-0e27-42bf-9a4b-ddf034dd4e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.761638 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3529 rows, containing 5 columns (5 merged, 0 gathered) in 0.006787852 sec., 519899.373174312 rows/sec., 36.21 MiB/sec. 2024.05.10 21:26:37.761802 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.761801 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:37.761855 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 202 rows starting from the beginning of the part 2024.05.10 21:26:37.761902 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:37.762062 [ 3 ] {} HTTP-Session: 022ee94a-87ec-49cd-95f9-e97ccc5c053a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:37.762129 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:37.762165 [ 3 ] {} HTTP-Session: 022ee94a-87ec-49cd-95f9-e97ccc5c053a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.762190 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.10 21:26:37.762256 [ 3 ] {} HTTP-Session: 022ee94a-87ec-49cd-95f9-e97ccc5c053a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.762507 [ 3 ] {} HTTP-Session: 022ee94a-87ec-49cd-95f9-e97ccc5c053a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:37.762619 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:37.763212 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:37.763217 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:37.763588 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:37.763911 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2024.05.10 21:26:37.764513 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2024.05.10 21:26:37.765441 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.765465 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:37.765771 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_21_4} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.10 21:26:37.766025 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2024.05.10 21:26:37.766380 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.766420 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.766953 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:26:37.767608 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.767962 [ 109 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.10 21:26:37.767962 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} executeQuery: Read 60 rows, 4.14 KiB in 0.005078 sec., 11815.675462780622 rows/sec., 815.40 KiB/sec. 2024.05.10 21:26:37.768006 [ 109 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:37.768075 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:37.768287 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.10 21:26:37.768342 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} DynamicQueryHandler: Done processing query 2024.05.10 21:26:37.768376 [ 3 ] {7a3769a2-2008-4fbb-b7df-518d07f8747b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:37.768411 [ 3 ] {} HTTP-Session: 022ee94a-87ec-49cd-95f9-e97ccc5c053a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:37.768463 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:26:37.768498 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 818 rows starting from the beginning of the part 2024.05.10 21:26:37.768607 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:37.768803 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:37.768985 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:37.769162 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:37.769342 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2024.05.10 21:26:37.770543 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1118 rows, containing 4 columns (4 merged, 0 gathered) in 0.002349049 sec., 475937.28355602623 rows/sec., 32.25 MiB/sec. 2024.05.10 21:26:37.770738 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.10 21:26:37.771014 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 6 columns (6 merged, 0 gathered) in 0.009876497 sec., 28552.633590634414 rows/sec., 38.53 MiB/sec. 2024.05.10 21:26:37.771220 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.771320 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_21_4} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.10 21:26:37.771347 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2024.05.10 21:26:37.771408 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2024.05.10 21:26:37.771822 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:37.771892 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_16_3} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2024.05.10 21:26:37.771961 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2024.05.10 21:26:38.000151 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 181.60 MiB, peak 190.57 MiB, free memory in arenas 0.00 B, will set to 183.23 MiB (RSS), difference: 1.63 MiB 2024.05.10 21:26:42.721309 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.721509 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.721557 [ 3 ] {} HTTP-Session: 56df06a4-3d76-47ca-a71e-7162238c17a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.721598 [ 3 ] {} HTTP-Session: 56df06a4-3d76-47ca-a71e-7162238c17a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.721626 [ 3 ] {} HTTP-Session: 56df06a4-3d76-47ca-a71e-7162238c17a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.721707 [ 3 ] {} HTTP-Session: 56df06a4-3d76-47ca-a71e-7162238c17a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.721969 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.722037 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:42.722232 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.722673 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.722712 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.723084 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:26:42.723429 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.723572 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} executeQuery: Read 4 rows, 332.00 B in 0.001671 sec., 2393.77618192699 rows/sec., 194.03 KiB/sec. 2024.05.10 21:26:42.723774 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.723800 [ 3 ] {13b24489-0a01-4054-8cd8-f3a14b8bcd7c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:42.723816 [ 3 ] {} HTTP-Session: 56df06a4-3d76-47ca-a71e-7162238c17a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.723971 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.724022 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.724042 [ 3 ] {} HTTP-Session: b79c090c-1e26-4872-a606-8e6d5afbc982 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.724058 [ 3 ] {} HTTP-Session: b79c090c-1e26-4872-a606-8e6d5afbc982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.724072 [ 3 ] {} HTTP-Session: b79c090c-1e26-4872-a606-8e6d5afbc982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.724103 [ 3 ] {} HTTP-Session: b79c090c-1e26-4872-a606-8e6d5afbc982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.724198 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.724241 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:26:42.724368 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.724678 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.724714 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.725016 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:26:42.725328 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.725455 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} executeQuery: Read 4 rows, 334.00 B in 0.00128 sec., 3124.9999999999995 rows/sec., 254.82 KiB/sec. 2024.05.10 21:26:42.725733 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.725759 [ 3 ] {4bcaf314-7100-48c5-8ac5-39ee9aecd920} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:42.725775 [ 3 ] {} HTTP-Session: b79c090c-1e26-4872-a606-8e6d5afbc982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.725910 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.725960 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.725978 [ 3 ] {} HTTP-Session: 2b8454e3-7509-469e-8cfd-e5c208d3f240 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.725994 [ 3 ] {} HTTP-Session: 2b8454e3-7509-469e-8cfd-e5c208d3f240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.726008 [ 3 ] {} HTTP-Session: 2b8454e3-7509-469e-8cfd-e5c208d3f240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.726038 [ 3 ] {} HTTP-Session: 2b8454e3-7509-469e-8cfd-e5c208d3f240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.726155 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.726197 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:42.726338 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.726668 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.726705 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.727033 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:26:42.727340 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.727466 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} executeQuery: Read 70 rows, 5.63 KiB in 0.001354 sec., 51698.670605613 rows/sec., 4.06 MiB/sec. 2024.05.10 21:26:42.727628 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.727653 [ 3 ] {0c31224a-c8dd-4571-8060-6f029bd3df5a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:42.727668 [ 3 ] {} HTTP-Session: 2b8454e3-7509-469e-8cfd-e5c208d3f240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.727784 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.727834 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.727853 [ 3 ] {} HTTP-Session: 4c4d158e-711a-4ef5-97a8-4f7d6b136b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.727869 [ 3 ] {} HTTP-Session: 4c4d158e-711a-4ef5-97a8-4f7d6b136b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.727882 [ 3 ] {} HTTP-Session: 4c4d158e-711a-4ef5-97a8-4f7d6b136b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.727912 [ 3 ] {} HTTP-Session: 4c4d158e-711a-4ef5-97a8-4f7d6b136b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.728006 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.728047 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:26:42.728172 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.730456 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.730525 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.731005 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2024.05.10 21:26:42.731317 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.731440 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} executeQuery: Read 4 rows, 286.00 B in 0.003459 sec., 1156.403584851113 rows/sec., 80.74 KiB/sec. 2024.05.10 21:26:42.731611 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.731636 [ 3 ] {76f94167-cc37-43d1-ad93-486fa18d81d9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:42.731651 [ 3 ] {} HTTP-Session: 4c4d158e-711a-4ef5-97a8-4f7d6b136b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.731814 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.731864 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.731883 [ 3 ] {} HTTP-Session: 24798b48-f487-4ea4-8125-939563e7d4f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.731899 [ 3 ] {} HTTP-Session: 24798b48-f487-4ea4-8125-939563e7d4f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.731913 [ 3 ] {} HTTP-Session: 24798b48-f487-4ea4-8125-939563e7d4f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.731943 [ 3 ] {} HTTP-Session: 24798b48-f487-4ea4-8125-939563e7d4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.732058 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.732099 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:42.732225 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.732604 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.732641 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.732955 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:26:42.733263 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.733390 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} executeQuery: Read 72 rows, 5.76 KiB in 0.001374 sec., 52401.74672489083 rows/sec., 4.10 MiB/sec. 2024.05.10 21:26:42.733549 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.733574 [ 3 ] {e5d7b6e3-6237-4276-84f5-93df773f1c6d} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:26:42.733589 [ 3 ] {} HTTP-Session: 24798b48-f487-4ea4-8125-939563e7d4f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.733754 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.733803 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.733823 [ 3 ] {} HTTP-Session: 86c9b025-4541-4c28-966b-a46022b1cc0c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.733839 [ 3 ] {} HTTP-Session: 86c9b025-4541-4c28-966b-a46022b1cc0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.733853 [ 3 ] {} HTTP-Session: 86c9b025-4541-4c28-966b-a46022b1cc0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.733883 [ 3 ] {} HTTP-Session: 86c9b025-4541-4c28-966b-a46022b1cc0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.734027 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.734073 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:42.734215 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.734620 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.734656 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.735063 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:26:42.735405 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.735546 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} executeQuery: Read 162 rows, 11.55 KiB in 0.001578 sec., 102661.59695817491 rows/sec., 7.15 MiB/sec. 2024.05.10 21:26:42.735881 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.735907 [ 3 ] {971489c1-9c37-4d95-92c2-7225c8690fca} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:42.735923 [ 3 ] {} HTTP-Session: 86c9b025-4541-4c28-966b-a46022b1cc0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.736047 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.736096 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.736115 [ 3 ] {} HTTP-Session: 0f270c52-9c6c-4613-b462-10348edda01e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.736132 [ 3 ] {} HTTP-Session: 0f270c52-9c6c-4613-b462-10348edda01e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.736145 [ 3 ] {} HTTP-Session: 0f270c52-9c6c-4613-b462-10348edda01e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.736177 [ 3 ] {} HTTP-Session: 0f270c52-9c6c-4613-b462-10348edda01e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.736309 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.736359 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:42.736534 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.736920 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.736955 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.737350 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:26:42.737684 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.737814 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} executeQuery: Read 4 rows, 5.53 KiB in 0.001562 sec., 2560.819462227913 rows/sec., 3.46 MiB/sec. 2024.05.10 21:26:42.737982 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.738007 [ 3 ] {60079fa8-652f-4399-af6d-0e71552155fa} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:26:42.738022 [ 3 ] {} HTTP-Session: 0f270c52-9c6c-4613-b462-10348edda01e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.738145 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:42.738221 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:42.738241 [ 3 ] {} HTTP-Session: fabff82f-5f2a-4334-bed4-e514658eac3a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:42.738257 [ 3 ] {} HTTP-Session: fabff82f-5f2a-4334-bed4-e514658eac3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.738270 [ 3 ] {} HTTP-Session: fabff82f-5f2a-4334-bed4-e514658eac3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:42.738301 [ 3 ] {} HTTP-Session: fabff82f-5f2a-4334-bed4-e514658eac3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:42.738423 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:42.738467 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:42.738592 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:42.738908 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:42.738944 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:42.739324 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:26:42.739644 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:42.739765 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. 2024.05.10 21:26:42.739930 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} DynamicQueryHandler: Done processing query 2024.05.10 21:26:42.739955 [ 3 ] {1255b26e-e9e5-4f26-a089-efd9d4d0c9f8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:42.739970 [ 3 ] {} HTTP-Session: fabff82f-5f2a-4334-bed4-e514658eac3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:46.590738 [ 24 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:26:46.590808 [ 24 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:26:47.721364 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.721493 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.721522 [ 3 ] {} HTTP-Session: 819832b1-ee83-4058-bdd6-e72278fefd69 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.721551 [ 3 ] {} HTTP-Session: 819832b1-ee83-4058-bdd6-e72278fefd69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.721568 [ 3 ] {} HTTP-Session: 819832b1-ee83-4058-bdd6-e72278fefd69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.721625 [ 3 ] {} HTTP-Session: 819832b1-ee83-4058-bdd6-e72278fefd69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.721841 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.721916 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:47.722124 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.722539 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.722580 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.723000 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:26:47.723343 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.723503 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} executeQuery: Read 24 rows, 1.95 KiB in 0.00173 sec., 13872.832369942196 rows/sec., 1.10 MiB/sec. 2024.05.10 21:26:47.723720 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.723746 [ 3 ] {2d045758-0dde-4269-bfe6-c82d989e0168} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:47.723763 [ 3 ] {} HTTP-Session: 819832b1-ee83-4058-bdd6-e72278fefd69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.723920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.723970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.723989 [ 3 ] {} HTTP-Session: 7d29a109-f23f-41f4-946d-a4e83abf6bae Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.724005 [ 3 ] {} HTTP-Session: 7d29a109-f23f-41f4-946d-a4e83abf6bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.724019 [ 3 ] {} HTTP-Session: 7d29a109-f23f-41f4-946d-a4e83abf6bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.724051 [ 3 ] {} HTTP-Session: 7d29a109-f23f-41f4-946d-a4e83abf6bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.724146 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.724191 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:26:47.724319 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.724593 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.724629 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.724934 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:26:47.725250 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.725414 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} executeQuery: Read 2 rows, 167.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 127.01 KiB/sec. 2024.05.10 21:26:47.725709 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.725733 [ 3 ] {ca6c63a4-ae51-49d6-84ce-05dd7836fa6e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:47.725751 [ 3 ] {} HTTP-Session: 7d29a109-f23f-41f4-946d-a4e83abf6bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.725894 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.725942 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.725961 [ 3 ] {} HTTP-Session: 488fb998-1141-4cf3-b2bf-89dc43cf6c9a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.725977 [ 3 ] {} HTTP-Session: 488fb998-1141-4cf3-b2bf-89dc43cf6c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.725991 [ 3 ] {} HTTP-Session: 488fb998-1141-4cf3-b2bf-89dc43cf6c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.726021 [ 3 ] {} HTTP-Session: 488fb998-1141-4cf3-b2bf-89dc43cf6c9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.726158 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.726201 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:47.726346 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.726717 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.726756 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.727071 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:26:47.727379 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.727536 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} executeQuery: Read 129 rows, 10.98 KiB in 0.001433 sec., 90020.93510118632 rows/sec., 7.48 MiB/sec. 2024.05.10 21:26:47.727709 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.727733 [ 3 ] {0950ec7b-9944-4592-9878-a8094ffb9b93} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:26:47.727751 [ 3 ] {} HTTP-Session: 488fb998-1141-4cf3-b2bf-89dc43cf6c9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.727872 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.727920 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.727938 [ 3 ] {} HTTP-Session: 89a765d4-5bca-4cb1-b8b5-989d59788cee Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.727954 [ 3 ] {} HTTP-Session: 89a765d4-5bca-4cb1-b8b5-989d59788cee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.727968 [ 3 ] {} HTTP-Session: 89a765d4-5bca-4cb1-b8b5-989d59788cee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.727999 [ 3 ] {} HTTP-Session: 89a765d4-5bca-4cb1-b8b5-989d59788cee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.728091 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.728134 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:26:47.728262 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.728535 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.728571 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.728883 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2024.05.10 21:26:47.729204 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.729364 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} executeQuery: Read 2 rows, 143.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 107.84 KiB/sec. 2024.05.10 21:26:47.729533 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.729558 [ 3 ] {d02f76a7-efe6-48bc-9500-4ac86754d498} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:47.729573 [ 3 ] {} HTTP-Session: 89a765d4-5bca-4cb1-b8b5-989d59788cee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.729694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.729742 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.729762 [ 3 ] {} HTTP-Session: bebebeb6-a62c-4826-8968-c47028392b01 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.729778 [ 3 ] {} HTTP-Session: bebebeb6-a62c-4826-8968-c47028392b01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.729791 [ 3 ] {} HTTP-Session: bebebeb6-a62c-4826-8968-c47028392b01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.729822 [ 3 ] {} HTTP-Session: bebebeb6-a62c-4826-8968-c47028392b01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.729939 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.729983 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:47.730113 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.730467 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.730505 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.730821 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:26:47.731125 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.731278 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} executeQuery: Read 90 rows, 7.20 KiB in 0.001376 sec., 65406.976744186046 rows/sec., 5.11 MiB/sec. 2024.05.10 21:26:47.731456 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.731481 [ 3 ] {b10bb90a-7b9c-4b5a-99da-2dbbfc4c017d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:47.731497 [ 3 ] {} HTTP-Session: bebebeb6-a62c-4826-8968-c47028392b01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.731651 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.731700 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.731719 [ 3 ] {} HTTP-Session: aa5e72fd-cc69-4851-9f59-f933869d9b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.731735 [ 3 ] {} HTTP-Session: aa5e72fd-cc69-4851-9f59-f933869d9b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.731749 [ 3 ] {} HTTP-Session: aa5e72fd-cc69-4851-9f59-f933869d9b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.731779 [ 3 ] {} HTTP-Session: aa5e72fd-cc69-4851-9f59-f933869d9b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.731922 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.731968 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:47.732116 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.732517 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.732554 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.732998 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:26:47.733337 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.733503 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} executeQuery: Read 161 rows, 11.48 KiB in 0.001639 sec., 98230.6284319707 rows/sec., 6.84 MiB/sec. 2024.05.10 21:26:47.733681 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.733705 [ 3 ] {69a05951-4ab6-4597-a549-cc3d01d44593} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:47.733721 [ 3 ] {} HTTP-Session: aa5e72fd-cc69-4851-9f59-f933869d9b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.733870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.733919 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.733937 [ 3 ] {} HTTP-Session: f9e2117c-61b2-4ee7-9f08-65c2b9c9d0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.733953 [ 3 ] {} HTTP-Session: f9e2117c-61b2-4ee7-9f08-65c2b9c9d0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.733966 [ 3 ] {} HTTP-Session: f9e2117c-61b2-4ee7-9f08-65c2b9c9d0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.733997 [ 3 ] {} HTTP-Session: f9e2117c-61b2-4ee7-9f08-65c2b9c9d0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.734232 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.734281 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:47.734446 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.734882 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.734921 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.735335 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:26:47.735666 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.735820 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} executeQuery: Read 24 rows, 33.16 KiB in 0.00174 sec., 13793.103448275862 rows/sec., 18.61 MiB/sec. 2024.05.10 21:26:47.736000 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.736024 [ 3 ] {1a7055f7-ac7d-4314-9399-fe22c0b06bb2} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:26:47.736039 [ 3 ] {} HTTP-Session: f9e2117c-61b2-4ee7-9f08-65c2b9c9d0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.736173 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:47.736222 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:47.736241 [ 3 ] {} HTTP-Session: 8ad07be1-4af1-4a89-b00f-2a40675de730 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:47.736256 [ 3 ] {} HTTP-Session: 8ad07be1-4af1-4a89-b00f-2a40675de730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.736270 [ 3 ] {} HTTP-Session: 8ad07be1-4af1-4a89-b00f-2a40675de730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:47.736299 [ 3 ] {} HTTP-Session: 8ad07be1-4af1-4a89-b00f-2a40675de730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:47.736426 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:47.736473 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:47.736598 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:47.736972 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:47.737009 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:47.737362 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:26:47.737684 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:47.737831 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. 2024.05.10 21:26:47.738010 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} DynamicQueryHandler: Done processing query 2024.05.10 21:26:47.738033 [ 3 ] {f5dcd5ab-d72f-4dc6-8ed8-c7629397d8c2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:47.738049 [ 3 ] {} HTTP-Session: 8ad07be1-4af1-4a89-b00f-2a40675de730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.722924 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.723112 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.723158 [ 3 ] {} HTTP-Session: 2de57cd4-62ad-4a6a-9984-f6e99c29f15c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.723200 [ 3 ] {} HTTP-Session: 2de57cd4-62ad-4a6a-9984-f6e99c29f15c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.723231 [ 3 ] {} HTTP-Session: 2de57cd4-62ad-4a6a-9984-f6e99c29f15c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.723286 [ 3 ] {} HTTP-Session: 2de57cd4-62ad-4a6a-9984-f6e99c29f15c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.723464 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.723531 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:52.723721 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.724131 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.724171 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.724530 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:26:52.724854 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.725001 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} executeQuery: Read 4 rows, 332.00 B in 0.001591 sec., 2514.14204902577 rows/sec., 203.78 KiB/sec. 2024.05.10 21:26:52.725293 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.725321 [ 3 ] {65af24ef-67c9-469e-9623-e3366224af47} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:52.725338 [ 3 ] {} HTTP-Session: 2de57cd4-62ad-4a6a-9984-f6e99c29f15c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.725461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.725512 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.725531 [ 3 ] {} HTTP-Session: 790d3b4b-6cb5-4029-9151-133998d94f57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.725548 [ 3 ] {} HTTP-Session: 790d3b4b-6cb5-4029-9151-133998d94f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.725562 [ 3 ] {} HTTP-Session: 790d3b4b-6cb5-4029-9151-133998d94f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.725593 [ 3 ] {} HTTP-Session: 790d3b4b-6cb5-4029-9151-133998d94f57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.725690 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.725735 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:26:52.725886 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.726160 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.726196 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.726486 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:26:52.726788 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.726913 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} executeQuery: Read 2 rows, 167.00 B in 0.001248 sec., 1602.5641025641025 rows/sec., 130.68 KiB/sec. 2024.05.10 21:26:52.727197 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.727223 [ 3 ] {ba723c65-b4e0-4ca2-9f30-de5a3d19bcdd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:52.727239 [ 3 ] {} HTTP-Session: 790d3b4b-6cb5-4029-9151-133998d94f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.727365 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.727413 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.727433 [ 3 ] {} HTTP-Session: fb3d426c-6bae-4e54-94e1-2bc41093a0d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.727449 [ 3 ] {} HTTP-Session: fb3d426c-6bae-4e54-94e1-2bc41093a0d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.727463 [ 3 ] {} HTTP-Session: fb3d426c-6bae-4e54-94e1-2bc41093a0d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.727493 [ 3 ] {} HTTP-Session: fb3d426c-6bae-4e54-94e1-2bc41093a0d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.727615 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.727657 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:52.727798 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.728132 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.728168 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.728473 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:26:52.728780 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.728909 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} executeQuery: Read 105 rows, 8.32 KiB in 0.001341 sec., 78299.77628635347 rows/sec., 6.06 MiB/sec. 2024.05.10 21:26:52.729208 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.729234 [ 3 ] {1d156d35-4d91-459a-91b6-fdf625d42e96} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:52.729250 [ 3 ] {} HTTP-Session: fb3d426c-6bae-4e54-94e1-2bc41093a0d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.729402 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.729451 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.729471 [ 3 ] {} HTTP-Session: 1ae69cb3-7e64-4b0c-bdf8-9ee2fb1d3134 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.729487 [ 3 ] {} HTTP-Session: 1ae69cb3-7e64-4b0c-bdf8-9ee2fb1d3134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.729501 [ 3 ] {} HTTP-Session: 1ae69cb3-7e64-4b0c-bdf8-9ee2fb1d3134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.729531 [ 3 ] {} HTTP-Session: 1ae69cb3-7e64-4b0c-bdf8-9ee2fb1d3134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.729624 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.729668 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:26:52.729816 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.730072 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.730109 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.730395 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2024.05.10 21:26:52.730696 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.730822 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} executeQuery: Read 2 rows, 143.00 B in 0.001218 sec., 1642.0361247947455 rows/sec., 114.65 KiB/sec. 2024.05.10 21:26:52.731082 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.731106 [ 3 ] {604373a9-c76c-405b-ac05-0e13e516a6a0} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:26:52.731122 [ 3 ] {} HTTP-Session: 1ae69cb3-7e64-4b0c-bdf8-9ee2fb1d3134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.731284 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.731331 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.731350 [ 3 ] {} HTTP-Session: 4a763753-1b76-4ce8-a385-aafbdec4fcf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.731366 [ 3 ] {} HTTP-Session: 4a763753-1b76-4ce8-a385-aafbdec4fcf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.731380 [ 3 ] {} HTTP-Session: 4a763753-1b76-4ce8-a385-aafbdec4fcf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.731410 [ 3 ] {} HTTP-Session: 4a763753-1b76-4ce8-a385-aafbdec4fcf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.731528 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.731571 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:52.731709 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.732043 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.732078 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.732378 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:26:52.732673 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.732799 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} executeQuery: Read 94 rows, 7.50 KiB in 0.001319 sec., 71266.1106899166 rows/sec., 5.55 MiB/sec. 2024.05.10 21:26:52.732956 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.732980 [ 3 ] {c4c95d89-f9e9-4568-912a-4a8db4d43f03} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:52.732995 [ 3 ] {} HTTP-Session: 4a763753-1b76-4ce8-a385-aafbdec4fcf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.733167 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.733214 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.733232 [ 3 ] {} HTTP-Session: cba3697c-9b9b-46ae-9559-e00ee0f7fdb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.733249 [ 3 ] {} HTTP-Session: cba3697c-9b9b-46ae-9559-e00ee0f7fdb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.733263 [ 3 ] {} HTTP-Session: cba3697c-9b9b-46ae-9559-e00ee0f7fdb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.733292 [ 3 ] {} HTTP-Session: cba3697c-9b9b-46ae-9559-e00ee0f7fdb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.733457 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.733503 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:52.733643 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.734046 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.734081 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.734454 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:26:52.734789 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.734918 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} executeQuery: Read 197 rows, 14.08 KiB in 0.001547 sec., 127343.24499030382 rows/sec., 8.89 MiB/sec. 2024.05.10 21:26:52.735288 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.735333 [ 3 ] {e8dcd355-1e84-4714-bc16-3ddc8d62b03e} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:26:52.735349 [ 3 ] {} HTTP-Session: cba3697c-9b9b-46ae-9559-e00ee0f7fdb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.735514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.735562 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.735581 [ 3 ] {} HTTP-Session: 5f101860-0ab2-48b5-96c4-4748b0e0f87b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.735597 [ 3 ] {} HTTP-Session: 5f101860-0ab2-48b5-96c4-4748b0e0f87b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.735611 [ 3 ] {} HTTP-Session: 5f101860-0ab2-48b5-96c4-4748b0e0f87b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.735642 [ 3 ] {} HTTP-Session: 5f101860-0ab2-48b5-96c4-4748b0e0f87b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.735777 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.735829 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:52.736015 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.736316 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.736350 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.736715 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:26:52.737038 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.737167 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} executeQuery: Read 4 rows, 5.53 KiB in 0.001447 sec., 2764.3400138217003 rows/sec., 3.73 MiB/sec. 2024.05.10 21:26:52.737540 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.737574 [ 3 ] {80f8ab96-db86-4beb-9033-9af87b407c19} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:26:52.737590 [ 3 ] {} HTTP-Session: 5f101860-0ab2-48b5-96c4-4748b0e0f87b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.737711 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:52.737761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:52.737779 [ 3 ] {} HTTP-Session: d6b9d7d2-df4b-4205-a4eb-8fb731625db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:52.737795 [ 3 ] {} HTTP-Session: d6b9d7d2-df4b-4205-a4eb-8fb731625db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.737809 [ 3 ] {} HTTP-Session: d6b9d7d2-df4b-4205-a4eb-8fb731625db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:52.737839 [ 3 ] {} HTTP-Session: d6b9d7d2-df4b-4205-a4eb-8fb731625db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:52.737969 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:52.738015 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:52.738161 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:52.738478 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:52.738512 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:52.738850 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:26:52.739156 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:52.739288 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. 2024.05.10 21:26:52.739546 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} DynamicQueryHandler: Done processing query 2024.05.10 21:26:52.739597 [ 3 ] {b7b85ecb-b970-4137-a3b0-7de598de378d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:52.739654 [ 3 ] {} HTTP-Session: d6b9d7d2-df4b-4205-a4eb-8fb731625db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.721865 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:57.721999 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:57.722028 [ 3 ] {} HTTP-Session: c86267b9-330c-4eb9-a9f3-5f0c0196f70e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:57.722055 [ 3 ] {} HTTP-Session: c86267b9-330c-4eb9-a9f3-5f0c0196f70e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.722073 [ 3 ] {} HTTP-Session: c86267b9-330c-4eb9-a9f3-5f0c0196f70e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.722130 [ 3 ] {} HTTP-Session: c86267b9-330c-4eb9-a9f3-5f0c0196f70e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:57.722332 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:57.722398 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:26:57.722590 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:57.723013 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:57.723053 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:57.723416 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:26:57.723737 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:57.723918 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} executeQuery: Read 24 rows, 1.95 KiB in 0.001641 sec., 14625.22851919561 rows/sec., 1.16 MiB/sec. 2024.05.10 21:26:57.724124 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} DynamicQueryHandler: Done processing query 2024.05.10 21:26:57.724150 [ 3 ] {bb9c6d91-5cc6-463d-876a-e3781ff99b07} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:57.724166 [ 3 ] {} HTTP-Session: c86267b9-330c-4eb9-a9f3-5f0c0196f70e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.724308 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:57.724355 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:57.724375 [ 3 ] {} HTTP-Session: 3c916d21-4c4e-418b-8ed0-d2ec49532857 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:57.724392 [ 3 ] {} HTTP-Session: 3c916d21-4c4e-418b-8ed0-d2ec49532857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.724406 [ 3 ] {} HTTP-Session: 3c916d21-4c4e-418b-8ed0-d2ec49532857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.724438 [ 3 ] {} HTTP-Session: 3c916d21-4c4e-418b-8ed0-d2ec49532857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:57.724567 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:57.724610 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:26:57.724736 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:57.725116 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:57.725153 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:57.725460 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:26:57.725750 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:57.725914 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} executeQuery: Read 128 rows, 10.91 KiB in 0.001392 sec., 91954.02298850575 rows/sec., 7.65 MiB/sec. 2024.05.10 21:26:57.726077 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} DynamicQueryHandler: Done processing query 2024.05.10 21:26:57.726101 [ 3 ] {d255c40e-a3c0-4b05-98d7-e6e3af79e16b} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:26:57.726117 [ 3 ] {} HTTP-Session: 3c916d21-4c4e-418b-8ed0-d2ec49532857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.726238 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:57.726284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:57.726303 [ 3 ] {} HTTP-Session: 9fb49f32-f9f1-4afe-9268-2d6c16a9142e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:57.726319 [ 3 ] {} HTTP-Session: 9fb49f32-f9f1-4afe-9268-2d6c16a9142e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.726332 [ 3 ] {} HTTP-Session: 9fb49f32-f9f1-4afe-9268-2d6c16a9142e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.726363 [ 3 ] {} HTTP-Session: 9fb49f32-f9f1-4afe-9268-2d6c16a9142e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:57.726480 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:57.726522 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:26:57.726647 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:57.726972 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:57.727009 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:57.727307 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:26:57.727614 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:57.727741 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} executeQuery: Read 88 rows, 7.04 KiB in 0.001305 sec., 67432.95019157088 rows/sec., 5.27 MiB/sec. 2024.05.10 21:26:57.728007 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} DynamicQueryHandler: Done processing query 2024.05.10 21:26:57.728051 [ 3 ] {df6b15ca-7476-4c04-a5c1-dbd054cca88d} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:26:57.728074 [ 3 ] {} HTTP-Session: 9fb49f32-f9f1-4afe-9268-2d6c16a9142e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.728225 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:57.728274 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:57.728293 [ 3 ] {} HTTP-Session: c8cddb9c-32e2-45f5-a5b2-f667e110e2f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:57.728309 [ 3 ] {} HTTP-Session: c8cddb9c-32e2-45f5-a5b2-f667e110e2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.728323 [ 3 ] {} HTTP-Session: c8cddb9c-32e2-45f5-a5b2-f667e110e2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.728355 [ 3 ] {} HTTP-Session: c8cddb9c-32e2-45f5-a5b2-f667e110e2f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:57.728508 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:57.728557 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:26:57.728721 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:57.729091 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:57.729127 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:57.729511 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:26:57.729835 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:57.729963 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. 2024.05.10 21:26:57.730115 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} DynamicQueryHandler: Done processing query 2024.05.10 21:26:57.730139 [ 3 ] {5a8e4667-24cb-445f-b24e-2dd23c0c6cc7} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:26:57.730154 [ 3 ] {} HTTP-Session: c8cddb9c-32e2-45f5-a5b2-f667e110e2f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.730274 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:57.730320 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:57.730340 [ 3 ] {} HTTP-Session: b908cd91-28a8-46e4-964c-1fd67d16a9d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:57.730356 [ 3 ] {} HTTP-Session: b908cd91-28a8-46e4-964c-1fd67d16a9d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.730369 [ 3 ] {} HTTP-Session: b908cd91-28a8-46e4-964c-1fd67d16a9d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.730399 [ 3 ] {} HTTP-Session: b908cd91-28a8-46e4-964c-1fd67d16a9d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:57.730753 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:57.730802 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:26:57.730955 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:57.731357 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:57.731393 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:57.731796 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:26:57.732128 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:57.732258 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} executeQuery: Read 24 rows, 33.16 KiB in 0.001784 sec., 13452.914798206279 rows/sec., 18.15 MiB/sec. 2024.05.10 21:26:57.732424 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} DynamicQueryHandler: Done processing query 2024.05.10 21:26:57.732448 [ 3 ] {767a91b2-3dd6-420c-9aef-882066c2c009} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:26:57.732464 [ 3 ] {} HTTP-Session: b908cd91-28a8-46e4-964c-1fd67d16a9d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.732584 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:26:57.732631 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:26:57.732650 [ 3 ] {} HTTP-Session: b08e67c9-15a8-4463-8713-f005ccb9cdb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:26:57.732666 [ 3 ] {} HTTP-Session: b08e67c9-15a8-4463-8713-f005ccb9cdb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.732679 [ 3 ] {} HTTP-Session: b08e67c9-15a8-4463-8713-f005ccb9cdb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:26:57.732709 [ 3 ] {} HTTP-Session: b08e67c9-15a8-4463-8713-f005ccb9cdb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:26:57.732823 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:26:57.732867 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:26:57.732991 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:26:57.733270 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:26:57.733305 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:26:57.733651 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:26:57.733989 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:26:57.734118 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. 2024.05.10 21:26:57.734268 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} DynamicQueryHandler: Done processing query 2024.05.10 21:26:57.734293 [ 3 ] {0911fea6-a9ff-432f-a0fe-6d49cb2b701f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:26:57.734308 [ 3 ] {} HTTP-Session: b08e67c9-15a8-4463-8713-f005ccb9cdb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:01.591074 [ 89 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:27:01.591168 [ 89 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:27:02.721452 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:02.721581 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:02.721609 [ 3 ] {} HTTP-Session: 84bd7570-c1d7-42c6-99da-ad62cd92cf0e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:02.721638 [ 3 ] {} HTTP-Session: 84bd7570-c1d7-42c6-99da-ad62cd92cf0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.721657 [ 3 ] {} HTTP-Session: 84bd7570-c1d7-42c6-99da-ad62cd92cf0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.721712 [ 3 ] {} HTTP-Session: 84bd7570-c1d7-42c6-99da-ad62cd92cf0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:02.721921 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:02.721997 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:02.722217 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:02.722650 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.722693 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.723066 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:27:02.723392 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.723548 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} executeQuery: Read 4 rows, 332.00 B in 0.001683 sec., 2376.7082590612004 rows/sec., 192.64 KiB/sec. 2024.05.10 21:27:02.723569 [ 86 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.10 21:27:02.723684 [ 86 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.723726 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.723813 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} DynamicQueryHandler: Done processing query 2024.05.10 21:27:02.723869 [ 3 ] {b3cea2e0-7ece-4a2a-852d-7ca67ff8ee8b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:02.723899 [ 3 ] {} HTTP-Session: 84bd7570-c1d7-42c6-99da-ad62cd92cf0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.723904 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.10 21:27:02.724102 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:02.724110 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:02.724158 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 28 rows starting from the beginning of the part 2024.05.10 21:27:02.724197 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:02.724261 [ 3 ] {} HTTP-Session: 845554d4-fd98-4b55-ae15-afd84ac033c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:02.724343 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:02.724339 [ 3 ] {} HTTP-Session: 845554d4-fd98-4b55-ae15-afd84ac033c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.724440 [ 3 ] {} HTTP-Session: 845554d4-fd98-4b55-ae15-afd84ac033c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.724673 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:02.724754 [ 3 ] {} HTTP-Session: 845554d4-fd98-4b55-ae15-afd84ac033c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:02.724952 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:02.725284 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:02.725296 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:02.725497 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:02.725548 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:02.726325 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:02.727268 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.727338 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.728297 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:27:02.728361 [ 189 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.004560856 sec., 19294.623640825317 rows/sec., 1.53 MiB/sec. 2024.05.10 21:27:02.728620 [ 190 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.10 21:27:02.728877 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.729263 [ 86 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.10 21:27:02.729380 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} executeQuery: Read 68 rows, 5.48 KiB in 0.004263 sec., 15951.20806943467 rows/sec., 1.26 MiB/sec. 2024.05.10 21:27:02.729385 [ 86 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.729472 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.729876 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.10 21:27:02.729954 [ 190 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.729991 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} DynamicQueryHandler: Done processing query 2024.05.10 21:27:02.730100 [ 3 ] {d2eb0a5c-b534-4307-8012-6ff56d4570ab} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:02.730182 [ 3 ] {} HTTP-Session: 845554d4-fd98-4b55-ae15-afd84ac033c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.730229 [ 190 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_21_4} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.10 21:27:02.730304 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:02.730351 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 182 rows starting from the beginning of the part 2024.05.10 21:27:02.730361 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.10 21:27:02.730468 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:02.730625 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 70 rows starting from the beginning of the part 2024.05.10 21:27:02.730647 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:02.730723 [ 3 ] {} HTTP-Session: db333015-6d59-46a4-8a35-748edd29df9b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:02.730800 [ 3 ] {} HTTP-Session: db333015-6d59-46a4-8a35-748edd29df9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.730875 [ 3 ] {} HTTP-Session: db333015-6d59-46a4-8a35-748edd29df9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.730911 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 129 rows starting from the beginning of the part 2024.05.10 21:27:02.730987 [ 3 ] {} HTTP-Session: db333015-6d59-46a4-8a35-748edd29df9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:02.731238 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 105 rows starting from the beginning of the part 2024.05.10 21:27:02.731365 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:02.731531 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:02.731552 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 128 rows starting from the beginning of the part 2024.05.10 21:27:02.731900 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part 2024.05.10 21:27:02.732553 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:02.733491 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.733563 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.734408 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:27:02.734914 [ 190 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 4 columns (4 merged, 0 gathered) in 0.005286761 sec., 129001.48124721355 rows/sec., 10.45 MiB/sec. 2024.05.10 21:27:02.735037 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.735282 [ 86 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.10 21:27:02.735325 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} executeQuery: Read 68 rows, 5.44 KiB in 0.00409 sec., 16625.916870415647 rows/sec., 1.30 MiB/sec. 2024.05.10 21:27:02.735350 [ 86 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.735369 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.10 21:27:02.735441 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.735990 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} DynamicQueryHandler: Done processing query 2024.05.10 21:27:02.736053 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.10 21:27:02.736105 [ 3 ] {ada2c84f-da9c-4096-8a0e-2b2555ca9294} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:02.736231 [ 3 ] {} HTTP-Session: db333015-6d59-46a4-8a35-748edd29df9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.736694 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:02.736867 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:02.736912 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:02.737064 [ 3 ] {} HTTP-Session: 712e0456-3c3f-47bb-8191-ae2e94f4980c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:02.737077 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 144 rows starting from the beginning of the part 2024.05.10 21:27:02.737180 [ 3 ] {} HTTP-Session: 712e0456-3c3f-47bb-8191-ae2e94f4980c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.737263 [ 3 ] {} HTTP-Session: 712e0456-3c3f-47bb-8191-ae2e94f4980c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.737471 [ 3 ] {} HTTP-Session: 712e0456-3c3f-47bb-8191-ae2e94f4980c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:02.737635 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 72 rows starting from the beginning of the part 2024.05.10 21:27:02.737793 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.738045 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:02.738085 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 90 rows starting from the beginning of the part 2024.05.10 21:27:02.738261 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_26_5} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.10 21:27:02.738317 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:02.738621 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 94 rows starting from the beginning of the part 2024.05.10 21:27:02.738709 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.10 21:27:02.739003 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 88 rows starting from the beginning of the part 2024.05.10 21:27:02.739360 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part 2024.05.10 21:27:02.740004 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:02.740623 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.740668 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.741239 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:27:02.741299 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.00569731 sec., 97589.91524070132 rows/sec., 7.62 MiB/sec. 2024.05.10 21:27:02.741455 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.10 21:27:02.741747 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.741993 [ 86 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.10 21:27:02.742005 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} executeQuery: Read 160 rows, 11.41 KiB in 0.00422 sec., 37914.69194312797 rows/sec., 2.64 MiB/sec. 2024.05.10 21:27:02.742053 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.742070 [ 86 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.742208 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.742427 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_26_5} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.10 21:27:02.742602 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} DynamicQueryHandler: Done processing query 2024.05.10 21:27:02.742674 [ 3 ] {b5532da8-2879-45a7-8308-a98095ac8920} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:02.742678 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.10 21:27:02.742697 [ 3 ] {} HTTP-Session: 712e0456-3c3f-47bb-8191-ae2e94f4980c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.742749 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.10 21:27:02.742879 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:02.742987 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:02.742989 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:02.743017 [ 3 ] {} HTTP-Session: 7360eec4-a49f-461d-9267-31a7a1207320 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:02.743070 [ 3 ] {} HTTP-Session: 7360eec4-a49f-461d-9267-31a7a1207320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.743074 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3529 rows starting from the beginning of the part 2024.05.10 21:27:02.743101 [ 3 ] {} HTTP-Session: 7360eec4-a49f-461d-9267-31a7a1207320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.743227 [ 3 ] {} HTTP-Session: 7360eec4-a49f-461d-9267-31a7a1207320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:02.743360 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part 2024.05.10 21:27:02.743691 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 161 rows starting from the beginning of the part 2024.05.10 21:27:02.743771 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:02.743920 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 197 rows starting from the beginning of the part 2024.05.10 21:27:02.744039 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:02.744217 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2024.05.10 21:27:02.744651 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2024.05.10 21:27:02.745453 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:02.746150 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.746195 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.747361 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:27:02.748195 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.748463 [ 86 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2024.05.10 21:27:02.748597 [ 86 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.748653 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} executeQuery: Read 4 rows, 5.53 KiB in 0.005123 sec., 780.7925043919579 rows/sec., 1.05 MiB/sec. 2024.05.10 21:27:02.748694 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.749255 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2024.05.10 21:27:02.749281 [ 188 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4369 rows, containing 5 columns (5 merged, 0 gathered) in 0.006862824 sec., 636618.3949930816 rows/sec., 44.35 MiB/sec. 2024.05.10 21:27:02.749371 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} DynamicQueryHandler: Done processing query 2024.05.10 21:27:02.749429 [ 3 ] {3d86f4e3-18ce-4f82-a4a7-0d5cdaa50054} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:27:02.749461 [ 3 ] {} HTTP-Session: 7360eec4-a49f-461d-9267-31a7a1207320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.749519 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:02.749553 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 282 rows starting from the beginning of the part 2024.05.10 21:27:02.749620 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:02.749765 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:02.749979 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.10 21:27:02.750029 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:02.750162 [ 3 ] {} HTTP-Session: 8b1e62b8-bff9-49c2-8460-49d10da334f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:02.750173 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:02.750251 [ 3 ] {} HTTP-Session: 8b1e62b8-bff9-49c2-8460-49d10da334f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.750331 [ 3 ] {} HTTP-Session: 8b1e62b8-bff9-49c2-8460-49d10da334f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.750618 [ 3 ] {} HTTP-Session: 8b1e62b8-bff9-49c2-8460-49d10da334f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:02.750682 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:02.751091 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:02.751104 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:02.751499 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:02.751787 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:02.752604 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.752817 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:02.752916 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_26_5} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.10 21:27:02.753190 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2024.05.10 21:27:02.753512 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.753555 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.754102 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:27:02.754639 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.754862 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} executeQuery: Read 60 rows, 4.14 KiB in 0.004072 sec., 14734.774066797641 rows/sec., 1016.85 KiB/sec. 2024.05.10 21:27:02.754873 [ 79 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.10 21:27:02.754963 [ 79 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:02.755020 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:02.755257 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} DynamicQueryHandler: Done processing query 2024.05.10 21:27:02.755364 [ 3 ] {c7db7a38-8248-4503-bcd3-2891b820e425} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:02.755475 [ 3 ] {} HTTP-Session: 8b1e62b8-bff9-49c2-8460-49d10da334f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:02.755605 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.10 21:27:02.755740 [ 195 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 342 rows, containing 6 columns (6 merged, 0 gathered) in 0.006859614 sec., 49857.032771814855 rows/sec., 67.28 MiB/sec. 2024.05.10 21:27:02.755887 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:02.755927 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1118 rows starting from the beginning of the part 2024.05.10 21:27:02.756038 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:02.756134 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:02.756503 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:02.756521 [ 195 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2024.05.10 21:27:02.756763 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:02.757107 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:02.758062 [ 195 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.758254 [ 195 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_21_4} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2024.05.10 21:27:02.758399 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2024.05.10 21:27:02.759095 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1418 rows, containing 4 columns (4 merged, 0 gathered) in 0.003920412 sec., 361696.6788184507 rows/sec., 24.48 MiB/sec. 2024.05.10 21:27:02.759310 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.10 21:27:02.759732 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:02.759811 [ 189 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_26_5} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.10 21:27:02.759896 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2024.05.10 21:27:07.722631 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.722769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.722800 [ 3 ] {} HTTP-Session: f68becaa-520c-4c84-a8e9-c5211d715625 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.722831 [ 3 ] {} HTTP-Session: f68becaa-520c-4c84-a8e9-c5211d715625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.722846 [ 3 ] {} HTTP-Session: f68becaa-520c-4c84-a8e9-c5211d715625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.722897 [ 3 ] {} HTTP-Session: f68becaa-520c-4c84-a8e9-c5211d715625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.723091 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.723162 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:07.723364 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.723816 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.723858 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.724226 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:27:07.724556 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.724727 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} executeQuery: Read 24 rows, 1.95 KiB in 0.001695 sec., 14159.292035398232 rows/sec., 1.12 MiB/sec. 2024.05.10 21:27:07.724929 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.724955 [ 3 ] {9ad71b6a-0a0c-4efc-ac09-1b7e0186fb1c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:07.724971 [ 3 ] {} HTTP-Session: f68becaa-520c-4c84-a8e9-c5211d715625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.725092 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.725141 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.725159 [ 3 ] {} HTTP-Session: 450d45c2-1ece-429b-b9bb-402947c63cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.725175 [ 3 ] {} HTTP-Session: 450d45c2-1ece-429b-b9bb-402947c63cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.725189 [ 3 ] {} HTTP-Session: 450d45c2-1ece-429b-b9bb-402947c63cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.725219 [ 3 ] {} HTTP-Session: 450d45c2-1ece-429b-b9bb-402947c63cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.725312 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.725355 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:27:07.725481 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.725786 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.725823 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.726124 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:27:07.726434 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.726596 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} executeQuery: Read 2 rows, 167.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 124.87 KiB/sec. 2024.05.10 21:27:07.726760 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.726784 [ 3 ] {4de15cee-a5a3-4af2-b38f-88437b0a9879} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:07.726800 [ 3 ] {} HTTP-Session: 450d45c2-1ece-429b-b9bb-402947c63cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.726934 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.726981 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.727001 [ 3 ] {} HTTP-Session: da3db7fc-231a-4cdf-8ec7-70d58160e75f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.727017 [ 3 ] {} HTTP-Session: da3db7fc-231a-4cdf-8ec7-70d58160e75f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.727030 [ 3 ] {} HTTP-Session: da3db7fc-231a-4cdf-8ec7-70d58160e75f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.727060 [ 3 ] {} HTTP-Session: da3db7fc-231a-4cdf-8ec7-70d58160e75f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.727193 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.727234 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:07.727360 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.727733 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.727769 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.728104 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.10 21:27:07.728410 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.728564 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} executeQuery: Read 129 rows, 10.98 KiB in 0.001427 sec., 90399.43938332165 rows/sec., 7.51 MiB/sec. 2024.05.10 21:27:07.728731 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.728756 [ 3 ] {0a3a9334-b32b-4977-8dd7-b4bc561766f3} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:27:07.728772 [ 3 ] {} HTTP-Session: da3db7fc-231a-4cdf-8ec7-70d58160e75f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.728883 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.728930 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.728949 [ 3 ] {} HTTP-Session: 7c44a187-f1fe-4a30-a5a2-f41a421b86dc Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.728965 [ 3 ] {} HTTP-Session: 7c44a187-f1fe-4a30-a5a2-f41a421b86dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.728978 [ 3 ] {} HTTP-Session: 7c44a187-f1fe-4a30-a5a2-f41a421b86dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.729009 [ 3 ] {} HTTP-Session: 7c44a187-f1fe-4a30-a5a2-f41a421b86dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.729100 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.729140 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:27:07.729266 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.729574 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.729610 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.729901 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2024.05.10 21:27:07.730206 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.730358 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. 2024.05.10 21:27:07.730522 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.730546 [ 3 ] {b52d6dd8-508a-4048-ba39-85484aa3c661} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:07.730562 [ 3 ] {} HTTP-Session: 7c44a187-f1fe-4a30-a5a2-f41a421b86dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.730678 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.730725 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.730744 [ 3 ] {} HTTP-Session: f897a475-dc5d-411d-b8c4-74339d2889e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.730761 [ 3 ] {} HTTP-Session: f897a475-dc5d-411d-b8c4-74339d2889e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.730774 [ 3 ] {} HTTP-Session: f897a475-dc5d-411d-b8c4-74339d2889e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.730805 [ 3 ] {} HTTP-Session: f897a475-dc5d-411d-b8c4-74339d2889e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.730928 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.730971 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:07.731097 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.731443 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.731979 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.732276 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.10 21:27:07.732560 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.732703 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} executeQuery: Read 90 rows, 7.20 KiB in 0.001882 sec., 47821.46652497343 rows/sec., 3.74 MiB/sec. 2024.05.10 21:27:07.732928 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.732952 [ 3 ] {e024fa01-6c8b-4eff-81bf-b86dbb75b915} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:07.732968 [ 3 ] {} HTTP-Session: f897a475-dc5d-411d-b8c4-74339d2889e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.733128 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.733176 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.733196 [ 3 ] {} HTTP-Session: afeb135b-4f30-4904-9b3c-de0c72639734 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.733212 [ 3 ] {} HTTP-Session: afeb135b-4f30-4904-9b3c-de0c72639734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.733226 [ 3 ] {} HTTP-Session: afeb135b-4f30-4904-9b3c-de0c72639734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.733256 [ 3 ] {} HTTP-Session: afeb135b-4f30-4904-9b3c-de0c72639734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.733402 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.733450 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:07.733594 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.733983 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.734020 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.734420 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.10 21:27:07.734759 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.734912 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} executeQuery: Read 161 rows, 11.48 KiB in 0.001571 sec., 102482.49522597072 rows/sec., 7.14 MiB/sec. 2024.05.10 21:27:07.735246 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.735272 [ 3 ] {1191cfe6-df85-4065-955c-625263eea0b9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:07.735287 [ 3 ] {} HTTP-Session: afeb135b-4f30-4904-9b3c-de0c72639734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.735432 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.735481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.735500 [ 3 ] {} HTTP-Session: 8fc07ee2-b4fe-411c-8737-2b98b61f9fc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.735518 [ 3 ] {} HTTP-Session: 8fc07ee2-b4fe-411c-8737-2b98b61f9fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.735532 [ 3 ] {} HTTP-Session: 8fc07ee2-b4fe-411c-8737-2b98b61f9fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.735563 [ 3 ] {} HTTP-Session: 8fc07ee2-b4fe-411c-8737-2b98b61f9fc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.735821 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.735872 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:07.736049 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.736487 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.736522 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.736920 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:27:07.737256 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.737412 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} executeQuery: Read 24 rows, 33.16 KiB in 0.001762 sec., 13620.88535754824 rows/sec., 18.38 MiB/sec. 2024.05.10 21:27:07.737761 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.737785 [ 3 ] {a1c2a3c2-cf04-4d66-8290-5d03d1e32edc} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:27:07.737801 [ 3 ] {} HTTP-Session: 8fc07ee2-b4fe-411c-8737-2b98b61f9fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.737917 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:07.737966 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:07.737986 [ 3 ] {} HTTP-Session: 0e958cd1-9edf-40a2-a798-90790c444fba Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:07.738003 [ 3 ] {} HTTP-Session: 0e958cd1-9edf-40a2-a798-90790c444fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.738017 [ 3 ] {} HTTP-Session: 0e958cd1-9edf-40a2-a798-90790c444fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:07.738048 [ 3 ] {} HTTP-Session: 0e958cd1-9edf-40a2-a798-90790c444fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:07.738176 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:07.738223 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:07.738397 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:07.738696 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:07.738731 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:07.739082 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.10 21:27:07.739403 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:07.739557 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. 2024.05.10 21:27:07.739868 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} DynamicQueryHandler: Done processing query 2024.05.10 21:27:07.739894 [ 3 ] {00422ca6-f1e7-4443-b854-4068d315751a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:07.739911 [ 3 ] {} HTTP-Session: 0e958cd1-9edf-40a2-a798-90790c444fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.721921 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:12.722065 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:12.722124 [ 3 ] {} HTTP-Session: f1159f35-7cf7-4f8e-958b-60a890192543 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:12.722153 [ 3 ] {} HTTP-Session: f1159f35-7cf7-4f8e-958b-60a890192543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.722172 [ 3 ] {} HTTP-Session: f1159f35-7cf7-4f8e-958b-60a890192543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.722229 [ 3 ] {} HTTP-Session: f1159f35-7cf7-4f8e-958b-60a890192543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:12.722428 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:12.722501 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:12.722723 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:12.723180 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:12.723220 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:12.723582 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:27:12.723926 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:12.724066 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} executeQuery: Read 4 rows, 332.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 190.49 KiB/sec. 2024.05.10 21:27:12.724266 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} DynamicQueryHandler: Done processing query 2024.05.10 21:27:12.724293 [ 3 ] {b90f3cb9-3c02-4194-bdcb-609c5017ff92} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:12.724310 [ 3 ] {} HTTP-Session: f1159f35-7cf7-4f8e-958b-60a890192543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.724443 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:12.724493 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:12.724512 [ 3 ] {} HTTP-Session: 5c367ed4-9674-4810-ac31-2aa812fea06f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:12.724529 [ 3 ] {} HTTP-Session: 5c367ed4-9674-4810-ac31-2aa812fea06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.724542 [ 3 ] {} HTTP-Session: 5c367ed4-9674-4810-ac31-2aa812fea06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.724574 [ 3 ] {} HTTP-Session: 5c367ed4-9674-4810-ac31-2aa812fea06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:12.724688 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:12.724731 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:12.724855 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:12.725212 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:12.725248 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:12.725557 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.10 21:27:12.725867 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:12.725993 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} executeQuery: Read 68 rows, 5.48 KiB in 0.001347 sec., 50482.55382331106 rows/sec., 3.97 MiB/sec. 2024.05.10 21:27:12.726312 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} DynamicQueryHandler: Done processing query 2024.05.10 21:27:12.726338 [ 3 ] {630413be-dcc7-4012-8ef9-01c0ddc6be91} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:12.726355 [ 3 ] {} HTTP-Session: 5c367ed4-9674-4810-ac31-2aa812fea06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.726484 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:12.726533 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:12.726553 [ 3 ] {} HTTP-Session: 60e266ec-0d3c-4fe4-a1ff-abc356008ca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:12.726570 [ 3 ] {} HTTP-Session: 60e266ec-0d3c-4fe4-a1ff-abc356008ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.726584 [ 3 ] {} HTTP-Session: 60e266ec-0d3c-4fe4-a1ff-abc356008ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.726615 [ 3 ] {} HTTP-Session: 60e266ec-0d3c-4fe4-a1ff-abc356008ca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:12.726731 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:12.726775 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:12.726917 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:12.727258 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:12.727294 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:12.727600 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.10 21:27:12.727914 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:12.728044 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} executeQuery: Read 68 rows, 5.44 KiB in 0.001355 sec., 50184.50184501844 rows/sec., 3.92 MiB/sec. 2024.05.10 21:27:12.728205 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} DynamicQueryHandler: Done processing query 2024.05.10 21:27:12.728229 [ 3 ] {db860c78-78da-4172-a341-5b4c94388d0c} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:12.728244 [ 3 ] {} HTTP-Session: 60e266ec-0d3c-4fe4-a1ff-abc356008ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.728382 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:12.728428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:12.728447 [ 3 ] {} HTTP-Session: 99c156f1-896e-45da-95e6-3b21635c2efc Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:12.728463 [ 3 ] {} HTTP-Session: 99c156f1-896e-45da-95e6-3b21635c2efc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.728476 [ 3 ] {} HTTP-Session: 99c156f1-896e-45da-95e6-3b21635c2efc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.728506 [ 3 ] {} HTTP-Session: 99c156f1-896e-45da-95e6-3b21635c2efc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:12.728653 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:12.728699 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:12.728838 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:12.729270 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:12.729304 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:12.729687 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.10 21:27:12.730023 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:12.730156 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. 2024.05.10 21:27:12.730321 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} DynamicQueryHandler: Done processing query 2024.05.10 21:27:12.730346 [ 3 ] {f9f3f5da-9c01-42ba-8c3d-726d85375aed} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:12.730363 [ 3 ] {} HTTP-Session: 99c156f1-896e-45da-95e6-3b21635c2efc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.730476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:12.730525 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:12.730543 [ 3 ] {} HTTP-Session: c3eac72a-d114-438f-822c-b996f3210497 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:12.730560 [ 3 ] {} HTTP-Session: c3eac72a-d114-438f-822c-b996f3210497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.730573 [ 3 ] {} HTTP-Session: c3eac72a-d114-438f-822c-b996f3210497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.730603 [ 3 ] {} HTTP-Session: c3eac72a-d114-438f-822c-b996f3210497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:12.730732 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:12.730779 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:12.730934 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:12.731266 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:12.731301 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:12.731681 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:27:12.732017 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:12.732145 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} executeQuery: Read 4 rows, 5.53 KiB in 0.001474 sec., 2713.7042062415194 rows/sec., 3.66 MiB/sec. 2024.05.10 21:27:12.732309 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} DynamicQueryHandler: Done processing query 2024.05.10 21:27:12.732332 [ 3 ] {7082230b-bf5d-4e96-aab6-cc6fec586b4d} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:27:12.732348 [ 3 ] {} HTTP-Session: c3eac72a-d114-438f-822c-b996f3210497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.732454 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:12.732502 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:12.732520 [ 3 ] {} HTTP-Session: 167eda4b-f00a-4f83-aafb-b816750ac812 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:12.732537 [ 3 ] {} HTTP-Session: 167eda4b-f00a-4f83-aafb-b816750ac812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.732550 [ 3 ] {} HTTP-Session: 167eda4b-f00a-4f83-aafb-b816750ac812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:12.732582 [ 3 ] {} HTTP-Session: 167eda4b-f00a-4f83-aafb-b816750ac812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:12.732692 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:12.732736 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:12.732880 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:12.733173 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:12.733208 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:12.733557 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.10 21:27:12.733880 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:12.734005 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. 2024.05.10 21:27:12.734166 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} DynamicQueryHandler: Done processing query 2024.05.10 21:27:12.734190 [ 3 ] {ac5d8dd1-1b81-41e1-86bb-0d2422a8a600} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:12.734206 [ 3 ] {} HTTP-Session: 167eda4b-f00a-4f83-aafb-b816750ac812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:16.591422 [ 144 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:27:16.591492 [ 144 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:27:17.721892 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:17.722019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:17.722048 [ 3 ] {} HTTP-Session: 248f2ff9-3c6e-4238-abe2-929536e12c3b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:17.722076 [ 3 ] {} HTTP-Session: 248f2ff9-3c6e-4238-abe2-929536e12c3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.722093 [ 3 ] {} HTTP-Session: 248f2ff9-3c6e-4238-abe2-929536e12c3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.722149 [ 3 ] {} HTTP-Session: 248f2ff9-3c6e-4238-abe2-929536e12c3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:17.722361 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:17.722435 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:17.722658 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:17.723127 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:17.723168 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:17.723535 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:27:17.723869 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:17.724024 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} executeQuery: Read 24 rows, 1.95 KiB in 0.001719 sec., 13961.605584642233 rows/sec., 1.11 MiB/sec. 2024.05.10 21:27:17.724324 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} DynamicQueryHandler: Done processing query 2024.05.10 21:27:17.724351 [ 3 ] {3da2e41b-e282-465e-bb2d-a1df9df4e041} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:17.724368 [ 3 ] {} HTTP-Session: 248f2ff9-3c6e-4238-abe2-929536e12c3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.724510 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:17.724559 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:17.724578 [ 3 ] {} HTTP-Session: 2d201348-e880-4b5d-9eaa-3e8175b4bd10 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:17.724595 [ 3 ] {} HTTP-Session: 2d201348-e880-4b5d-9eaa-3e8175b4bd10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.724609 [ 3 ] {} HTTP-Session: 2d201348-e880-4b5d-9eaa-3e8175b4bd10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.724640 [ 3 ] {} HTTP-Session: 2d201348-e880-4b5d-9eaa-3e8175b4bd10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:17.724774 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:17.724818 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:17.724958 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:17.725366 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:17.725402 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:17.725713 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.10 21:27:17.726017 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:17.726172 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} executeQuery: Read 128 rows, 10.91 KiB in 0.001453 sec., 88093.59944941499 rows/sec., 7.33 MiB/sec. 2024.05.10 21:27:17.726340 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} DynamicQueryHandler: Done processing query 2024.05.10 21:27:17.726364 [ 3 ] {2dc6f9db-b3b8-4145-8e70-16d2efe21780} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:27:17.726380 [ 3 ] {} HTTP-Session: 2d201348-e880-4b5d-9eaa-3e8175b4bd10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.726511 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:17.726559 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:17.726578 [ 3 ] {} HTTP-Session: d2ad7ebb-6d9d-4ae4-93f3-d90e37428c2a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:17.726594 [ 3 ] {} HTTP-Session: d2ad7ebb-6d9d-4ae4-93f3-d90e37428c2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.726607 [ 3 ] {} HTTP-Session: d2ad7ebb-6d9d-4ae4-93f3-d90e37428c2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.726638 [ 3 ] {} HTTP-Session: d2ad7ebb-6d9d-4ae4-93f3-d90e37428c2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:17.726761 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:17.726802 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:17.726925 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:17.727285 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:17.727322 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:17.727638 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.10 21:27:17.727941 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:17.728098 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} executeQuery: Read 88 rows, 7.04 KiB in 0.00138 sec., 63768.11594202899 rows/sec., 4.98 MiB/sec. 2024.05.10 21:27:17.728262 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} DynamicQueryHandler: Done processing query 2024.05.10 21:27:17.728287 [ 3 ] {185e42c7-73a0-498c-9cfe-97bd9a626648} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:17.728302 [ 3 ] {} HTTP-Session: d2ad7ebb-6d9d-4ae4-93f3-d90e37428c2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.728436 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:17.728483 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:17.728501 [ 3 ] {} HTTP-Session: 2e5066dc-31ab-49f7-9a22-2d9cfe2b591a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:17.728517 [ 3 ] {} HTTP-Session: 2e5066dc-31ab-49f7-9a22-2d9cfe2b591a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.728530 [ 3 ] {} HTTP-Session: 2e5066dc-31ab-49f7-9a22-2d9cfe2b591a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.728560 [ 3 ] {} HTTP-Session: 2e5066dc-31ab-49f7-9a22-2d9cfe2b591a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:17.728701 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:17.728748 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:17.728892 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:17.729286 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:17.729322 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:17.729702 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.10 21:27:17.730041 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:17.730191 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. 2024.05.10 21:27:17.730531 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} DynamicQueryHandler: Done processing query 2024.05.10 21:27:17.730556 [ 3 ] {6403dba1-697d-4b68-9471-aa8f7db71377} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:17.730572 [ 3 ] {} HTTP-Session: 2e5066dc-31ab-49f7-9a22-2d9cfe2b591a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.730750 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:17.730801 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:17.730821 [ 3 ] {} HTTP-Session: 2c4d27f1-3083-4d87-a695-f40ffd8693ac Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:17.730837 [ 3 ] {} HTTP-Session: 2c4d27f1-3083-4d87-a695-f40ffd8693ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.730850 [ 3 ] {} HTTP-Session: 2c4d27f1-3083-4d87-a695-f40ffd8693ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.730880 [ 3 ] {} HTTP-Session: 2c4d27f1-3083-4d87-a695-f40ffd8693ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:17.731112 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:17.731161 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:17.731345 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:17.731780 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:17.731816 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:17.732209 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:27:17.732545 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:17.732702 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} executeQuery: Read 24 rows, 33.16 KiB in 0.001734 sec., 13840.830449826988 rows/sec., 18.68 MiB/sec. 2024.05.10 21:27:17.732877 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} DynamicQueryHandler: Done processing query 2024.05.10 21:27:17.732901 [ 3 ] {c592bd83-b978-443b-b9ad-53ec238fc13a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:27:17.732917 [ 3 ] {} HTTP-Session: 2c4d27f1-3083-4d87-a695-f40ffd8693ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.733050 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:17.733098 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:17.733118 [ 3 ] {} HTTP-Session: e2ab1f03-fb2c-44e0-88e6-6f76e5ceb65b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:17.733134 [ 3 ] {} HTTP-Session: e2ab1f03-fb2c-44e0-88e6-6f76e5ceb65b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.733148 [ 3 ] {} HTTP-Session: e2ab1f03-fb2c-44e0-88e6-6f76e5ceb65b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:17.733179 [ 3 ] {} HTTP-Session: e2ab1f03-fb2c-44e0-88e6-6f76e5ceb65b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:17.733299 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:17.733344 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:17.733468 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:17.733780 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:17.733818 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:17.734173 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.10 21:27:17.734495 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:17.734638 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. 2024.05.10 21:27:17.734808 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} DynamicQueryHandler: Done processing query 2024.05.10 21:27:17.734833 [ 3 ] {ee269b8d-740a-4b84-91d7-333e0e85bc8d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:17.734848 [ 3 ] {} HTTP-Session: e2ab1f03-fb2c-44e0-88e6-6f76e5ceb65b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:18.523805 [ 150 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.05.10 21:27:18.523872 [ 150 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:18.523897 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:18.524054 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.05.10 21:27:18.524210 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:18.524242 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part 2024.05.10 21:27:18.524314 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:18.524395 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:18.524613 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:18.524801 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:18.525894 [ 189 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.00191635 sec., 10436.506901140188 rows/sec., 851.02 KiB/sec. 2024.05.10 21:27:18.526047 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.05.10 21:27:18.526408 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:18.526484 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_9_2} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.05.10 21:27:18.526561 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2024.05.10 21:27:20.743001 [ 149 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2024.05.10 21:27:20.743107 [ 149 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:20.743149 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:20.743409 [ 186 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2024.05.10 21:27:20.743676 [ 186 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:20.743736 [ 186 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part 2024.05.10 21:27:20.743895 [ 186 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:20.744227 [ 186 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:20.744560 [ 186 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:20.744708 [ 186 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:20.745757 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002491562 sec., 8027.093044443605 rows/sec., 560.49 KiB/sec. 2024.05.10 21:27:20.746034 [ 189 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2024.05.10 21:27:20.746508 [ 189 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:20.746597 [ 189 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_9_2} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2024.05.10 21:27:20.746694 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.05.10 21:27:22.722468 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.722619 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.722648 [ 3 ] {} HTTP-Session: 4e1c1b02-7a78-4ad4-af3d-dc008ce5e2d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.722677 [ 3 ] {} HTTP-Session: 4e1c1b02-7a78-4ad4-af3d-dc008ce5e2d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.722696 [ 3 ] {} HTTP-Session: 4e1c1b02-7a78-4ad4-af3d-dc008ce5e2d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.722751 [ 3 ] {} HTTP-Session: 4e1c1b02-7a78-4ad4-af3d-dc008ce5e2d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.722983 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.723064 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:22.723275 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.723692 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.723737 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.724110 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:27:22.724443 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.724624 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} executeQuery: Read 4 rows, 332.00 B in 0.001689 sec., 2368.265245707519 rows/sec., 191.96 KiB/sec. 2024.05.10 21:27:22.724852 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.724879 [ 3 ] {30ed5ed4-b485-4cf0-a632-8f5499392cd4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:22.724896 [ 3 ] {} HTTP-Session: 4e1c1b02-7a78-4ad4-af3d-dc008ce5e2d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.725026 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.725079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.725098 [ 3 ] {} HTTP-Session: 35e6f0d1-87af-4bdc-9758-353a89f97042 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.725116 [ 3 ] {} HTTP-Session: 35e6f0d1-87af-4bdc-9758-353a89f97042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.725131 [ 3 ] {} HTTP-Session: 35e6f0d1-87af-4bdc-9758-353a89f97042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.725164 [ 3 ] {} HTTP-Session: 35e6f0d1-87af-4bdc-9758-353a89f97042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.725266 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.725314 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:27:22.725447 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.725729 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.725765 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.726065 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:27:22.726366 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.726526 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} executeQuery: Read 2 rows, 167.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 127.21 KiB/sec. 2024.05.10 21:27:22.726729 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.726753 [ 3 ] {8089bb7a-0dae-4c6e-801c-eb6536822b8f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:22.726768 [ 3 ] {} HTTP-Session: 35e6f0d1-87af-4bdc-9758-353a89f97042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.726889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.726936 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.726954 [ 3 ] {} HTTP-Session: c9524d97-10c2-4437-b5cd-a28aca1f8a27 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.726971 [ 3 ] {} HTTP-Session: c9524d97-10c2-4437-b5cd-a28aca1f8a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.726984 [ 3 ] {} HTTP-Session: c9524d97-10c2-4437-b5cd-a28aca1f8a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.727015 [ 3 ] {} HTTP-Session: c9524d97-10c2-4437-b5cd-a28aca1f8a27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.727146 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.727189 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:22.727315 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.727656 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.727693 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.728009 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.10 21:27:22.728307 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.728466 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} executeQuery: Read 105 rows, 8.32 KiB in 0.001356 sec., 77433.62831858407 rows/sec., 5.99 MiB/sec. 2024.05.10 21:27:22.728632 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.728655 [ 3 ] {f041ecd9-8ed2-41cd-866e-a013e245e8f6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:22.728671 [ 3 ] {} HTTP-Session: c9524d97-10c2-4437-b5cd-a28aca1f8a27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.728780 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.728829 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.728847 [ 3 ] {} HTTP-Session: 74065eb5-7feb-41d5-878b-2f59d84fcb77 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.728863 [ 3 ] {} HTTP-Session: 74065eb5-7feb-41d5-878b-2f59d84fcb77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.728876 [ 3 ] {} HTTP-Session: 74065eb5-7feb-41d5-878b-2f59d84fcb77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.728906 [ 3 ] {} HTTP-Session: 74065eb5-7feb-41d5-878b-2f59d84fcb77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.728997 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.729039 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:27:22.729168 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.729431 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.729466 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.729756 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2024.05.10 21:27:22.730059 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.730208 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} executeQuery: Read 2 rows, 143.00 B in 0.001233 sec., 1622.0600162206003 rows/sec., 113.26 KiB/sec. 2024.05.10 21:27:22.730361 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.730385 [ 3 ] {55d84f55-507e-4061-b116-f232a80cdf4f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:22.730400 [ 3 ] {} HTTP-Session: 74065eb5-7feb-41d5-878b-2f59d84fcb77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.730514 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.730560 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.730579 [ 3 ] {} HTTP-Session: 0d13b511-9405-4563-ba05-b8ccc378d81e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.730595 [ 3 ] {} HTTP-Session: 0d13b511-9405-4563-ba05-b8ccc378d81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.730608 [ 3 ] {} HTTP-Session: 0d13b511-9405-4563-ba05-b8ccc378d81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.730638 [ 3 ] {} HTTP-Session: 0d13b511-9405-4563-ba05-b8ccc378d81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.730755 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.730797 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:22.730924 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.731256 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.731292 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.731594 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.10 21:27:22.731899 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.732063 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} executeQuery: Read 94 rows, 7.50 KiB in 0.001348 sec., 69732.93768545994 rows/sec., 5.43 MiB/sec. 2024.05.10 21:27:22.732225 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.732249 [ 3 ] {bf763dc0-540e-4db9-9051-fb72f6070069} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:22.732265 [ 3 ] {} HTTP-Session: 0d13b511-9405-4563-ba05-b8ccc378d81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.732477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.732525 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.732543 [ 3 ] {} HTTP-Session: 416881fb-d688-4525-9b93-6aed3ae2d62b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.732559 [ 3 ] {} HTTP-Session: 416881fb-d688-4525-9b93-6aed3ae2d62b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.732573 [ 3 ] {} HTTP-Session: 416881fb-d688-4525-9b93-6aed3ae2d62b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.732602 [ 3 ] {} HTTP-Session: 416881fb-d688-4525-9b93-6aed3ae2d62b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.732762 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.732809 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:22.732958 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.733335 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.733370 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.733749 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.10 21:27:22.734080 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.734242 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} executeQuery: Read 197 rows, 14.08 KiB in 0.00156 sec., 126282.05128205128 rows/sec., 8.82 MiB/sec. 2024.05.10 21:27:22.734399 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.734423 [ 3 ] {c1aab26e-13e9-4610-b413-5b8cbc2b7a96} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:27:22.734439 [ 3 ] {} HTTP-Session: 416881fb-d688-4525-9b93-6aed3ae2d62b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.734550 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.734595 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.734613 [ 3 ] {} HTTP-Session: 72cefc17-adb4-4328-abf1-7ded8623dfb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.734629 [ 3 ] {} HTTP-Session: 72cefc17-adb4-4328-abf1-7ded8623dfb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.734642 [ 3 ] {} HTTP-Session: 72cefc17-adb4-4328-abf1-7ded8623dfb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.734672 [ 3 ] {} HTTP-Session: 72cefc17-adb4-4328-abf1-7ded8623dfb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.734801 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.734854 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:22.735013 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.735318 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.735353 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.735730 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:27:22.736059 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.736237 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} executeQuery: Read 4 rows, 5.53 KiB in 0.001482 sec., 2699.055330634278 rows/sec., 3.64 MiB/sec. 2024.05.10 21:27:22.736557 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.736597 [ 3 ] {d52f8657-e7e1-40e5-ac5e-040553f384ce} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:27:22.736614 [ 3 ] {} HTTP-Session: 72cefc17-adb4-4328-abf1-7ded8623dfb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.736731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:22.736779 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:22.736797 [ 3 ] {} HTTP-Session: 0a4f2627-5ba4-431c-9e21-6e31a1680601 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:22.736814 [ 3 ] {} HTTP-Session: 0a4f2627-5ba4-431c-9e21-6e31a1680601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.736827 [ 3 ] {} HTTP-Session: 0a4f2627-5ba4-431c-9e21-6e31a1680601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:22.736857 [ 3 ] {} HTTP-Session: 0a4f2627-5ba4-431c-9e21-6e31a1680601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:22.736968 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:22.737014 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:22.737163 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:22.737516 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:22.737552 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:22.737908 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.10 21:27:22.738239 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:22.738418 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. 2024.05.10 21:27:22.738588 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} DynamicQueryHandler: Done processing query 2024.05.10 21:27:22.738612 [ 3 ] {ae8fc0ad-0ded-4153-951b-b78e8c3ad7ea} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:22.738628 [ 3 ] {} HTTP-Session: 0a4f2627-5ba4-431c-9e21-6e31a1680601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.722320 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:27.722480 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:27.722511 [ 3 ] {} HTTP-Session: ae524af8-2796-4cc7-87b4-762c19deca36 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:27.722539 [ 3 ] {} HTTP-Session: ae524af8-2796-4cc7-87b4-762c19deca36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.722556 [ 3 ] {} HTTP-Session: ae524af8-2796-4cc7-87b4-762c19deca36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.722611 [ 3 ] {} HTTP-Session: ae524af8-2796-4cc7-87b4-762c19deca36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:27.722824 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:27.722901 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:27.723123 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:27.723584 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.723632 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.724010 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:27:27.724344 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.724527 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} executeQuery: Read 24 rows, 1.95 KiB in 0.001763 sec., 13613.159387407828 rows/sec., 1.08 MiB/sec. 2024.05.10 21:27:27.724526 [ 140 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.10 21:27:27.724627 [ 140 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.724678 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.724843 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} DynamicQueryHandler: Done processing query 2024.05.10 21:27:27.724866 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.10 21:27:27.724881 [ 3 ] {e773d518-4b13-448c-9a66-588bb182244c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:27.724957 [ 3 ] {} HTTP-Session: ae524af8-2796-4cc7-87b4-762c19deca36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.725140 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:27.725154 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:27.725212 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 28 rows starting from the beginning of the part 2024.05.10 21:27:27.725272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:27.725346 [ 3 ] {} HTTP-Session: 3c196557-9c14-4dbf-b7ea-b1ca5ebf96bf Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:27.725452 [ 3 ] {} HTTP-Session: 3c196557-9c14-4dbf-b7ea-b1ca5ebf96bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.725463 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:27.725512 [ 3 ] {} HTTP-Session: 3c196557-9c14-4dbf-b7ea-b1ca5ebf96bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.725716 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:27.725760 [ 3 ] {} HTTP-Session: 3c196557-9c14-4dbf-b7ea-b1ca5ebf96bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:27.725952 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:27.726226 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:27.726525 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:27.726846 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:27.726968 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:27.727343 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:27.728318 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.728385 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.729178 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004403733 sec., 24524.647611469634 rows/sec., 1.94 MiB/sec. 2024.05.10 21:27:27.729275 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.10 21:27:27.729486 [ 188 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.10 21:27:27.730016 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.730330 [ 140 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.10 21:27:27.730385 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} executeQuery: Read 128 rows, 10.91 KiB in 0.004054 sec., 31573.754316724222 rows/sec., 2.63 MiB/sec. 2024.05.10 21:27:27.730412 [ 140 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.730490 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.730682 [ 188 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.730906 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.10 21:27:27.730978 [ 188 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_26_5} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.10 21:27:27.731024 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} DynamicQueryHandler: Done processing query 2024.05.10 21:27:27.731106 [ 3 ] {5d3bee54-5186-4c37-8d7d-ba9b258e934a} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:27:27.731226 [ 3 ] {} HTTP-Session: 3c196557-9c14-4dbf-b7ea-b1ca5ebf96bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.731249 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.10 21:27:27.731365 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:27.731404 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 184 rows starting from the beginning of the part 2024.05.10 21:27:27.731499 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:27.731608 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 129 rows starting from the beginning of the part 2024.05.10 21:27:27.731716 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:27.731818 [ 3 ] {} HTTP-Session: 5f9cdded-8edf-4306-9704-9cb204162392 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:27.731838 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part 2024.05.10 21:27:27.731902 [ 3 ] {} HTTP-Session: 5f9cdded-8edf-4306-9704-9cb204162392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.732130 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part 2024.05.10 21:27:27.732142 [ 3 ] {} HTTP-Session: 5f9cdded-8edf-4306-9704-9cb204162392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.732350 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 105 rows starting from the beginning of the part 2024.05.10 21:27:27.732359 [ 3 ] {} HTTP-Session: 5f9cdded-8edf-4306-9704-9cb204162392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:27.732584 [ 194 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 128 rows starting from the beginning of the part 2024.05.10 21:27:27.733010 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:27.733108 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:27.733564 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:27.734601 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.734669 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.735378 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.10 21:27:27.735533 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 4 columns (4 merged, 0 gathered) in 0.004883102 sec., 151952.590791673 rows/sec., 12.39 MiB/sec. 2024.05.10 21:27:27.735812 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.10 21:27:27.736021 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.736358 [ 140 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.10 21:27:27.736479 [ 140 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.736523 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} executeQuery: Read 88 rows, 7.04 KiB in 0.003802 sec., 23145.712782745923 rows/sec., 1.81 MiB/sec. 2024.05.10 21:27:27.736546 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.736917 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.10 21:27:27.736991 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.737101 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} DynamicQueryHandler: Done processing query 2024.05.10 21:27:27.737187 [ 3 ] {9af38393-f409-4667-bcbb-6ade918a68a6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:27.737225 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_31_6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.10 21:27:27.737279 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:27.737283 [ 3 ] {} HTTP-Session: 5f9cdded-8edf-4306-9704-9cb204162392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.737384 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 148 rows starting from the beginning of the part 2024.05.10 21:27:27.737432 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.10 21:27:27.737534 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2024.05.10 21:27:27.737793 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part 2024.05.10 21:27:27.737704 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:27.738045 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 88 rows starting from the beginning of the part 2024.05.10 21:27:27.738072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:27.738302 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 94 rows starting from the beginning of the part 2024.05.10 21:27:27.738317 [ 3 ] {} HTTP-Session: e4e85b93-5b16-405d-b568-52e8398e2902 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:27.738380 [ 3 ] {} HTTP-Session: e4e85b93-5b16-405d-b568-52e8398e2902 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.738470 [ 3 ] {} HTTP-Session: e4e85b93-5b16-405d-b568-52e8398e2902 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.738528 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 88 rows starting from the beginning of the part 2024.05.10 21:27:27.738738 [ 3 ] {} HTTP-Session: e4e85b93-5b16-405d-b568-52e8398e2902 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:27.739169 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:27.739249 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:27.739941 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:27.740806 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.740872 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.741262 [ 199 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 4 columns (4 merged, 0 gathered) in 0.004545965 sec., 126705.77094192323 rows/sec., 9.89 MiB/sec. 2024.05.10 21:27:27.741533 [ 199 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.10 21:27:27.741794 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.10 21:27:27.742408 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.742578 [ 192 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_31_6} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.10 21:27:27.742576 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.742746 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.10 21:27:27.742878 [ 140 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.10 21:27:27.742888 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} executeQuery: Read 160 rows, 11.41 KiB in 0.003821 sec., 41873.85501177702 rows/sec., 2.92 MiB/sec. 2024.05.10 21:27:27.742924 [ 140 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.742994 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.743243 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.10 21:27:27.743304 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} DynamicQueryHandler: Done processing query 2024.05.10 21:27:27.743356 [ 3 ] {0830d2e2-1c29-4e6c-81b1-d4643c90e624} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:27.743418 [ 3 ] {} HTTP-Session: e4e85b93-5b16-405d-b568-52e8398e2902 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.743523 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:27.743564 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4369 rows starting from the beginning of the part 2024.05.10 21:27:27.743611 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:27.743810 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part 2024.05.10 21:27:27.743824 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:27.743884 [ 3 ] {} HTTP-Session: b0fa6a95-6999-43a9-8005-0bd32291432c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:27.743968 [ 3 ] {} HTTP-Session: b0fa6a95-6999-43a9-8005-0bd32291432c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.744048 [ 3 ] {} HTTP-Session: b0fa6a95-6999-43a9-8005-0bd32291432c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.744091 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2024.05.10 21:27:27.744163 [ 3 ] {} HTTP-Session: b0fa6a95-6999-43a9-8005-0bd32291432c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:27.744328 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2024.05.10 21:27:27.744529 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 197 rows starting from the beginning of the part 2024.05.10 21:27:27.744643 [ 199 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2024.05.10 21:27:27.744757 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:27.745056 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:27.745696 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:27.746517 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.746594 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.748124 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:27:27.748907 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.749087 [ 140 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2024.05.10 21:27:27.749120 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} executeQuery: Read 24 rows, 33.16 KiB in 0.004686 sec., 5121.638924455826 rows/sec., 6.91 MiB/sec. 2024.05.10 21:27:27.749135 [ 140 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.749207 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.749916 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2024.05.10 21:27:27.750365 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} DynamicQueryHandler: Done processing query 2024.05.10 21:27:27.750583 [ 3 ] {4bbdb02b-2e6c-47c5-ba8f-468b1c388ccb} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:27:27.750572 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5207 rows, containing 5 columns (5 merged, 0 gathered) in 0.007449576 sec., 698965.9545724482 rows/sec., 48.69 MiB/sec. 2024.05.10 21:27:27.750669 [ 3 ] {} HTTP-Session: b0fa6a95-6999-43a9-8005-0bd32291432c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.750756 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:27.750799 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 342 rows starting from the beginning of the part 2024.05.10 21:27:27.750968 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:27.751062 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:27.751190 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:27.751277 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.10 21:27:27.751521 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:27.751494 [ 3 ] {} HTTP-Session: f900d215-3b3e-4cb9-b0a7-e942a012de50 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:27.751662 [ 3 ] {} HTTP-Session: f900d215-3b3e-4cb9-b0a7-e942a012de50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.751853 [ 3 ] {} HTTP-Session: f900d215-3b3e-4cb9-b0a7-e942a012de50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.751967 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:27.752431 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:27.752132 [ 3 ] {} HTTP-Session: f900d215-3b3e-4cb9-b0a7-e942a012de50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:27.752813 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:27.753408 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.753589 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:27.753694 [ 198 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_31_6} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.10 21:27:27.753756 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:27.753978 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2024.05.10 21:27:27.754572 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:27.755241 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.755307 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.756454 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.10 21:27:27.757545 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.757713 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} executeQuery: Read 60 rows, 4.14 KiB in 0.004421 sec., 13571.590137977835 rows/sec., 936.58 KiB/sec. 2024.05.10 21:27:27.757734 [ 143 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.10 21:27:27.758113 [ 143 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:27.758255 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:27.758350 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} DynamicQueryHandler: Done processing query 2024.05.10 21:27:27.758436 [ 3 ] {5531d48b-814d-4fb5-b048-d30bae18c1b8} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:27.758466 [ 197 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 6 columns (6 merged, 0 gathered) in 0.009123622 sec., 46253.56026367599 rows/sec., 62.42 MiB/sec. 2024.05.10 21:27:27.758513 [ 3 ] {} HTTP-Session: f900d215-3b3e-4cb9-b0a7-e942a012de50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:27.758654 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.10 21:27:27.758788 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:27.758817 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1418 rows starting from the beginning of the part 2024.05.10 21:27:27.759025 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:27.759041 [ 197 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2024.05.10 21:27:27.759320 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:27.759622 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:27.759953 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:27.760404 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:27.761080 [ 197 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.761255 [ 197 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_26_5} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2024.05.10 21:27:27.761441 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2024.05.10 21:27:27.762175 [ 193 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1718 rows, containing 4 columns (4 merged, 0 gathered) in 0.003771328 sec., 455542.45082899183 rows/sec., 30.81 MiB/sec. 2024.05.10 21:27:27.762351 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.10 21:27:27.762705 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:27.762781 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_31_6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.10 21:27:27.762848 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2024.05.10 21:27:28.000137 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 184.62 MiB, peak 194.25 MiB, free memory in arenas 0.00 B, will set to 185.98 MiB (RSS), difference: 1.36 MiB 2024.05.10 21:27:31.591757 [ 141 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:27:31.591837 [ 141 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:27:32.720827 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:32.721011 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:32.721057 [ 3 ] {} HTTP-Session: 89b5ff90-9e7b-4a29-a3e2-613f203f7cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:32.721100 [ 3 ] {} HTTP-Session: 89b5ff90-9e7b-4a29-a3e2-613f203f7cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.721128 [ 3 ] {} HTTP-Session: 89b5ff90-9e7b-4a29-a3e2-613f203f7cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.721209 [ 3 ] {} HTTP-Session: 89b5ff90-9e7b-4a29-a3e2-613f203f7cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:32.721505 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:32.721598 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:32.721796 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:32.722241 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:32.722285 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:32.722670 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.10 21:27:32.723028 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:32.723209 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} executeQuery: Read 4 rows, 332.00 B in 0.001791 sec., 2233.3891680625347 rows/sec., 181.03 KiB/sec. 2024.05.10 21:27:32.723583 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} DynamicQueryHandler: Done processing query 2024.05.10 21:27:32.723611 [ 3 ] {bc4b2832-82c8-461f-b7d7-b60be0cfb09a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:32.723627 [ 3 ] {} HTTP-Session: 89b5ff90-9e7b-4a29-a3e2-613f203f7cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.723760 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:32.723812 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:32.723832 [ 3 ] {} HTTP-Session: 0d5b5093-ea2d-4fd4-8506-9a16a8f91a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:32.723850 [ 3 ] {} HTTP-Session: 0d5b5093-ea2d-4fd4-8506-9a16a8f91a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.723864 [ 3 ] {} HTTP-Session: 0d5b5093-ea2d-4fd4-8506-9a16a8f91a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.723896 [ 3 ] {} HTTP-Session: 0d5b5093-ea2d-4fd4-8506-9a16a8f91a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:32.724017 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:32.724063 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:32.724213 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:32.724574 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:32.724611 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:32.724939 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.10 21:27:32.725265 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:32.725433 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} executeQuery: Read 68 rows, 5.48 KiB in 0.001442 sec., 47156.72676837726 rows/sec., 3.71 MiB/sec. 2024.05.10 21:27:32.726075 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} DynamicQueryHandler: Done processing query 2024.05.10 21:27:32.726201 [ 3 ] {ab860180-7b72-428e-8260-f5b3e3c3149a} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:32.726319 [ 3 ] {} HTTP-Session: 0d5b5093-ea2d-4fd4-8506-9a16a8f91a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.726527 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:32.726581 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:32.726600 [ 3 ] {} HTTP-Session: f0badec3-5ad9-4d54-ab4e-3694cb6472d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:32.726617 [ 3 ] {} HTTP-Session: f0badec3-5ad9-4d54-ab4e-3694cb6472d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.726630 [ 3 ] {} HTTP-Session: f0badec3-5ad9-4d54-ab4e-3694cb6472d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.726664 [ 3 ] {} HTTP-Session: f0badec3-5ad9-4d54-ab4e-3694cb6472d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:32.726786 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:32.726833 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:32.726991 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:32.727320 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:32.727357 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:32.727682 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.10 21:27:32.728009 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:32.728180 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} executeQuery: Read 68 rows, 5.44 KiB in 0.001425 sec., 47719.29824561403 rows/sec., 3.73 MiB/sec. 2024.05.10 21:27:32.728968 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} DynamicQueryHandler: Done processing query 2024.05.10 21:27:32.728993 [ 3 ] {d41f8c92-aeeb-46a8-b9da-0c3e0d44c0ad} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:32.729009 [ 3 ] {} HTTP-Session: f0badec3-5ad9-4d54-ab4e-3694cb6472d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.729178 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:32.729227 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:32.729245 [ 3 ] {} HTTP-Session: 3ab5b06b-ac22-4dd4-b6d0-9c364f7bf65d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:32.729264 [ 3 ] {} HTTP-Session: 3ab5b06b-ac22-4dd4-b6d0-9c364f7bf65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.729278 [ 3 ] {} HTTP-Session: 3ab5b06b-ac22-4dd4-b6d0-9c364f7bf65d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.729309 [ 3 ] {} HTTP-Session: 3ab5b06b-ac22-4dd4-b6d0-9c364f7bf65d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:32.729457 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:32.729506 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:32.729676 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:32.730071 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:32.730107 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:32.730502 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.10 21:27:32.730863 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:32.731035 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. 2024.05.10 21:27:32.731426 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} DynamicQueryHandler: Done processing query 2024.05.10 21:27:32.731486 [ 3 ] {657f4907-076c-4ec7-a089-517d7ea41d59} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:32.731520 [ 3 ] {} HTTP-Session: 3ab5b06b-ac22-4dd4-b6d0-9c364f7bf65d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.731637 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:32.731687 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:32.731706 [ 3 ] {} HTTP-Session: 17dc7b83-51d0-433e-b454-be2318702026 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:32.731723 [ 3 ] {} HTTP-Session: 17dc7b83-51d0-433e-b454-be2318702026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.731736 [ 3 ] {} HTTP-Session: 17dc7b83-51d0-433e-b454-be2318702026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.731767 [ 3 ] {} HTTP-Session: 17dc7b83-51d0-433e-b454-be2318702026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:32.731900 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:32.731952 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:32.732134 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:32.732449 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:32.732485 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:32.732887 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2024.05.10 21:27:32.733234 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:32.733397 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} executeQuery: Read 4 rows, 5.53 KiB in 0.001554 sec., 2574.002574002574 rows/sec., 3.47 MiB/sec. 2024.05.10 21:27:32.733569 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} DynamicQueryHandler: Done processing query 2024.05.10 21:27:32.733593 [ 3 ] {794b4a0e-209e-43b8-8221-850f206c2625} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:27:32.733608 [ 3 ] {} HTTP-Session: 17dc7b83-51d0-433e-b454-be2318702026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.733724 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:32.733772 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:32.733790 [ 3 ] {} HTTP-Session: 06d46819-1c4c-41e5-903d-7014ae76530c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:32.733806 [ 3 ] {} HTTP-Session: 06d46819-1c4c-41e5-903d-7014ae76530c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.733820 [ 3 ] {} HTTP-Session: 06d46819-1c4c-41e5-903d-7014ae76530c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:32.733851 [ 3 ] {} HTTP-Session: 06d46819-1c4c-41e5-903d-7014ae76530c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:32.733977 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:32.734022 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:32.734146 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:32.734423 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:32.734458 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:32.734815 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.10 21:27:32.735153 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:32.735325 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. 2024.05.10 21:27:32.735776 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} DynamicQueryHandler: Done processing query 2024.05.10 21:27:32.735859 [ 3 ] {f097e092-8c92-41e6-9b29-72dd3277957f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:32.735961 [ 3 ] {} HTTP-Session: 06d46819-1c4c-41e5-903d-7014ae76530c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.722806 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.723005 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.723047 [ 3 ] {} HTTP-Session: 0d23b9d3-19d8-4b8f-a275-e73d52a6d1c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.723086 [ 3 ] {} HTTP-Session: 0d23b9d3-19d8-4b8f-a275-e73d52a6d1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.723113 [ 3 ] {} HTTP-Session: 0d23b9d3-19d8-4b8f-a275-e73d52a6d1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.723189 [ 3 ] {} HTTP-Session: 0d23b9d3-19d8-4b8f-a275-e73d52a6d1c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.723470 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.723574 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:37.723824 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.724253 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.724295 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.724671 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.10 21:27:37.725006 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.725171 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} executeQuery: Read 24 rows, 1.95 KiB in 0.001791 sec., 13400.335008375208 rows/sec., 1.06 MiB/sec. 2024.05.10 21:27:37.725475 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.725502 [ 3 ] {867a4b5f-bf10-442d-9ed4-0ff2e4b8f0fa} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:37.725519 [ 3 ] {} HTTP-Session: 0d23b9d3-19d8-4b8f-a275-e73d52a6d1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.725683 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.725733 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.725752 [ 3 ] {} HTTP-Session: 97a338e0-0202-4ab8-bab7-39c5e2bddcd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.725768 [ 3 ] {} HTTP-Session: 97a338e0-0202-4ab8-bab7-39c5e2bddcd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.725782 [ 3 ] {} HTTP-Session: 97a338e0-0202-4ab8-bab7-39c5e2bddcd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.725813 [ 3 ] {} HTTP-Session: 97a338e0-0202-4ab8-bab7-39c5e2bddcd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.725912 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.725958 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:27:37.726107 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.726406 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.726442 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.726741 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:27:37.727050 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.727214 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} executeQuery: Read 2 rows, 167.00 B in 0.001315 sec., 1520.912547528517 rows/sec., 124.02 KiB/sec. 2024.05.10 21:27:37.727766 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.727791 [ 3 ] {2d23d09a-faa5-4bd5-8e32-f8587c18af9b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:37.727833 [ 3 ] {} HTTP-Session: 97a338e0-0202-4ab8-bab7-39c5e2bddcd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.727980 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.728028 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.728048 [ 3 ] {} HTTP-Session: e161c05c-37e3-4749-b183-29f2c45e52f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.728064 [ 3 ] {} HTTP-Session: e161c05c-37e3-4749-b183-29f2c45e52f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.728078 [ 3 ] {} HTTP-Session: e161c05c-37e3-4749-b183-29f2c45e52f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.728108 [ 3 ] {} HTTP-Session: e161c05c-37e3-4749-b183-29f2c45e52f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.728243 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.728286 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:37.728435 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.728827 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.728864 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.729198 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.10 21:27:37.729513 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.729670 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} executeQuery: Read 129 rows, 10.98 KiB in 0.001482 sec., 87044.53441295546 rows/sec., 7.23 MiB/sec. 2024.05.10 21:27:37.729939 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.729982 [ 3 ] {950d6fab-a424-4102-9f95-078378ef8e59} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:27:37.729997 [ 3 ] {} HTTP-Session: e161c05c-37e3-4749-b183-29f2c45e52f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.730116 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.730163 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.730182 [ 3 ] {} HTTP-Session: 88fd692d-4c6e-4d41-afc4-991b0ccf36fe Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.730197 [ 3 ] {} HTTP-Session: 88fd692d-4c6e-4d41-afc4-991b0ccf36fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.730210 [ 3 ] {} HTTP-Session: 88fd692d-4c6e-4d41-afc4-991b0ccf36fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.730241 [ 3 ] {} HTTP-Session: 88fd692d-4c6e-4d41-afc4-991b0ccf36fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.730335 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.730378 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:27:37.730518 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.730837 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.730872 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.731171 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2024.05.10 21:27:37.731478 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.731628 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} executeQuery: Read 2 rows, 143.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 106.85 KiB/sec. 2024.05.10 21:27:37.731932 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.731956 [ 3 ] {34c6a9be-ed18-4355-8c8a-fb3142c29205} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:37.731971 [ 3 ] {} HTTP-Session: 88fd692d-4c6e-4d41-afc4-991b0ccf36fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.732095 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.732143 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.732162 [ 3 ] {} HTTP-Session: f3cde894-87aa-4329-aab2-a1db480612d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.732178 [ 3 ] {} HTTP-Session: f3cde894-87aa-4329-aab2-a1db480612d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.732192 [ 3 ] {} HTTP-Session: f3cde894-87aa-4329-aab2-a1db480612d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.732222 [ 3 ] {} HTTP-Session: f3cde894-87aa-4329-aab2-a1db480612d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.732341 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.732383 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:37.732528 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.732898 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.732935 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.733248 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.10 21:27:37.733561 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.733716 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} executeQuery: Read 90 rows, 7.20 KiB in 0.001414 sec., 63649.22206506365 rows/sec., 4.97 MiB/sec. 2024.05.10 21:27:37.733885 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.733908 [ 3 ] {70e819db-921c-4ebd-8206-486a748db5d0} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:37.733924 [ 3 ] {} HTTP-Session: f3cde894-87aa-4329-aab2-a1db480612d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.734102 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.734151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.734169 [ 3 ] {} HTTP-Session: 2dd4e416-279b-4148-9084-24038661e8c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.734185 [ 3 ] {} HTTP-Session: 2dd4e416-279b-4148-9084-24038661e8c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.734198 [ 3 ] {} HTTP-Session: 2dd4e416-279b-4148-9084-24038661e8c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.734228 [ 3 ] {} HTTP-Session: 2dd4e416-279b-4148-9084-24038661e8c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.734371 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.734416 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:37.734558 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.734951 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.734986 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.735397 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.10 21:27:37.735730 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.735874 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} executeQuery: Read 161 rows, 11.48 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec. 2024.05.10 21:27:37.736050 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.736073 [ 3 ] {6cdda8fa-8ec8-4028-90fb-7d94bd1b370f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:37.736088 [ 3 ] {} HTTP-Session: 2dd4e416-279b-4148-9084-24038661e8c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.736231 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.736278 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.736297 [ 3 ] {} HTTP-Session: 06b673fc-ab94-484b-a40d-04ebcd8a5c82 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.736313 [ 3 ] {} HTTP-Session: 06b673fc-ab94-484b-a40d-04ebcd8a5c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.736326 [ 3 ] {} HTTP-Session: 06b673fc-ab94-484b-a40d-04ebcd8a5c82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.736356 [ 3 ] {} HTTP-Session: 06b673fc-ab94-484b-a40d-04ebcd8a5c82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.736589 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.736642 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:37.736799 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.737246 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.737280 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.738193 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2024.05.10 21:27:37.738546 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.738710 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} executeQuery: Read 24 rows, 33.16 KiB in 0.002273 sec., 10558.732952045755 rows/sec., 14.25 MiB/sec. 2024.05.10 21:27:37.738886 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.738910 [ 3 ] {2a56db44-8b3c-40f8-9269-59719f524050} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:27:37.738925 [ 3 ] {} HTTP-Session: 06b673fc-ab94-484b-a40d-04ebcd8a5c82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.739051 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:37.739099 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:37.739117 [ 3 ] {} HTTP-Session: 52578501-392f-440e-a170-7d7d7487fc2b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:37.739133 [ 3 ] {} HTTP-Session: 52578501-392f-440e-a170-7d7d7487fc2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.739146 [ 3 ] {} HTTP-Session: 52578501-392f-440e-a170-7d7d7487fc2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:37.739177 [ 3 ] {} HTTP-Session: 52578501-392f-440e-a170-7d7d7487fc2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:37.739300 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:37.739345 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:37.739468 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:37.739771 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:37.739806 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:37.740165 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.10 21:27:37.740496 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:37.740653 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. 2024.05.10 21:27:37.740955 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} DynamicQueryHandler: Done processing query 2024.05.10 21:27:37.740985 [ 3 ] {37333888-9782-41a8-bf6f-d9a92337e214} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:37.741010 [ 3 ] {} HTTP-Session: 52578501-392f-440e-a170-7d7d7487fc2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.720871 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.721019 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.721049 [ 3 ] {} HTTP-Session: 893877b4-3fba-4cc7-91a2-55967f36770e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.721077 [ 3 ] {} HTTP-Session: 893877b4-3fba-4cc7-91a2-55967f36770e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.721095 [ 3 ] {} HTTP-Session: 893877b4-3fba-4cc7-91a2-55967f36770e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.721152 [ 3 ] {} HTTP-Session: 893877b4-3fba-4cc7-91a2-55967f36770e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.721361 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.721438 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:42.721658 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.722106 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.722149 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.722516 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.10 21:27:42.722856 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.723090 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} executeQuery: Read 4 rows, 332.00 B in 0.001784 sec., 2242.152466367713 rows/sec., 181.74 KiB/sec. 2024.05.10 21:27:42.723434 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.723466 [ 3 ] {55f5cd20-b7b9-45ab-9734-4b23707dbf46} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:42.723487 [ 3 ] {} HTTP-Session: 893877b4-3fba-4cc7-91a2-55967f36770e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.723648 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.723707 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.723729 [ 3 ] {} HTTP-Session: db4d6294-f201-4603-85a9-f9478bc4dac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.723750 [ 3 ] {} HTTP-Session: db4d6294-f201-4603-85a9-f9478bc4dac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.723767 [ 3 ] {} HTTP-Session: db4d6294-f201-4603-85a9-f9478bc4dac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.723805 [ 3 ] {} HTTP-Session: db4d6294-f201-4603-85a9-f9478bc4dac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.723911 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.723957 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:27:42.724108 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.724421 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.724458 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.724757 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:27:42.725063 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.725221 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} executeQuery: Read 4 rows, 334.00 B in 0.001326 sec., 3016.5912518853697 rows/sec., 245.98 KiB/sec. 2024.05.10 21:27:42.725495 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.725520 [ 3 ] {8a1fc35b-a003-4605-883a-0e3037b2b1dd} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:42.725536 [ 3 ] {} HTTP-Session: db4d6294-f201-4603-85a9-f9478bc4dac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.725661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.725709 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.725729 [ 3 ] {} HTTP-Session: a2825c64-a6bf-408a-b402-115363ae5dd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.725745 [ 3 ] {} HTTP-Session: a2825c64-a6bf-408a-b402-115363ae5dd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.725759 [ 3 ] {} HTTP-Session: a2825c64-a6bf-408a-b402-115363ae5dd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.725789 [ 3 ] {} HTTP-Session: a2825c64-a6bf-408a-b402-115363ae5dd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.725908 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.725950 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:42.726093 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.726431 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.726468 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.726777 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.10 21:27:42.727092 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.727246 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} executeQuery: Read 70 rows, 5.63 KiB in 0.001373 sec., 50983.24836125273 rows/sec., 4.00 MiB/sec. 2024.05.10 21:27:42.727412 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.727436 [ 3 ] {ed06ecf0-8459-490f-984f-3177489fb3d4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:42.727451 [ 3 ] {} HTTP-Session: a2825c64-a6bf-408a-b402-115363ae5dd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.727576 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.727623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.727642 [ 3 ] {} HTTP-Session: 31e20889-7da6-45f5-86a9-18d34ec55704 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.727658 [ 3 ] {} HTTP-Session: 31e20889-7da6-45f5-86a9-18d34ec55704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.727671 [ 3 ] {} HTTP-Session: 31e20889-7da6-45f5-86a9-18d34ec55704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.727701 [ 3 ] {} HTTP-Session: 31e20889-7da6-45f5-86a9-18d34ec55704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.727794 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.727836 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:27:42.727963 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.728298 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.728335 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.728630 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2024.05.10 21:27:42.728935 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.729091 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} executeQuery: Read 4 rows, 286.00 B in 0.001311 sec., 3051.106025934401 rows/sec., 213.04 KiB/sec. 2024.05.10 21:27:42.729393 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.729418 [ 3 ] {623d64be-3bfe-4e23-80d5-010e784dd782} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:42.729435 [ 3 ] {} HTTP-Session: 31e20889-7da6-45f5-86a9-18d34ec55704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.729552 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.729602 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.729620 [ 3 ] {} HTTP-Session: 21534584-1e05-46a7-90ed-7518f5cac2c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.729636 [ 3 ] {} HTTP-Session: 21534584-1e05-46a7-90ed-7518f5cac2c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.729650 [ 3 ] {} HTTP-Session: 21534584-1e05-46a7-90ed-7518f5cac2c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.729679 [ 3 ] {} HTTP-Session: 21534584-1e05-46a7-90ed-7518f5cac2c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.729794 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.729837 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:42.729982 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.730336 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.730373 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.730682 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.10 21:27:42.730978 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.731128 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} executeQuery: Read 72 rows, 5.76 KiB in 0.001369 sec., 52593.133674214754 rows/sec., 4.11 MiB/sec. 2024.05.10 21:27:42.731293 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.731317 [ 3 ] {2c93ecef-e68d-4ae4-96f7-99fd82f8e39b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:27:42.731332 [ 3 ] {} HTTP-Session: 21534584-1e05-46a7-90ed-7518f5cac2c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.731498 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.731546 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.731564 [ 3 ] {} HTTP-Session: b4b9b3f4-59c8-4a79-a53a-f30f49cf8d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.731580 [ 3 ] {} HTTP-Session: b4b9b3f4-59c8-4a79-a53a-f30f49cf8d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.731593 [ 3 ] {} HTTP-Session: b4b9b3f4-59c8-4a79-a53a-f30f49cf8d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.731623 [ 3 ] {} HTTP-Session: b4b9b3f4-59c8-4a79-a53a-f30f49cf8d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.731762 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.731808 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:42.731952 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.732362 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.732398 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.732782 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.10 21:27:42.733138 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.733302 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} executeQuery: Read 162 rows, 11.55 KiB in 0.001596 sec., 101503.75939849624 rows/sec., 7.07 MiB/sec. 2024.05.10 21:27:42.733621 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.733662 [ 3 ] {665413f4-6366-4f7f-82be-fbe384fb5d71} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:42.733679 [ 3 ] {} HTTP-Session: b4b9b3f4-59c8-4a79-a53a-f30f49cf8d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.733800 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.733849 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.733870 [ 3 ] {} HTTP-Session: 40ce1155-c037-430b-ad3f-0d09f56f5bad Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.733886 [ 3 ] {} HTTP-Session: 40ce1155-c037-430b-ad3f-0d09f56f5bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.733900 [ 3 ] {} HTTP-Session: 40ce1155-c037-430b-ad3f-0d09f56f5bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.733929 [ 3 ] {} HTTP-Session: 40ce1155-c037-430b-ad3f-0d09f56f5bad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.734057 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.734106 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:42.734284 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.734621 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.734657 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.735036 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2024.05.10 21:27:42.735365 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.735519 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} executeQuery: Read 4 rows, 5.53 KiB in 0.001514 sec., 2642.007926023778 rows/sec., 3.57 MiB/sec. 2024.05.10 21:27:42.735689 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.735713 [ 3 ] {3731f3bd-67af-443f-884e-9f5a657ddb0e} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:27:42.735729 [ 3 ] {} HTTP-Session: 40ce1155-c037-430b-ad3f-0d09f56f5bad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.735846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:42.735896 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:42.735914 [ 3 ] {} HTTP-Session: 364f98d1-6a91-4deb-94cf-ed6d31b25f0a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:42.735930 [ 3 ] {} HTTP-Session: 364f98d1-6a91-4deb-94cf-ed6d31b25f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.735944 [ 3 ] {} HTTP-Session: 364f98d1-6a91-4deb-94cf-ed6d31b25f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:42.735973 [ 3 ] {} HTTP-Session: 364f98d1-6a91-4deb-94cf-ed6d31b25f0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:42.736083 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:42.736128 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:42.736255 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:42.736559 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:42.736596 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:42.736949 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.10 21:27:42.737263 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:42.737413 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. 2024.05.10 21:27:42.737580 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} DynamicQueryHandler: Done processing query 2024.05.10 21:27:42.737605 [ 3 ] {959aac4a-e0f3-4608-b23c-24073c5062cd} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:42.737620 [ 3 ] {} HTTP-Session: 364f98d1-6a91-4deb-94cf-ed6d31b25f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:46.592080 [ 124 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:27:46.592140 [ 124 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:27:47.722057 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.722188 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.722218 [ 3 ] {} HTTP-Session: f2ca00a7-8272-4578-9f08-d6bca438a7cf Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.722247 [ 3 ] {} HTTP-Session: f2ca00a7-8272-4578-9f08-d6bca438a7cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.722264 [ 3 ] {} HTTP-Session: f2ca00a7-8272-4578-9f08-d6bca438a7cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.722318 [ 3 ] {} HTTP-Session: f2ca00a7-8272-4578-9f08-d6bca438a7cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.722533 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.722610 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:47.722830 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.723312 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.723357 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.723742 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.10 21:27:47.724077 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.724239 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} executeQuery: Read 24 rows, 1.95 KiB in 0.001771 sec., 13551.665725578769 rows/sec., 1.07 MiB/sec. 2024.05.10 21:27:47.724464 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.724491 [ 3 ] {d7eab404-b163-4493-a659-8167c386fa8c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:47.724509 [ 3 ] {} HTTP-Session: f2ca00a7-8272-4578-9f08-d6bca438a7cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.724670 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.724726 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.724746 [ 3 ] {} HTTP-Session: dc935857-6384-4365-8aac-84c8da309fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.724765 [ 3 ] {} HTTP-Session: dc935857-6384-4365-8aac-84c8da309fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.724780 [ 3 ] {} HTTP-Session: dc935857-6384-4365-8aac-84c8da309fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.724816 [ 3 ] {} HTTP-Session: dc935857-6384-4365-8aac-84c8da309fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.724921 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.724968 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:27:47.725104 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.725412 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.725450 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.725760 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:27:47.726061 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.726225 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} executeQuery: Read 2 rows, 167.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 123.27 KiB/sec. 2024.05.10 21:27:47.726397 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.726422 [ 3 ] {34c25546-a06a-4d9e-8286-c68cb945b732} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:47.726437 [ 3 ] {} HTTP-Session: dc935857-6384-4365-8aac-84c8da309fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.726581 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.726628 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.726648 [ 3 ] {} HTTP-Session: e1dc1d83-8466-4b62-8625-1727e2da7116 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.726665 [ 3 ] {} HTTP-Session: e1dc1d83-8466-4b62-8625-1727e2da7116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.726679 [ 3 ] {} HTTP-Session: e1dc1d83-8466-4b62-8625-1727e2da7116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.726710 [ 3 ] {} HTTP-Session: e1dc1d83-8466-4b62-8625-1727e2da7116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.726842 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.726885 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:47.727012 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.727382 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.727418 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.727734 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.10 21:27:47.728033 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.728191 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} executeQuery: Read 129 rows, 10.98 KiB in 0.001399 sec., 92208.72051465332 rows/sec., 7.66 MiB/sec. 2024.05.10 21:27:47.728363 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.728386 [ 3 ] {5f61ceae-03a0-4ef8-8d12-f2d1e4fd27d6} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:27:47.728401 [ 3 ] {} HTTP-Session: e1dc1d83-8466-4b62-8625-1727e2da7116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.728519 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.728567 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.728585 [ 3 ] {} HTTP-Session: 38dfba17-e34b-4b68-adec-a3bb2e93afb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.728601 [ 3 ] {} HTTP-Session: 38dfba17-e34b-4b68-adec-a3bb2e93afb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.728615 [ 3 ] {} HTTP-Session: 38dfba17-e34b-4b68-adec-a3bb2e93afb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.728645 [ 3 ] {} HTTP-Session: 38dfba17-e34b-4b68-adec-a3bb2e93afb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.728736 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.728778 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:27:47.728906 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.729189 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.729224 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.729525 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2024.05.10 21:27:47.729825 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.729980 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} executeQuery: Read 2 rows, 143.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 110.74 KiB/sec. 2024.05.10 21:27:47.730147 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.730172 [ 3 ] {6eede085-d92d-4b5c-8ffa-81b312a426e2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:47.730187 [ 3 ] {} HTTP-Session: 38dfba17-e34b-4b68-adec-a3bb2e93afb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.730345 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.730393 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.730411 [ 3 ] {} HTTP-Session: a349b58d-9a82-4162-8da5-fa03773f2c56 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.730426 [ 3 ] {} HTTP-Session: a349b58d-9a82-4162-8da5-fa03773f2c56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.730440 [ 3 ] {} HTTP-Session: a349b58d-9a82-4162-8da5-fa03773f2c56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.730470 [ 3 ] {} HTTP-Session: a349b58d-9a82-4162-8da5-fa03773f2c56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.730588 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.730629 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:47.730753 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.731086 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.731122 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.731439 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.10 21:27:47.731742 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.731905 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} executeQuery: Read 90 rows, 7.20 KiB in 0.001356 sec., 66371.6814159292 rows/sec., 5.19 MiB/sec. 2024.05.10 21:27:47.732071 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.732094 [ 3 ] {8f883990-039f-43fd-b9b1-de450a69f3bb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:47.732109 [ 3 ] {} HTTP-Session: a349b58d-9a82-4162-8da5-fa03773f2c56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.732283 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.732331 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.732349 [ 3 ] {} HTTP-Session: b3d0fd3f-8c82-46bf-8b26-ed26a6630633 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.732364 [ 3 ] {} HTTP-Session: b3d0fd3f-8c82-46bf-8b26-ed26a6630633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.732378 [ 3 ] {} HTTP-Session: b3d0fd3f-8c82-46bf-8b26-ed26a6630633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.732407 [ 3 ] {} HTTP-Session: b3d0fd3f-8c82-46bf-8b26-ed26a6630633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.732551 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.732598 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:47.732744 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.733131 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.733167 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.733555 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.10 21:27:47.733920 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.734083 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec. 2024.05.10 21:27:47.734255 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.734279 [ 3 ] {2d06b71f-83be-4ce4-bdfa-aa41eb927a10} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:47.734294 [ 3 ] {} HTTP-Session: b3d0fd3f-8c82-46bf-8b26-ed26a6630633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.734434 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.734481 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.734499 [ 3 ] {} HTTP-Session: 9c8dc522-df03-46c8-a88b-7ab93deced9e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.734516 [ 3 ] {} HTTP-Session: 9c8dc522-df03-46c8-a88b-7ab93deced9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.734529 [ 3 ] {} HTTP-Session: 9c8dc522-df03-46c8-a88b-7ab93deced9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.734559 [ 3 ] {} HTTP-Session: 9c8dc522-df03-46c8-a88b-7ab93deced9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.734812 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.734861 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:47.735024 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.735443 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.735479 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.735915 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2024.05.10 21:27:47.736255 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.736401 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} executeQuery: Read 24 rows, 33.16 KiB in 0.001766 sec., 13590.033975084938 rows/sec., 18.34 MiB/sec. 2024.05.10 21:27:47.736695 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.736736 [ 3 ] {cc875790-b982-4203-bf1b-7cb28d6396f0} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:27:47.736765 [ 3 ] {} HTTP-Session: 9c8dc522-df03-46c8-a88b-7ab93deced9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.736896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:47.736946 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:47.736964 [ 3 ] {} HTTP-Session: c36c09c7-63b3-4ae3-8a34-a9ac7d6df515 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:47.736980 [ 3 ] {} HTTP-Session: c36c09c7-63b3-4ae3-8a34-a9ac7d6df515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.736994 [ 3 ] {} HTTP-Session: c36c09c7-63b3-4ae3-8a34-a9ac7d6df515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:47.737025 [ 3 ] {} HTTP-Session: c36c09c7-63b3-4ae3-8a34-a9ac7d6df515 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:47.737146 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:47.737191 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:47.737341 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:47.737636 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:47.737672 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:47.738034 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.10 21:27:47.738354 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:47.738515 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. 2024.05.10 21:27:47.738711 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} DynamicQueryHandler: Done processing query 2024.05.10 21:27:47.738739 [ 3 ] {88bdf15d-6a73-40a7-8919-bbd3bb18d44f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:47.738754 [ 3 ] {} HTTP-Session: c36c09c7-63b3-4ae3-8a34-a9ac7d6df515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.722187 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.722385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.722431 [ 3 ] {} HTTP-Session: aecf8571-4a21-4e70-a3ba-99e3c6744410 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.722474 [ 3 ] {} HTTP-Session: aecf8571-4a21-4e70-a3ba-99e3c6744410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.722503 [ 3 ] {} HTTP-Session: aecf8571-4a21-4e70-a3ba-99e3c6744410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.722581 [ 3 ] {} HTTP-Session: aecf8571-4a21-4e70-a3ba-99e3c6744410 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.722857 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.722979 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:52.723272 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.723691 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.723731 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:52.724097 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.10 21:27:52.724442 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.724582 [ 121 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.10 21:27:52.724589 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} executeQuery: Read 4 rows, 332.00 B in 0.001819 sec., 2199.010445299615 rows/sec., 178.24 KiB/sec. 2024.05.10 21:27:52.724629 [ 121 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.724666 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2024.05.10 21:27:52.724799 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.10 21:27:52.724829 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.724858 [ 3 ] {a0b269be-0e92-46f7-977e-bef28b2eaf1b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:52.724882 [ 3 ] {} HTTP-Session: aecf8571-4a21-4e70-a3ba-99e3c6744410 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.724958 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.724997 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 28 rows starting from the beginning of the part 2024.05.10 21:27:52.725016 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.725091 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.725137 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:52.725145 [ 3 ] {} HTTP-Session: 81d2dfc7-4ad6-4c6d-9992-1adb097af6f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.725184 [ 3 ] {} HTTP-Session: 81d2dfc7-4ad6-4c6d-9992-1adb097af6f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.725224 [ 3 ] {} HTTP-Session: 81d2dfc7-4ad6-4c6d-9992-1adb097af6f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.725311 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:52.725345 [ 3 ] {} HTTP-Session: 81d2dfc7-4ad6-4c6d-9992-1adb097af6f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.725710 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.725710 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:52.725778 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:27:52.725846 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:52.726243 [ 197 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:52.726986 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.727410 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.727457 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.727958 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:27:52.728109 [ 192 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.003361201 sec., 26181.117999191363 rows/sec., 2.07 MiB/sec. 2024.05.10 21:27:52.728394 [ 192 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.10 21:27:52.728571 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.728827 [ 121 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2024.05.10 21:27:52.728942 [ 121 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.729013 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} executeQuery: Read 2 rows, 167.00 B in 0.003414 sec., 585.8230814294084 rows/sec., 47.77 KiB/sec. 2024.05.10 21:27:52.729033 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.729784 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2024.05.10 21:27:52.730021 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.730088 [ 192 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.730101 [ 3 ] {93b5c8b1-a519-49e3-a784-6507fc73ee18} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:52.730237 [ 3 ] {} HTTP-Session: 81d2dfc7-4ad6-4c6d-9992-1adb097af6f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.730413 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.730438 [ 192 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_31_6} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.10 21:27:52.730463 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.730486 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part 2024.05.10 21:27:52.730590 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.730731 [ 3 ] {} HTTP-Session: afd1222e-9b01-49b4-a005-34c814197540 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.730842 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.10 21:27:52.730831 [ 3 ] {} HTTP-Session: afd1222e-9b01-49b4-a005-34c814197540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.730905 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:52.730956 [ 3 ] {} HTTP-Session: afd1222e-9b01-49b4-a005-34c814197540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.731051 [ 3 ] {} HTTP-Session: afd1222e-9b01-49b4-a005-34c814197540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.731200 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:27:52.731451 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.731516 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:27:52.731593 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:52.731800 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:27:52.732114 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:27:52.732561 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.733138 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.733183 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.733666 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.10 21:27:52.733687 [ 200 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004488134 sec., 5793.05341596307 rows/sec., 472.38 KiB/sec. 2024.05.10 21:27:52.733948 [ 200 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.05.10 21:27:52.734341 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.734694 [ 121 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.10 21:27:52.734731 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} executeQuery: Read 105 rows, 8.32 KiB in 0.003453 sec., 30408.34057341442 rows/sec., 2.35 MiB/sec. 2024.05.10 21:27:52.734782 [ 121 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.734888 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.735101 [ 200 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.735186 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.10 21:27:52.735228 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.735301 [ 3 ] {83274d8b-befd-4a03-89d2-4b942686ba03} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:52.735334 [ 200 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_14_3} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2024.05.10 21:27:52.735370 [ 3 ] {} HTTP-Session: afd1222e-9b01-49b4-a005-34c814197540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.735561 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:27:52.735671 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.735694 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.735766 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 184 rows starting from the beginning of the part 2024.05.10 21:27:52.735769 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.735824 [ 3 ] {} HTTP-Session: 69f42df6-e51a-4d42-849a-bbb32ef29fa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.735872 [ 3 ] {} HTTP-Session: 69f42df6-e51a-4d42-849a-bbb32ef29fa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.735954 [ 3 ] {} HTTP-Session: 69f42df6-e51a-4d42-849a-bbb32ef29fa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.736044 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part 2024.05.10 21:27:52.736065 [ 3 ] {} HTTP-Session: 69f42df6-e51a-4d42-849a-bbb32ef29fa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.736288 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 129 rows starting from the beginning of the part 2024.05.10 21:27:52.736346 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.736476 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:27:52.736600 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 70 rows starting from the beginning of the part 2024.05.10 21:27:52.736945 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 129 rows starting from the beginning of the part 2024.05.10 21:27:52.737343 [ 192 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 105 rows starting from the beginning of the part 2024.05.10 21:27:52.737438 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.738392 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.738452 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.739251 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2024.05.10 21:27:52.740140 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.740366 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 4 columns (4 merged, 0 gathered) in 0.005298901 sec., 129272.08868404977 rows/sec., 10.46 MiB/sec. 2024.05.10 21:27:52.740414 [ 121 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2024.05.10 21:27:52.740442 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} executeQuery: Read 2 rows, 143.00 B in 0.004198 sec., 476.4173415912339 rows/sec., 33.27 KiB/sec. 2024.05.10 21:27:52.740527 [ 121 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.740604 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.740871 [ 196 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.10 21:27:52.740961 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.741044 [ 3 ] {c3117974-6f18-45fa-952d-0b0805107259} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:27:52.741129 [ 3 ] {} HTTP-Session: 69f42df6-e51a-4d42-849a-bbb32ef29fa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.741237 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2024.05.10 21:27:52.741517 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.741786 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.741882 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.741932 [ 3 ] {} HTTP-Session: bdda4835-b191-4a1f-8262-2bbe73a21f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.741963 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 14 rows starting from the beginning of the part 2024.05.10 21:27:52.741980 [ 3 ] {} HTTP-Session: bdda4835-b191-4a1f-8262-2bbe73a21f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.742021 [ 3 ] {} HTTP-Session: bdda4835-b191-4a1f-8262-2bbe73a21f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.742155 [ 3 ] {} HTTP-Session: bdda4835-b191-4a1f-8262-2bbe73a21f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.742362 [ 196 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.742478 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2024.05.10 21:27:52.742739 [ 196 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_36_7} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.10 21:27:52.742886 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:27:52.743016 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.743041 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2024.05.10 21:27:52.743220 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:27:52.743308 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:52.743516 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:27:52.743806 [ 187 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:27:52.744457 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.745397 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.745461 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.746455 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.10 21:27:52.746535 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00574736 sec., 4523.816152111578 rows/sec., 315.87 KiB/sec. 2024.05.10 21:27:52.746811 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2024.05.10 21:27:52.747119 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.747526 [ 120 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.10 21:27:52.747621 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} executeQuery: Read 94 rows, 7.50 KiB in 0.005135 sec., 18305.74488802337 rows/sec., 1.43 MiB/sec. 2024.05.10 21:27:52.747624 [ 120 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.747727 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.747882 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.748181 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.10 21:27:52.748225 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_14_3} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2024.05.10 21:27:52.748301 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.748425 [ 3 ] {e0a8a354-2a35-4043-adcf-d9ae24c659a2} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:52.748530 [ 3 ] {} HTTP-Session: bdda4835-b191-4a1f-8262-2bbe73a21f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.748531 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:27:52.748641 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.748677 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 148 rows starting from the beginning of the part 2024.05.10 21:27:52.748799 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part 2024.05.10 21:27:52.748897 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.749111 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 90 rows starting from the beginning of the part 2024.05.10 21:27:52.749208 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.749327 [ 3 ] {} HTTP-Session: c9df226e-67f3-4121-b8a2-0c08ab553c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.749354 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part 2024.05.10 21:27:52.749404 [ 3 ] {} HTTP-Session: c9df226e-67f3-4121-b8a2-0c08ab553c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.749460 [ 3 ] {} HTTP-Session: c9df226e-67f3-4121-b8a2-0c08ab553c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.749604 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 90 rows starting from the beginning of the part 2024.05.10 21:27:52.749660 [ 3 ] {} HTTP-Session: c9df226e-67f3-4121-b8a2-0c08ab553c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.749851 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 94 rows starting from the beginning of the part 2024.05.10 21:27:52.750333 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.750459 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:52.751127 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.752041 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.752111 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.752521 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 4 columns (4 merged, 0 gathered) in 0.004642008 sec., 121068.29630625366 rows/sec., 9.45 MiB/sec. 2024.05.10 21:27:52.752819 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.10 21:27:52.752928 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.10 21:27:52.754021 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.754041 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.754212 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_36_7} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.10 21:27:52.754318 [ 120 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.10 21:27:52.754408 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} executeQuery: Read 197 rows, 14.08 KiB in 0.004417 sec., 44600.407516413856 rows/sec., 3.11 MiB/sec. 2024.05.10 21:27:52.754426 [ 120 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.754486 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.10 21:27:52.754533 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.754826 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.10 21:27:52.754889 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.754934 [ 3 ] {de8f060c-3167-4157-ba99-955c92bfd7e6} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:27:52.754987 [ 3 ] {} HTTP-Session: c9df226e-67f3-4121-b8a2-0c08ab553c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.755085 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.755143 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5207 rows starting from the beginning of the part 2024.05.10 21:27:52.755158 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.755333 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.755377 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2024.05.10 21:27:52.755417 [ 3 ] {} HTTP-Session: b5aa01bb-5dc1-47ff-ba78-e0acc6b332b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.755502 [ 3 ] {} HTTP-Session: b5aa01bb-5dc1-47ff-ba78-e0acc6b332b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.755602 [ 3 ] {} HTTP-Session: b5aa01bb-5dc1-47ff-ba78-e0acc6b332b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.755710 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part 2024.05.10 21:27:52.755747 [ 3 ] {} HTTP-Session: b5aa01bb-5dc1-47ff-ba78-e0acc6b332b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.755942 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 162 rows starting from the beginning of the part 2024.05.10 21:27:52.756159 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part 2024.05.10 21:27:52.756264 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.756432 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 197 rows starting from the beginning of the part 2024.05.10 21:27:52.756516 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:52.757442 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.757926 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.757965 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.758667 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2024.05.10 21:27:52.759583 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.759821 [ 120 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2024.05.10 21:27:52.759844 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} executeQuery: Read 4 rows, 5.53 KiB in 0.003839 sec., 1041.938004688721 rows/sec., 1.41 MiB/sec. 2024.05.10 21:27:52.759882 [ 120 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.759987 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.760394 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.760459 [ 3 ] {661920b0-e6dd-4db8-8dc8-cc42599b3f2a} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:27:52.760488 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2024.05.10 21:27:52.760512 [ 3 ] {} HTTP-Session: b5aa01bb-5dc1-47ff-ba78-e0acc6b332b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.760731 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:52.760946 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:52.761041 [ 3 ] {} HTTP-Session: 81c292d8-2142-45d6-89ce-4b81444c12f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:52.761129 [ 3 ] {} HTTP-Session: 81c292d8-2142-45d6-89ce-4b81444c12f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.761297 [ 3 ] {} HTTP-Session: 81c292d8-2142-45d6-89ce-4b81444c12f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.761419 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 6048 rows, containing 5 columns (5 merged, 0 gathered) in 0.006739251 sec., 897429.1059941232 rows/sec., 62.52 MiB/sec. 2024.05.10 21:27:52.761429 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.761457 [ 3 ] {} HTTP-Session: 81c292d8-2142-45d6-89ce-4b81444c12f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:52.761550 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 422 rows starting from the beginning of the part 2024.05.10 21:27:52.761889 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:52.762024 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.10 21:27:52.762019 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:52.762200 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:52.762352 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:52.762584 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:52.763044 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part 2024.05.10 21:27:52.763588 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part 2024.05.10 21:27:52.764221 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.764892 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_36_7} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.10 21:27:52.765184 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:52.765228 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2024.05.10 21:27:52.765759 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.765804 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.766402 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.10 21:27:52.767358 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.767678 [ 120 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.10 21:27:52.767686 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} executeQuery: Read 60 rows, 4.14 KiB in 0.006028 sec., 9953.5500995355 rows/sec., 686.90 KiB/sec. 2024.05.10 21:27:52.767724 [ 120 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:52.767797 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:52.768370 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} DynamicQueryHandler: Done processing query 2024.05.10 21:27:52.768407 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.10 21:27:52.768420 [ 3 ] {fd917118-a3ab-41e6-abd3-e69616f73514} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:52.768477 [ 3 ] {} HTTP-Session: 81c292d8-2142-45d6-89ce-4b81444c12f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:52.768617 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:27:52.768724 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1718 rows starting from the beginning of the part 2024.05.10 21:27:52.769097 [ 190 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 6 columns (6 merged, 0 gathered) in 0.008985808 sec., 53640.140096472125 rows/sec., 72.38 MiB/sec. 2024.05.10 21:27:52.769110 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:52.769355 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:52.769480 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:52.769727 [ 202 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2024.05.10 21:27:52.769788 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:52.770244 [ 195 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2024.05.10 21:27:52.771282 [ 202 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.771427 [ 202 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_31_6} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2024.05.10 21:27:52.771609 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2024.05.10 21:27:52.772359 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2018 rows, containing 4 columns (4 merged, 0 gathered) in 0.004126327 sec., 489054.7937669506 rows/sec., 33.06 MiB/sec. 2024.05.10 21:27:52.772627 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.10 21:27:52.773103 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:52.773193 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_36_7} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.10 21:27:52.773277 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2024.05.10 21:27:53.000141 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 186.75 MiB, peak 195.12 MiB, free memory in arenas 0.00 B, will set to 187.80 MiB (RSS), difference: 1.05 MiB 2024.05.10 21:27:57.722477 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:57.722608 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:57.722633 [ 3 ] {} HTTP-Session: 485e71d8-eb9f-4bef-8e09-f1cbd4359d3a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:57.722658 [ 3 ] {} HTTP-Session: 485e71d8-eb9f-4bef-8e09-f1cbd4359d3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.722672 [ 3 ] {} HTTP-Session: 485e71d8-eb9f-4bef-8e09-f1cbd4359d3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.722724 [ 3 ] {} HTTP-Session: 485e71d8-eb9f-4bef-8e09-f1cbd4359d3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:57.722923 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:57.723000 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:27:57.723197 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:57.723627 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:57.723668 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:57.724046 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.10 21:27:57.724390 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:57.724573 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} executeQuery: Read 24 rows, 1.95 KiB in 0.001713 sec., 14010.507880910684 rows/sec., 1.11 MiB/sec. 2024.05.10 21:27:57.724813 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} DynamicQueryHandler: Done processing query 2024.05.10 21:27:57.724840 [ 3 ] {8705c222-2972-492b-bacd-a0890b247e7d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:57.724856 [ 3 ] {} HTTP-Session: 485e71d8-eb9f-4bef-8e09-f1cbd4359d3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.725020 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:57.725071 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:57.725091 [ 3 ] {} HTTP-Session: 247b85c7-3d41-46a0-8c23-649118e4020f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:57.725107 [ 3 ] {} HTTP-Session: 247b85c7-3d41-46a0-8c23-649118e4020f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.725121 [ 3 ] {} HTTP-Session: 247b85c7-3d41-46a0-8c23-649118e4020f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.725151 [ 3 ] {} HTTP-Session: 247b85c7-3d41-46a0-8c23-649118e4020f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:57.725285 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:57.725328 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:27:57.725456 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:57.725847 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:57.725885 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:57.726211 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.10 21:27:57.726531 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:57.726692 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} executeQuery: Read 128 rows, 10.91 KiB in 0.001455 sec., 87972.5085910653 rows/sec., 7.32 MiB/sec. 2024.05.10 21:27:57.726955 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} DynamicQueryHandler: Done processing query 2024.05.10 21:27:57.726997 [ 3 ] {ebc0f033-2095-4d20-b17a-ed1d5d0bf909} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:27:57.727029 [ 3 ] {} HTTP-Session: 247b85c7-3d41-46a0-8c23-649118e4020f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.727174 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:57.727224 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:57.727243 [ 3 ] {} HTTP-Session: fc111303-577e-4725-a916-bfa115079907 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:57.727260 [ 3 ] {} HTTP-Session: fc111303-577e-4725-a916-bfa115079907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.727274 [ 3 ] {} HTTP-Session: fc111303-577e-4725-a916-bfa115079907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.727305 [ 3 ] {} HTTP-Session: fc111303-577e-4725-a916-bfa115079907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:57.727439 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:57.727481 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:27:57.727631 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:57.727980 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:57.728020 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:57.728338 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.10 21:27:57.728646 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:57.728799 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} executeQuery: Read 88 rows, 7.04 KiB in 0.001416 sec., 62146.892655367235 rows/sec., 4.85 MiB/sec. 2024.05.10 21:27:57.728966 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} DynamicQueryHandler: Done processing query 2024.05.10 21:27:57.728990 [ 3 ] {2f34d85f-fbb0-485e-acf6-0f7487904065} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:27:57.729006 [ 3 ] {} HTTP-Session: fc111303-577e-4725-a916-bfa115079907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.729184 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:57.729233 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:57.729252 [ 3 ] {} HTTP-Session: fae1083e-ce6d-4113-b60f-aca8ed859772 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:57.729268 [ 3 ] {} HTTP-Session: fae1083e-ce6d-4113-b60f-aca8ed859772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.729281 [ 3 ] {} HTTP-Session: fae1083e-ce6d-4113-b60f-aca8ed859772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.729313 [ 3 ] {} HTTP-Session: fae1083e-ce6d-4113-b60f-aca8ed859772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:57.729455 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:57.729501 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:27:57.729648 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:57.730093 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:57.730129 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:57.730525 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.10 21:27:57.730868 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:57.731024 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. 2024.05.10 21:27:57.731221 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} DynamicQueryHandler: Done processing query 2024.05.10 21:27:57.731251 [ 3 ] {bb4b9dfe-401e-4b07-ba13-b0443bc37c45} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:27:57.731270 [ 3 ] {} HTTP-Session: fae1083e-ce6d-4113-b60f-aca8ed859772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.731417 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:57.731475 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:57.731503 [ 3 ] {} HTTP-Session: 23a2de25-b78d-41bf-83d1-e97059fcb004 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:57.731520 [ 3 ] {} HTTP-Session: 23a2de25-b78d-41bf-83d1-e97059fcb004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.731534 [ 3 ] {} HTTP-Session: 23a2de25-b78d-41bf-83d1-e97059fcb004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.731601 [ 3 ] {} HTTP-Session: 23a2de25-b78d-41bf-83d1-e97059fcb004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:57.731874 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:57.731927 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:27:57.732087 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:57.732553 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:57.732589 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:57.733021 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2024.05.10 21:27:57.733386 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:57.733546 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} executeQuery: Read 24 rows, 33.16 KiB in 0.001855 sec., 12938.005390835579 rows/sec., 17.46 MiB/sec. 2024.05.10 21:27:57.733726 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} DynamicQueryHandler: Done processing query 2024.05.10 21:27:57.733781 [ 3 ] {297db12b-c181-436a-bf0b-07df1e84ec9f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:27:57.733800 [ 3 ] {} HTTP-Session: 23a2de25-b78d-41bf-83d1-e97059fcb004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.733939 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:27:57.733990 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:27:57.734010 [ 3 ] {} HTTP-Session: b6b949b5-0eab-49ec-baea-0268998e9d94 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:27:57.734026 [ 3 ] {} HTTP-Session: b6b949b5-0eab-49ec-baea-0268998e9d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.734039 [ 3 ] {} HTTP-Session: b6b949b5-0eab-49ec-baea-0268998e9d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:27:57.734073 [ 3 ] {} HTTP-Session: b6b949b5-0eab-49ec-baea-0268998e9d94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:27:57.734207 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:27:57.734252 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:27:57.734381 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:27:57.734686 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:27:57.734722 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:27:57.735090 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.10 21:27:57.735416 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:27:57.735574 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. 2024.05.10 21:27:57.735741 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} DynamicQueryHandler: Done processing query 2024.05.10 21:27:57.735764 [ 3 ] {a83d4590-c2bd-4332-87cc-75f80efaf824} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:27:57.735780 [ 3 ] {} HTTP-Session: b6b949b5-0eab-49ec-baea-0268998e9d94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:01.592192 [ 110 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:28:01.592261 [ 110 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:28:02.721848 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:02.721981 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:02.722011 [ 3 ] {} HTTP-Session: 863b1aa7-2058-426a-946a-501b6f763d3c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:02.722041 [ 3 ] {} HTTP-Session: 863b1aa7-2058-426a-946a-501b6f763d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.722059 [ 3 ] {} HTTP-Session: 863b1aa7-2058-426a-946a-501b6f763d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.722118 [ 3 ] {} HTTP-Session: 863b1aa7-2058-426a-946a-501b6f763d3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:02.722328 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:02.722403 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:02.722616 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:02.723059 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:02.723104 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:02.723480 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.10 21:28:02.723818 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:02.723990 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} executeQuery: Read 4 rows, 332.00 B in 0.001719 sec., 2326.934264107039 rows/sec., 188.61 KiB/sec. 2024.05.10 21:28:02.724198 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} DynamicQueryHandler: Done processing query 2024.05.10 21:28:02.724224 [ 3 ] {7bd122e8-661d-47ef-971c-d8c833d111b2} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:02.724241 [ 3 ] {} HTTP-Session: 863b1aa7-2058-426a-946a-501b6f763d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.724408 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:02.724457 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:02.724477 [ 3 ] {} HTTP-Session: 8e4c2da5-669b-49e7-8ed2-f3363e94ae9d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:02.724494 [ 3 ] {} HTTP-Session: 8e4c2da5-669b-49e7-8ed2-f3363e94ae9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.724507 [ 3 ] {} HTTP-Session: 8e4c2da5-669b-49e7-8ed2-f3363e94ae9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.724539 [ 3 ] {} HTTP-Session: 8e4c2da5-669b-49e7-8ed2-f3363e94ae9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:02.724657 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:02.724700 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:02.724828 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:02.725196 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:02.725234 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:02.725558 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.10 21:28:02.725865 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:02.726027 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} executeQuery: Read 68 rows, 5.48 KiB in 0.001404 sec., 48433.04843304843 rows/sec., 3.81 MiB/sec. 2024.05.10 21:28:02.726311 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} DynamicQueryHandler: Done processing query 2024.05.10 21:28:02.726352 [ 3 ] {ac435795-81f8-41ef-9d95-6b5f808d64d7} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:02.726369 [ 3 ] {} HTTP-Session: 8e4c2da5-669b-49e7-8ed2-f3363e94ae9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.726503 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:02.726553 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:02.726573 [ 3 ] {} HTTP-Session: a3c1746b-4843-47f0-8b8b-f33dfaf9daed Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:02.726589 [ 3 ] {} HTTP-Session: a3c1746b-4843-47f0-8b8b-f33dfaf9daed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.726603 [ 3 ] {} HTTP-Session: a3c1746b-4843-47f0-8b8b-f33dfaf9daed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.726634 [ 3 ] {} HTTP-Session: a3c1746b-4843-47f0-8b8b-f33dfaf9daed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:02.726749 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:02.726793 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:02.726939 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:02.727345 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:02.727382 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:02.727694 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.10 21:28:02.728008 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:02.728168 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} executeQuery: Read 68 rows, 5.44 KiB in 0.001448 sec., 46961.325966850825 rows/sec., 3.67 MiB/sec. 2024.05.10 21:28:02.728440 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} DynamicQueryHandler: Done processing query 2024.05.10 21:28:02.728479 [ 3 ] {fdbfb9ed-e143-486b-9820-2e53070b9c90} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:02.728497 [ 3 ] {} HTTP-Session: a3c1746b-4843-47f0-8b8b-f33dfaf9daed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.728672 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:02.728722 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:02.728742 [ 3 ] {} HTTP-Session: 2580d1ab-c68e-4b1f-a33d-6dea1dd5fe0b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:02.728758 [ 3 ] {} HTTP-Session: 2580d1ab-c68e-4b1f-a33d-6dea1dd5fe0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.728772 [ 3 ] {} HTTP-Session: 2580d1ab-c68e-4b1f-a33d-6dea1dd5fe0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.728803 [ 3 ] {} HTTP-Session: 2580d1ab-c68e-4b1f-a33d-6dea1dd5fe0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:02.728946 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:02.728995 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:02.729161 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:02.729555 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:02.729592 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:02.729985 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.10 21:28:02.730334 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:02.730499 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. 2024.05.10 21:28:02.730675 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} DynamicQueryHandler: Done processing query 2024.05.10 21:28:02.730699 [ 3 ] {66e6c3fe-01cb-47c6-b307-9ab16037f27c} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:02.730715 [ 3 ] {} HTTP-Session: 2580d1ab-c68e-4b1f-a33d-6dea1dd5fe0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.730839 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:02.730887 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:02.730908 [ 3 ] {} HTTP-Session: 3bf2175c-18d3-48ed-862c-ca92175c8754 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:02.730925 [ 3 ] {} HTTP-Session: 3bf2175c-18d3-48ed-862c-ca92175c8754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.730938 [ 3 ] {} HTTP-Session: 3bf2175c-18d3-48ed-862c-ca92175c8754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.730969 [ 3 ] {} HTTP-Session: 3bf2175c-18d3-48ed-862c-ca92175c8754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:02.731099 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:02.731146 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:02.731311 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:02.731632 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:02.731669 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:02.732054 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2024.05.10 21:28:02.732392 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:02.732559 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} executeQuery: Read 4 rows, 5.53 KiB in 0.001516 sec., 2638.5224274406332 rows/sec., 3.56 MiB/sec. 2024.05.10 21:28:02.732735 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} DynamicQueryHandler: Done processing query 2024.05.10 21:28:02.732760 [ 3 ] {55c0b9bd-5b6f-4d96-b655-392e063e62e6} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:28:02.732777 [ 3 ] {} HTTP-Session: 3bf2175c-18d3-48ed-862c-ca92175c8754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.732908 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:02.732958 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:02.732977 [ 3 ] {} HTTP-Session: 4c82a56c-b153-492c-877d-fccd131ba5ec Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:02.732993 [ 3 ] {} HTTP-Session: 4c82a56c-b153-492c-877d-fccd131ba5ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.733007 [ 3 ] {} HTTP-Session: 4c82a56c-b153-492c-877d-fccd131ba5ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:02.733037 [ 3 ] {} HTTP-Session: 4c82a56c-b153-492c-877d-fccd131ba5ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:02.733154 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:02.733199 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:02.733326 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:02.733634 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:02.733671 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:02.734031 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.10 21:28:02.734351 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:02.734511 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. 2024.05.10 21:28:02.734675 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} DynamicQueryHandler: Done processing query 2024.05.10 21:28:02.734700 [ 3 ] {b801ea0f-d068-46f8-9216-816868b4b258} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:02.734716 [ 3 ] {} HTTP-Session: 4c82a56c-b153-492c-877d-fccd131ba5ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.722175 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.722321 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.722346 [ 3 ] {} HTTP-Session: 54404502-9ef3-4e0d-a9b6-7f2c7ef28182 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.722371 [ 3 ] {} HTTP-Session: 54404502-9ef3-4e0d-a9b6-7f2c7ef28182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.722386 [ 3 ] {} HTTP-Session: 54404502-9ef3-4e0d-a9b6-7f2c7ef28182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.722436 [ 3 ] {} HTTP-Session: 54404502-9ef3-4e0d-a9b6-7f2c7ef28182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.722628 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.722697 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:07.722897 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.723315 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.723357 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.723733 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.10 21:28:07.724075 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.724238 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} executeQuery: Read 24 rows, 1.95 KiB in 0.001666 sec., 14405.76230492197 rows/sec., 1.14 MiB/sec. 2024.05.10 21:28:07.724465 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.724491 [ 3 ] {8c4962b7-899c-4b05-8247-cc0c099027c3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:07.724507 [ 3 ] {} HTTP-Session: 54404502-9ef3-4e0d-a9b6-7f2c7ef28182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.724641 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.724690 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.724710 [ 3 ] {} HTTP-Session: c6f031e6-3725-485f-b241-ab8cb62efa37 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.724726 [ 3 ] {} HTTP-Session: c6f031e6-3725-485f-b241-ab8cb62efa37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.724740 [ 3 ] {} HTTP-Session: c6f031e6-3725-485f-b241-ab8cb62efa37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.724770 [ 3 ] {} HTTP-Session: c6f031e6-3725-485f-b241-ab8cb62efa37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.724865 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.724910 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:28:07.725041 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.725325 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.725360 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.725664 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:28:07.725988 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.726144 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} executeQuery: Read 2 rows, 167.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 125.74 KiB/sec. 2024.05.10 21:28:07.726439 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.726464 [ 3 ] {911205d5-76ae-4e25-8926-f62435ee9827} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:07.726479 [ 3 ] {} HTTP-Session: c6f031e6-3725-485f-b241-ab8cb62efa37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.726641 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.726688 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.726707 [ 3 ] {} HTTP-Session: 18d62879-b894-430b-ae3c-61d7120572a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.726723 [ 3 ] {} HTTP-Session: 18d62879-b894-430b-ae3c-61d7120572a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.726737 [ 3 ] {} HTTP-Session: 18d62879-b894-430b-ae3c-61d7120572a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.726767 [ 3 ] {} HTTP-Session: 18d62879-b894-430b-ae3c-61d7120572a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.726901 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.726944 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:07.727093 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.727458 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.727496 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.727818 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.10 21:28:07.728133 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.728288 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} executeQuery: Read 129 rows, 10.98 KiB in 0.001435 sec., 89895.47038327526 rows/sec., 7.47 MiB/sec. 2024.05.10 21:28:07.728494 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.728518 [ 3 ] {0fde9d4b-0100-4a08-a0c0-fa42b365e720} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:28:07.728534 [ 3 ] {} HTTP-Session: 18d62879-b894-430b-ae3c-61d7120572a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.728661 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.728710 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.728729 [ 3 ] {} HTTP-Session: e0d22423-e3da-45e7-863c-b13f55e6a416 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.728745 [ 3 ] {} HTTP-Session: e0d22423-e3da-45e7-863c-b13f55e6a416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.728758 [ 3 ] {} HTTP-Session: e0d22423-e3da-45e7-863c-b13f55e6a416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.728789 [ 3 ] {} HTTP-Session: e0d22423-e3da-45e7-863c-b13f55e6a416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.728883 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.728926 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:28:07.729049 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.729308 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.729344 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.729649 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2024.05.10 21:28:07.729961 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.730114 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} executeQuery: Read 2 rows, 143.00 B in 0.001251 sec., 1598.721023181455 rows/sec., 111.63 KiB/sec. 2024.05.10 21:28:07.730403 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.730427 [ 3 ] {770feb55-a41c-4f8d-871f-e22a38d01730} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:07.730442 [ 3 ] {} HTTP-Session: e0d22423-e3da-45e7-863c-b13f55e6a416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.730580 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.730628 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.730648 [ 3 ] {} HTTP-Session: f0254588-4952-4b79-bcc3-b1f6adb80778 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.730664 [ 3 ] {} HTTP-Session: f0254588-4952-4b79-bcc3-b1f6adb80778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.730677 [ 3 ] {} HTTP-Session: f0254588-4952-4b79-bcc3-b1f6adb80778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.730707 [ 3 ] {} HTTP-Session: f0254588-4952-4b79-bcc3-b1f6adb80778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.730829 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.730871 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:07.731017 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.731352 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.731388 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.731709 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.10 21:28:07.732031 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.732148 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} executeQuery: Read 90 rows, 7.20 KiB in 0.001368 sec., 65789.47368421052 rows/sec., 5.14 MiB/sec. 2024.05.10 21:28:07.732352 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.732376 [ 3 ] {fa92e8ed-c387-4c1b-9aa9-2dabd629baf3} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:07.732392 [ 3 ] {} HTTP-Session: f0254588-4952-4b79-bcc3-b1f6adb80778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.732554 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.732602 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.732621 [ 3 ] {} HTTP-Session: dd2efc96-1e09-4e2e-8908-008ca898b366 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.732637 [ 3 ] {} HTTP-Session: dd2efc96-1e09-4e2e-8908-008ca898b366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.732650 [ 3 ] {} HTTP-Session: dd2efc96-1e09-4e2e-8908-008ca898b366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.732681 [ 3 ] {} HTTP-Session: dd2efc96-1e09-4e2e-8908-008ca898b366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.732821 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.732869 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:07.733038 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.733414 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.733449 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.733851 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.10 21:28:07.734203 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.734352 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec. 2024.05.10 21:28:07.734521 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.734545 [ 3 ] {4edb12a9-b310-4276-a1ef-43d5f95791ec} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:07.734560 [ 3 ] {} HTTP-Session: dd2efc96-1e09-4e2e-8908-008ca898b366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.734702 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.734749 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.734768 [ 3 ] {} HTTP-Session: 015c63b5-89e3-4194-82b7-579560c759d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.734784 [ 3 ] {} HTTP-Session: 015c63b5-89e3-4194-82b7-579560c759d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.734798 [ 3 ] {} HTTP-Session: 015c63b5-89e3-4194-82b7-579560c759d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.734828 [ 3 ] {} HTTP-Session: 015c63b5-89e3-4194-82b7-579560c759d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.735056 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.735106 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:07.735265 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.735699 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.735735 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.736147 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2024.05.10 21:28:07.736483 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.736639 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} executeQuery: Read 24 rows, 33.16 KiB in 0.001727 sec., 13896.931094383324 rows/sec., 18.75 MiB/sec. 2024.05.10 21:28:07.736810 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.736833 [ 3 ] {24a61da6-5e51-4cb5-904d-130a7e08200a} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:28:07.736848 [ 3 ] {} HTTP-Session: 015c63b5-89e3-4194-82b7-579560c759d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.736979 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:07.737027 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:07.737045 [ 3 ] {} HTTP-Session: 2b64cdcc-4b6a-42cb-ac8e-80a4572d264b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:07.737062 [ 3 ] {} HTTP-Session: 2b64cdcc-4b6a-42cb-ac8e-80a4572d264b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.737075 [ 3 ] {} HTTP-Session: 2b64cdcc-4b6a-42cb-ac8e-80a4572d264b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:07.737105 [ 3 ] {} HTTP-Session: 2b64cdcc-4b6a-42cb-ac8e-80a4572d264b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:07.737218 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:07.737263 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:07.737390 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:07.737709 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:07.737747 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:07.738124 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.10 21:28:07.738464 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:07.738618 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. 2024.05.10 21:28:07.738795 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} DynamicQueryHandler: Done processing query 2024.05.10 21:28:07.738820 [ 3 ] {2b8b4e54-e04a-4686-a322-4aa6d7f9d3b3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:07.738835 [ 3 ] {} HTTP-Session: 2b64cdcc-4b6a-42cb-ac8e-80a4572d264b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.722451 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:12.722588 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:12.722613 [ 3 ] {} HTTP-Session: f2c3fc90-72d9-4392-8917-66c9f2cfca57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:12.722638 [ 3 ] {} HTTP-Session: f2c3fc90-72d9-4392-8917-66c9f2cfca57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.722653 [ 3 ] {} HTTP-Session: f2c3fc90-72d9-4392-8917-66c9f2cfca57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.722703 [ 3 ] {} HTTP-Session: f2c3fc90-72d9-4392-8917-66c9f2cfca57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:12.722901 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:12.722987 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:12.723200 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:12.723603 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:12.723642 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:12.724024 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.10 21:28:12.724356 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:12.724505 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} executeQuery: Read 4 rows, 332.00 B in 0.001672 sec., 2392.3444976076553 rows/sec., 193.91 KiB/sec. 2024.05.10 21:28:12.724712 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} DynamicQueryHandler: Done processing query 2024.05.10 21:28:12.724739 [ 3 ] {8a054f38-7c39-4c0c-b24f-31db424dc660} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:12.724755 [ 3 ] {} HTTP-Session: f2c3fc90-72d9-4392-8917-66c9f2cfca57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.724919 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:12.724970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:12.724990 [ 3 ] {} HTTP-Session: 91c0c289-58b3-4ce1-bb9c-19182cd906a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:12.725007 [ 3 ] {} HTTP-Session: 91c0c289-58b3-4ce1-bb9c-19182cd906a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.725020 [ 3 ] {} HTTP-Session: 91c0c289-58b3-4ce1-bb9c-19182cd906a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.725051 [ 3 ] {} HTTP-Session: 91c0c289-58b3-4ce1-bb9c-19182cd906a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:12.725169 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:12.725212 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:12.725341 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:12.725664 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:12.725699 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:12.726006 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.10 21:28:12.726314 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:12.726440 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} executeQuery: Read 68 rows, 5.48 KiB in 0.001315 sec., 51711.02661596958 rows/sec., 4.07 MiB/sec. 2024.05.10 21:28:12.726605 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} DynamicQueryHandler: Done processing query 2024.05.10 21:28:12.726629 [ 3 ] {801e6a01-e061-4b51-acf5-016b3ef0d4b6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:12.726645 [ 3 ] {} HTTP-Session: 91c0c289-58b3-4ce1-bb9c-19182cd906a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.726774 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:12.726822 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:12.726841 [ 3 ] {} HTTP-Session: 7cdef9d2-fc98-4c72-957e-8f7a634e51eb Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:12.726857 [ 3 ] {} HTTP-Session: 7cdef9d2-fc98-4c72-957e-8f7a634e51eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.726876 [ 3 ] {} HTTP-Session: 7cdef9d2-fc98-4c72-957e-8f7a634e51eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.726906 [ 3 ] {} HTTP-Session: 7cdef9d2-fc98-4c72-957e-8f7a634e51eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:12.727016 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:12.727058 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:12.727181 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:12.727496 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:12.727531 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:12.727827 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.10 21:28:12.728124 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:12.728248 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} executeQuery: Read 68 rows, 5.44 KiB in 0.001272 sec., 53459.11949685535 rows/sec., 4.17 MiB/sec. 2024.05.10 21:28:12.728405 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} DynamicQueryHandler: Done processing query 2024.05.10 21:28:12.728429 [ 3 ] {d3910951-1be9-4a33-8595-3331f07b2471} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:12.728445 [ 3 ] {} HTTP-Session: 7cdef9d2-fc98-4c72-957e-8f7a634e51eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.728610 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:12.728657 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:12.728676 [ 3 ] {} HTTP-Session: 2d108d0b-1bb5-4e22-9d18-7df8ec80c454 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:12.728692 [ 3 ] {} HTTP-Session: 2d108d0b-1bb5-4e22-9d18-7df8ec80c454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.728706 [ 3 ] {} HTTP-Session: 2d108d0b-1bb5-4e22-9d18-7df8ec80c454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.728736 [ 3 ] {} HTTP-Session: 2d108d0b-1bb5-4e22-9d18-7df8ec80c454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:12.728874 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:12.728920 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:12.729057 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:12.729442 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:12.729477 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:12.729950 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.10 21:28:12.730299 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:12.730429 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. 2024.05.10 21:28:12.730591 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} DynamicQueryHandler: Done processing query 2024.05.10 21:28:12.730615 [ 3 ] {2fc174ab-9911-4910-a730-5b0c7859f2a0} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:12.730631 [ 3 ] {} HTTP-Session: 2d108d0b-1bb5-4e22-9d18-7df8ec80c454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.730744 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:12.730792 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:12.730811 [ 3 ] {} HTTP-Session: c8689582-1227-46a7-9bd2-67d90a085c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:12.730827 [ 3 ] {} HTTP-Session: c8689582-1227-46a7-9bd2-67d90a085c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.730841 [ 3 ] {} HTTP-Session: c8689582-1227-46a7-9bd2-67d90a085c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.730872 [ 3 ] {} HTTP-Session: c8689582-1227-46a7-9bd2-67d90a085c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:12.731001 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:12.731047 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:12.731199 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:12.731509 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:12.731544 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:12.731916 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2024.05.10 21:28:12.732243 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:12.732373 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} executeQuery: Read 4 rows, 5.53 KiB in 0.001431 sec., 2795.2480782669463 rows/sec., 3.77 MiB/sec. 2024.05.10 21:28:12.732536 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} DynamicQueryHandler: Done processing query 2024.05.10 21:28:12.732560 [ 3 ] {81d25e5c-5ea9-4859-84de-41b9d3a10e9c} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:28:12.732576 [ 3 ] {} HTTP-Session: c8689582-1227-46a7-9bd2-67d90a085c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.732692 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:12.732739 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:12.732758 [ 3 ] {} HTTP-Session: 1b015b41-53de-4ba6-bec1-fea403e8b543 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:12.732774 [ 3 ] {} HTTP-Session: 1b015b41-53de-4ba6-bec1-fea403e8b543 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.732788 [ 3 ] {} HTTP-Session: 1b015b41-53de-4ba6-bec1-fea403e8b543 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:12.732818 [ 3 ] {} HTTP-Session: 1b015b41-53de-4ba6-bec1-fea403e8b543 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:12.732951 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:12.732998 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:12.733119 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:12.733403 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:12.733438 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:12.733786 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.10 21:28:12.734112 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:12.734241 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. 2024.05.10 21:28:12.734399 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} DynamicQueryHandler: Done processing query 2024.05.10 21:28:12.734422 [ 3 ] {f15b4a1c-7a00-4461-bba1-10ac4669f0e1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:12.734437 [ 3 ] {} HTTP-Session: 1b015b41-53de-4ba6-bec1-fea403e8b543 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:16.592326 [ 98 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:28:16.592429 [ 98 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:28:17.721638 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:17.721763 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:17.721792 [ 3 ] {} HTTP-Session: f3f24195-443d-4271-8219-6cdcb99fb564 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:17.721827 [ 3 ] {} HTTP-Session: f3f24195-443d-4271-8219-6cdcb99fb564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.721865 [ 3 ] {} HTTP-Session: f3f24195-443d-4271-8219-6cdcb99fb564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.721939 [ 3 ] {} HTTP-Session: f3f24195-443d-4271-8219-6cdcb99fb564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:17.722140 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:17.722208 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:17.722402 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:17.722834 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.722875 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.723239 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.10 21:28:17.723570 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.723724 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} executeQuery: Read 24 rows, 1.95 KiB in 0.001646 sec., 14580.801944106926 rows/sec., 1.15 MiB/sec. 2024.05.10 21:28:17.723774 [ 98 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.10 21:28:17.723887 [ 98 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.723922 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.724015 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} DynamicQueryHandler: Done processing query 2024.05.10 21:28:17.724093 [ 3 ] {bfecb822-dbde-4783-a421-45b4f132a2de} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:17.724163 [ 3 ] {} HTTP-Session: f3f24195-443d-4271-8219-6cdcb99fb564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.724315 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.10 21:28:17.724484 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:17.724576 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:17.724617 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:17.724627 [ 3 ] {} HTTP-Session: a618ab72-6f2b-4533-b236-1af8ac426de2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:17.724689 [ 3 ] {} HTTP-Session: a618ab72-6f2b-4533-b236-1af8ac426de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.724705 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 28 rows starting from the beginning of the part 2024.05.10 21:28:17.724720 [ 3 ] {} HTTP-Session: a618ab72-6f2b-4533-b236-1af8ac426de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.724815 [ 3 ] {} HTTP-Session: a618ab72-6f2b-4533-b236-1af8ac426de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:17.724942 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:17.725224 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:17.725275 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:17.725492 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:17.725544 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:17.725889 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:17.726228 [ 195 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:17.726742 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:17.727667 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.727748 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.728835 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.10 21:28:17.728921 [ 188 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004883053 sec., 22117.310625135546 rows/sec., 1.75 MiB/sec. 2024.05.10 21:28:17.729268 [ 188 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.10 21:28:17.729460 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.729700 [ 98 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.10 21:28:17.729797 [ 98 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.729899 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.730077 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} executeQuery: Read 128 rows, 10.91 KiB in 0.004958 sec., 25816.86163775716 rows/sec., 2.15 MiB/sec. 2024.05.10 21:28:17.730378 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.10 21:28:17.730740 [ 188 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.730912 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} DynamicQueryHandler: Done processing query 2024.05.10 21:28:17.730921 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:17.730997 [ 3 ] {1452a974-3117-49e0-b963-7d2b562aaebe} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:28:17.731034 [ 188 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_36_7} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.10 21:28:17.731027 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 184 rows starting from the beginning of the part 2024.05.10 21:28:17.731064 [ 3 ] {} HTTP-Session: a618ab72-6f2b-4533-b236-1af8ac426de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.731385 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 128 rows starting from the beginning of the part 2024.05.10 21:28:17.731394 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.10 21:28:17.731560 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:17.731673 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 68 rows starting from the beginning of the part 2024.05.10 21:28:17.731761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:17.731882 [ 3 ] {} HTTP-Session: f2a0d39d-a632-4cd5-a1a4-c07518d6e083 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:17.731925 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 129 rows starting from the beginning of the part 2024.05.10 21:28:17.731966 [ 3 ] {} HTTP-Session: f2a0d39d-a632-4cd5-a1a4-c07518d6e083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.732035 [ 3 ] {} HTTP-Session: f2a0d39d-a632-4cd5-a1a4-c07518d6e083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.732233 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part 2024.05.10 21:28:17.732250 [ 3 ] {} HTTP-Session: f2a0d39d-a632-4cd5-a1a4-c07518d6e083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:17.732431 [ 199 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 128 rows starting from the beginning of the part 2024.05.10 21:28:17.732774 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:17.732889 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:17.733415 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:17.734489 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.734561 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.735356 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 4 columns (4 merged, 0 gathered) in 0.005301071 sec., 132991.99350470875 rows/sec., 10.89 MiB/sec. 2024.05.10 21:28:17.735408 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.10 21:28:17.735600 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.10 21:28:17.736106 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.736381 [ 98 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.10 21:28:17.736464 [ 98 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.736463 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} executeQuery: Read 88 rows, 7.04 KiB in 0.003888 sec., 22633.744855967077 rows/sec., 1.77 MiB/sec. 2024.05.10 21:28:17.736510 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.736627 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.736920 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.10 21:28:17.736993 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_41_8} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.10 21:28:17.737186 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} DynamicQueryHandler: Done processing query 2024.05.10 21:28:17.737250 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.10 21:28:17.737297 [ 3 ] {a2045da8-b698-42b5-b650-f7b13c36702b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:17.737380 [ 3 ] {} HTTP-Session: f2a0d39d-a632-4cd5-a1a4-c07518d6e083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.737393 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:17.737447 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 148 rows starting from the beginning of the part 2024.05.10 21:28:17.737556 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 88 rows starting from the beginning of the part 2024.05.10 21:28:17.737654 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:17.737868 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 68 rows starting from the beginning of the part 2024.05.10 21:28:17.737938 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:17.738019 [ 3 ] {} HTTP-Session: c781bfd1-4cce-4244-8197-81366bd4cbf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:17.738108 [ 3 ] {} HTTP-Session: c781bfd1-4cce-4244-8197-81366bd4cbf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.738129 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part 2024.05.10 21:28:17.738160 [ 3 ] {} HTTP-Session: c781bfd1-4cce-4244-8197-81366bd4cbf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.738287 [ 3 ] {} HTTP-Session: c781bfd1-4cce-4244-8197-81366bd4cbf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:17.738439 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part 2024.05.10 21:28:17.738645 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 88 rows starting from the beginning of the part 2024.05.10 21:28:17.738785 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:17.739064 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:17.739593 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:17.740665 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.740738 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.741614 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 4 columns (4 merged, 0 gathered) in 0.004970694 sec., 110648.53318269037 rows/sec., 8.64 MiB/sec. 2024.05.10 21:28:17.741753 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.10 21:28:17.741786 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.10 21:28:17.742652 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.742715 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.742937 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_41_8} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.10 21:28:17.742945 [ 98 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.10 21:28:17.742995 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} executeQuery: Read 160 rows, 11.41 KiB in 0.004475 sec., 35754.18994413408 rows/sec., 2.49 MiB/sec. 2024.05.10 21:28:17.743031 [ 98 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.743129 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.743170 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2024.05.10 21:28:17.743482 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.10 21:28:17.743543 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} DynamicQueryHandler: Done processing query 2024.05.10 21:28:17.743595 [ 3 ] {bfa939b2-95f8-4ed6-a7ed-8f57ca0db879} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:17.743639 [ 3 ] {} HTTP-Session: c781bfd1-4cce-4244-8197-81366bd4cbf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.743745 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:17.743781 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6048 rows starting from the beginning of the part 2024.05.10 21:28:17.743975 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:17.744004 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2024.05.10 21:28:17.744107 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:17.744214 [ 3 ] {} HTTP-Session: 240d5b10-e3d0-4753-aea3-9f54f65d6976 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:17.744300 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2024.05.10 21:28:17.744309 [ 3 ] {} HTTP-Session: 240d5b10-e3d0-4753-aea3-9f54f65d6976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.744392 [ 3 ] {} HTTP-Session: 240d5b10-e3d0-4753-aea3-9f54f65d6976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.744525 [ 3 ] {} HTTP-Session: 240d5b10-e3d0-4753-aea3-9f54f65d6976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:17.744635 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part 2024.05.10 21:28:17.744876 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2024.05.10 21:28:17.745038 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2024.05.10 21:28:17.745338 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:17.745478 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:17.746098 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:17.746985 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.747050 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.748372 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2024.05.10 21:28:17.748990 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.749165 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} executeQuery: Read 24 rows, 33.16 KiB in 0.004426 sec., 5422.503389064618 rows/sec., 7.32 MiB/sec. 2024.05.10 21:28:17.749172 [ 98 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2024.05.10 21:28:17.749277 [ 98 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.749381 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.749835 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2024.05.10 21:28:17.749982 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} DynamicQueryHandler: Done processing query 2024.05.10 21:28:17.750126 [ 3 ] {1f8ec217-12f0-45db-a3bb-1dcc6833e719} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:28:17.750310 [ 3 ] {} HTTP-Session: 240d5b10-e3d0-4753-aea3-9f54f65d6976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.750586 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:17.750712 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 482 rows starting from the beginning of the part 2024.05.10 21:28:17.750723 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:17.751077 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:17.751210 [ 194 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6849 rows, containing 5 columns (5 merged, 0 gathered) in 0.007828354 sec., 874896.5619081612 rows/sec., 60.95 MiB/sec. 2024.05.10 21:28:17.751229 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:17.751478 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:17.751562 [ 3 ] {} HTTP-Session: 79955938-19dc-4ee6-92f1-0ef8e77781bb Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:17.751642 [ 3 ] {} HTTP-Session: 79955938-19dc-4ee6-92f1-0ef8e77781bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.751707 [ 3 ] {} HTTP-Session: 79955938-19dc-4ee6-92f1-0ef8e77781bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.751808 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:17.751979 [ 3 ] {} HTTP-Session: 79955938-19dc-4ee6-92f1-0ef8e77781bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:17.752166 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:17.752017 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.10 21:28:17.752520 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:17.752989 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:17.753414 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:17.754319 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.754609 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:17.754639 [ 195 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_41_8} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.10 21:28:17.754806 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2024.05.10 21:28:17.755463 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.755544 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.756755 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.10 21:28:17.757454 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.757650 [ 98 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.10 21:28:17.757659 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} executeQuery: Read 60 rows, 4.14 KiB in 0.005371 sec., 11171.104077452988 rows/sec., 770.92 KiB/sec. 2024.05.10 21:28:17.757693 [ 98 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:17.757754 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:17.758168 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.10 21:28:17.758910 [ 188 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 6 columns (6 merged, 0 gathered) in 0.009375607 sec., 59942.785571110224 rows/sec., 80.89 MiB/sec. 2024.05.10 21:28:17.758960 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:17.759096 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2018 rows starting from the beginning of the part 2024.05.10 21:28:17.759088 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} DynamicQueryHandler: Done processing query 2024.05.10 21:28:17.759222 [ 3 ] {bc4da7c2-c68e-4e38-b68d-f1da225cf88d} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:17.759430 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:17.759720 [ 3 ] {} HTTP-Session: 79955938-19dc-4ee6-92f1-0ef8e77781bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:17.759752 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:17.759841 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2024.05.10 21:28:17.760107 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:17.760505 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:17.760661 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:17.761724 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.761934 [ 193 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_36_7} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2024.05.10 21:28:17.762071 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2024.05.10 21:28:17.762954 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2318 rows, containing 4 columns (4 merged, 0 gathered) in 0.005088466 sec., 455540.0389822788 rows/sec., 30.78 MiB/sec. 2024.05.10 21:28:17.763243 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.10 21:28:17.763634 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:17.763708 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_41_8} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.10 21:28:17.763791 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2024.05.10 21:28:18.000143 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 188.40 MiB, peak 198.68 MiB, free memory in arenas 0.00 B, will set to 190.45 MiB (RSS), difference: 2.05 MiB 2024.05.10 21:28:22.721827 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.721977 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.722008 [ 3 ] {} HTTP-Session: dc0f1aea-0c38-47e7-a323-6bd76695a5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.722037 [ 3 ] {} HTTP-Session: dc0f1aea-0c38-47e7-a323-6bd76695a5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.722055 [ 3 ] {} HTTP-Session: dc0f1aea-0c38-47e7-a323-6bd76695a5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.722114 [ 3 ] {} HTTP-Session: dc0f1aea-0c38-47e7-a323-6bd76695a5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.722324 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.722402 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:22.722631 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.723117 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.723166 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.723555 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.10 21:28:22.723914 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.724093 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} executeQuery: Read 4 rows, 332.00 B in 0.001826 sec., 2190.580503833516 rows/sec., 177.56 KiB/sec. 2024.05.10 21:28:22.724316 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.724344 [ 3 ] {b5e88aef-6721-4584-bd94-caa64ea0b648} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:22.724360 [ 3 ] {} HTTP-Session: dc0f1aea-0c38-47e7-a323-6bd76695a5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.724521 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.724579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.724599 [ 3 ] {} HTTP-Session: 46a5dc45-189d-42e3-83d2-e4f34fd36399 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.724617 [ 3 ] {} HTTP-Session: 46a5dc45-189d-42e3-83d2-e4f34fd36399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.724631 [ 3 ] {} HTTP-Session: 46a5dc45-189d-42e3-83d2-e4f34fd36399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.724669 [ 3 ] {} HTTP-Session: 46a5dc45-189d-42e3-83d2-e4f34fd36399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.724772 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.724820 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:28:22.724964 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.725279 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.725317 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.725632 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:28:22.725966 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.726132 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} executeQuery: Read 2 rows, 167.00 B in 0.001382 sec., 1447.178002894356 rows/sec., 118.01 KiB/sec. 2024.05.10 21:28:22.726420 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.726446 [ 3 ] {4cd03a06-6388-4a9e-b0a6-5bfa9907149f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:22.726463 [ 3 ] {} HTTP-Session: 46a5dc45-189d-42e3-83d2-e4f34fd36399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.726616 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.726669 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.726688 [ 3 ] {} HTTP-Session: 16faf102-50ea-449a-9314-fdbb03aea4bb Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.726704 [ 3 ] {} HTTP-Session: 16faf102-50ea-449a-9314-fdbb03aea4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.726718 [ 3 ] {} HTTP-Session: 16faf102-50ea-449a-9314-fdbb03aea4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.726750 [ 3 ] {} HTTP-Session: 16faf102-50ea-449a-9314-fdbb03aea4bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.726882 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.726927 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:22.727075 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.727462 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.727503 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.727861 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.10 21:28:22.728175 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.728334 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} executeQuery: Read 105 rows, 8.32 KiB in 0.001494 sec., 70281.12449799196 rows/sec., 5.44 MiB/sec. 2024.05.10 21:28:22.728647 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.728686 [ 3 ] {bb3f1f3f-2047-49cf-92a4-d5b924d2eb43} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:22.728702 [ 3 ] {} HTTP-Session: 16faf102-50ea-449a-9314-fdbb03aea4bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.728822 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.728872 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.728891 [ 3 ] {} HTTP-Session: 98c5999e-7735-4238-910b-fcd07d098a32 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.728907 [ 3 ] {} HTTP-Session: 98c5999e-7735-4238-910b-fcd07d098a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.728921 [ 3 ] {} HTTP-Session: 98c5999e-7735-4238-910b-fcd07d098a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.728952 [ 3 ] {} HTTP-Session: 98c5999e-7735-4238-910b-fcd07d098a32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.729046 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.729089 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:28:22.729233 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.729533 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.729570 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.729880 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2024.05.10 21:28:22.730189 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.730343 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} executeQuery: Read 2 rows, 143.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 106.28 KiB/sec. 2024.05.10 21:28:22.730499 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.730522 [ 3 ] {f510f3b9-bad7-44d9-a67f-31e959eab6c8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:22.730538 [ 3 ] {} HTTP-Session: 98c5999e-7735-4238-910b-fcd07d098a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.730664 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.730710 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.730728 [ 3 ] {} HTTP-Session: 9461d5dd-fbac-4225-afb9-d19f251b72cf Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.730744 [ 3 ] {} HTTP-Session: 9461d5dd-fbac-4225-afb9-d19f251b72cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.730758 [ 3 ] {} HTTP-Session: 9461d5dd-fbac-4225-afb9-d19f251b72cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.730789 [ 3 ] {} HTTP-Session: 9461d5dd-fbac-4225-afb9-d19f251b72cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.730910 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.730953 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:22.731079 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.731423 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.731460 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.731781 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.10 21:28:22.732096 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.732235 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} executeQuery: Read 94 rows, 7.50 KiB in 0.001371 sec., 68563.09263311452 rows/sec., 5.34 MiB/sec. 2024.05.10 21:28:22.732504 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.732559 [ 3 ] {e9592b08-2554-45ff-a059-5bf4e4bd136e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:22.732602 [ 3 ] {} HTTP-Session: 9461d5dd-fbac-4225-afb9-d19f251b72cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.732808 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.732861 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.732880 [ 3 ] {} HTTP-Session: bb53f9f8-e5da-4a80-80f5-f83d0b556fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.732896 [ 3 ] {} HTTP-Session: bb53f9f8-e5da-4a80-80f5-f83d0b556fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.732910 [ 3 ] {} HTTP-Session: bb53f9f8-e5da-4a80-80f5-f83d0b556fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.732943 [ 3 ] {} HTTP-Session: bb53f9f8-e5da-4a80-80f5-f83d0b556fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.733118 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.733168 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:22.733338 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.733734 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.733769 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.734164 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.10 21:28:22.734502 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.734664 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} executeQuery: Read 197 rows, 14.08 KiB in 0.001634 sec., 120563.03549571603 rows/sec., 8.42 MiB/sec. 2024.05.10 21:28:22.734827 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.734850 [ 3 ] {fb892323-36d9-4399-b02e-0dd75538aad5} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:28:22.734866 [ 3 ] {} HTTP-Session: bb53f9f8-e5da-4a80-80f5-f83d0b556fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.734999 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.735045 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.735063 [ 3 ] {} HTTP-Session: 04c8f5c9-05c7-4a2e-8dd3-89b4b653d5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.735079 [ 3 ] {} HTTP-Session: 04c8f5c9-05c7-4a2e-8dd3-89b4b653d5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.735093 [ 3 ] {} HTTP-Session: 04c8f5c9-05c7-4a2e-8dd3-89b4b653d5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.735123 [ 3 ] {} HTTP-Session: 04c8f5c9-05c7-4a2e-8dd3-89b4b653d5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.735253 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.735300 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:22.735457 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.735776 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.735812 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.736199 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2024.05.10 21:28:22.736535 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.736697 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} executeQuery: Read 4 rows, 5.53 KiB in 0.001501 sec., 2664.8900732844772 rows/sec., 3.60 MiB/sec. 2024.05.10 21:28:22.737033 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.737064 [ 3 ] {27405064-cc0b-4feb-b0ca-aa78ff365269} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:28:22.737079 [ 3 ] {} HTTP-Session: 04c8f5c9-05c7-4a2e-8dd3-89b4b653d5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.737202 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:22.737249 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:22.737268 [ 3 ] {} HTTP-Session: 32a5e936-69f9-46a0-a333-5539c3924bca Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:22.737284 [ 3 ] {} HTTP-Session: 32a5e936-69f9-46a0-a333-5539c3924bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.737298 [ 3 ] {} HTTP-Session: 32a5e936-69f9-46a0-a333-5539c3924bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:22.737329 [ 3 ] {} HTTP-Session: 32a5e936-69f9-46a0-a333-5539c3924bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:22.737446 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:22.737491 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:22.737635 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:22.737924 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:22.737961 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:22.738332 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.10 21:28:22.738649 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:22.738804 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. 2024.05.10 21:28:22.739121 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} DynamicQueryHandler: Done processing query 2024.05.10 21:28:22.739154 [ 3 ] {44661f1c-e259-4d1b-b4c5-5c1e62161db4} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:22.739170 [ 3 ] {} HTTP-Session: 32a5e936-69f9-46a0-a333-5539c3924bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.722310 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:27.722457 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:27.722485 [ 3 ] {} HTTP-Session: 8f4627fe-edcc-49a7-991e-ac690e670313 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:27.722509 [ 3 ] {} HTTP-Session: 8f4627fe-edcc-49a7-991e-ac690e670313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.722524 [ 3 ] {} HTTP-Session: 8f4627fe-edcc-49a7-991e-ac690e670313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.722577 [ 3 ] {} HTTP-Session: 8f4627fe-edcc-49a7-991e-ac690e670313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:27.722780 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:27.722851 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:27.723053 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:27.723503 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:27.723552 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:27.723974 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.10 21:28:27.724318 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:27.724500 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} executeQuery: Read 24 rows, 1.95 KiB in 0.001775 sec., 13521.12676056338 rows/sec., 1.07 MiB/sec. 2024.05.10 21:28:27.724732 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} DynamicQueryHandler: Done processing query 2024.05.10 21:28:27.724760 [ 3 ] {050ab970-0e83-4457-b179-e3de2a9bec82} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:27.724776 [ 3 ] {} HTTP-Session: 8f4627fe-edcc-49a7-991e-ac690e670313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.724970 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:27.725024 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:27.725043 [ 3 ] {} HTTP-Session: 03024cc5-d635-4c1c-a62b-ed07e58b496a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:27.725061 [ 3 ] {} HTTP-Session: 03024cc5-d635-4c1c-a62b-ed07e58b496a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.725074 [ 3 ] {} HTTP-Session: 03024cc5-d635-4c1c-a62b-ed07e58b496a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.725136 [ 3 ] {} HTTP-Session: 03024cc5-d635-4c1c-a62b-ed07e58b496a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:27.725280 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:27.725326 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:27.725463 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:27.725859 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:27.725897 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:27.726222 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.10 21:28:27.726535 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:27.726683 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} executeQuery: Read 128 rows, 10.91 KiB in 0.001464 sec., 87431.69398907103 rows/sec., 7.27 MiB/sec. 2024.05.10 21:28:27.726855 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} DynamicQueryHandler: Done processing query 2024.05.10 21:28:27.726880 [ 3 ] {27d71c00-c610-4011-9756-86beae440541} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:28:27.726895 [ 3 ] {} HTTP-Session: 03024cc5-d635-4c1c-a62b-ed07e58b496a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.727040 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:27.727086 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:27.727105 [ 3 ] {} HTTP-Session: 7dc2646b-404f-4287-84e0-bb6c9ba564e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:27.727122 [ 3 ] {} HTTP-Session: 7dc2646b-404f-4287-84e0-bb6c9ba564e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.727135 [ 3 ] {} HTTP-Session: 7dc2646b-404f-4287-84e0-bb6c9ba564e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.727167 [ 3 ] {} HTTP-Session: 7dc2646b-404f-4287-84e0-bb6c9ba564e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:27.727286 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:27.727327 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:27.727453 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:27.727791 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:27.727828 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:27.728150 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.10 21:28:27.728454 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:27.728601 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} executeQuery: Read 88 rows, 7.04 KiB in 0.001358 sec., 64801.17820324006 rows/sec., 5.06 MiB/sec. 2024.05.10 21:28:27.728767 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} DynamicQueryHandler: Done processing query 2024.05.10 21:28:27.728790 [ 3 ] {315b3b10-aaeb-4047-b451-b82c9ba5a411} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:27.728806 [ 3 ] {} HTTP-Session: 7dc2646b-404f-4287-84e0-bb6c9ba564e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.728998 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:27.729046 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:27.729065 [ 3 ] {} HTTP-Session: 8ada946d-cbba-453f-a9ef-6b8ca3425a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:27.729081 [ 3 ] {} HTTP-Session: 8ada946d-cbba-453f-a9ef-6b8ca3425a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.729094 [ 3 ] {} HTTP-Session: 8ada946d-cbba-453f-a9ef-6b8ca3425a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.729124 [ 3 ] {} HTTP-Session: 8ada946d-cbba-453f-a9ef-6b8ca3425a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:27.729264 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:27.729310 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:27.729454 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:27.729897 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:27.729932 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:27.730323 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.10 21:28:27.730669 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:27.730850 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. 2024.05.10 21:28:27.731138 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} DynamicQueryHandler: Done processing query 2024.05.10 21:28:27.731189 [ 3 ] {d02cebde-3750-46d1-8562-bbf0014f186d} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:27.731228 [ 3 ] {} HTTP-Session: 8ada946d-cbba-453f-a9ef-6b8ca3425a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.731405 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:27.731471 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:27.731502 [ 3 ] {} HTTP-Session: 33a3233d-2706-4f3f-87a4-06b04c18b06f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:27.731526 [ 3 ] {} HTTP-Session: 33a3233d-2706-4f3f-87a4-06b04c18b06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.731547 [ 3 ] {} HTTP-Session: 33a3233d-2706-4f3f-87a4-06b04c18b06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.731590 [ 3 ] {} HTTP-Session: 33a3233d-2706-4f3f-87a4-06b04c18b06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:27.731850 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:27.731901 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:27.732120 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:27.732594 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:27.732630 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:27.733073 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2024.05.10 21:28:27.733417 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:27.733584 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} executeQuery: Read 24 rows, 33.16 KiB in 0.001893 sec., 12678.288431061806 rows/sec., 17.11 MiB/sec. 2024.05.10 21:28:27.733765 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} DynamicQueryHandler: Done processing query 2024.05.10 21:28:27.733789 [ 3 ] {02daf0cd-a1d1-4940-b45e-e089c1ccf0b4} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:28:27.733804 [ 3 ] {} HTTP-Session: 33a3233d-2706-4f3f-87a4-06b04c18b06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.733960 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:27.734008 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:27.734027 [ 3 ] {} HTTP-Session: 72553ac3-4c23-4c7f-8063-bab5c66252ae Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:27.734043 [ 3 ] {} HTTP-Session: 72553ac3-4c23-4c7f-8063-bab5c66252ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.734056 [ 3 ] {} HTTP-Session: 72553ac3-4c23-4c7f-8063-bab5c66252ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:27.734088 [ 3 ] {} HTTP-Session: 72553ac3-4c23-4c7f-8063-bab5c66252ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:27.734213 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:27.734258 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:27.734382 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:27.734713 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:27.734750 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:27.735161 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.10 21:28:27.735522 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:27.735673 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. 2024.05.10 21:28:27.735840 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} DynamicQueryHandler: Done processing query 2024.05.10 21:28:27.735863 [ 3 ] {12cbd091-6074-4b6e-b95d-6f9c799b497c} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:27.735879 [ 3 ] {} HTTP-Session: 72553ac3-4c23-4c7f-8063-bab5c66252ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:31.592482 [ 81 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:28:31.592555 [ 81 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:28:32.001351 [ 243 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000982661 sec. 2024.05.10 21:28:32.720896 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:32.721010 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:32.721034 [ 3 ] {} HTTP-Session: 61b274da-db25-4729-9e38-5269be4a8bcc Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:32.721059 [ 3 ] {} HTTP-Session: 61b274da-db25-4729-9e38-5269be4a8bcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.721073 [ 3 ] {} HTTP-Session: 61b274da-db25-4729-9e38-5269be4a8bcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.721125 [ 3 ] {} HTTP-Session: 61b274da-db25-4729-9e38-5269be4a8bcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:32.721307 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:32.721375 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:32.721570 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:32.722004 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:32.722048 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:32.722419 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.10 21:28:32.722762 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:32.722936 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} executeQuery: Read 4 rows, 332.00 B in 0.001679 sec., 2382.370458606313 rows/sec., 193.10 KiB/sec. 2024.05.10 21:28:32.723158 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} DynamicQueryHandler: Done processing query 2024.05.10 21:28:32.723185 [ 3 ] {af1f196b-8d92-48a8-9bd5-2ac813c4dde6} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:32.723202 [ 3 ] {} HTTP-Session: 61b274da-db25-4729-9e38-5269be4a8bcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.723347 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:32.723405 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:32.723425 [ 3 ] {} HTTP-Session: ddda493c-6123-406b-ac86-3511b9e05b69 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:32.723443 [ 3 ] {} HTTP-Session: ddda493c-6123-406b-ac86-3511b9e05b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.723456 [ 3 ] {} HTTP-Session: ddda493c-6123-406b-ac86-3511b9e05b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.723491 [ 3 ] {} HTTP-Session: ddda493c-6123-406b-ac86-3511b9e05b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:32.723613 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:32.723658 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:32.723788 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:32.724152 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:32.724190 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:32.724502 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.10 21:28:32.724814 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:32.724974 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} executeQuery: Read 68 rows, 5.48 KiB in 0.001401 sec., 48536.75945753034 rows/sec., 3.82 MiB/sec. 2024.05.10 21:28:32.725244 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} DynamicQueryHandler: Done processing query 2024.05.10 21:28:32.725303 [ 3 ] {84f6fa82-1f87-4526-ae3e-46241e3c5da4} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:32.725361 [ 3 ] {} HTTP-Session: ddda493c-6123-406b-ac86-3511b9e05b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.725571 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:32.725623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:32.725643 [ 3 ] {} HTTP-Session: 4365b4c3-8310-4173-8d11-f6fa55082c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:32.725660 [ 3 ] {} HTTP-Session: 4365b4c3-8310-4173-8d11-f6fa55082c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.725673 [ 3 ] {} HTTP-Session: 4365b4c3-8310-4173-8d11-f6fa55082c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.725706 [ 3 ] {} HTTP-Session: 4365b4c3-8310-4173-8d11-f6fa55082c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:32.725831 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:32.725874 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:32.726021 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:32.726344 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:32.726381 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:32.726690 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.10 21:28:32.726986 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:32.727134 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} executeQuery: Read 68 rows, 5.44 KiB in 0.001348 sec., 50445.10385756676 rows/sec., 3.94 MiB/sec. 2024.05.10 21:28:32.727297 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} DynamicQueryHandler: Done processing query 2024.05.10 21:28:32.727323 [ 3 ] {e9cac34c-2f07-4712-ac98-6aabbf4b46ad} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:32.727338 [ 3 ] {} HTTP-Session: 4365b4c3-8310-4173-8d11-f6fa55082c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.727497 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:32.727545 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:32.727563 [ 3 ] {} HTTP-Session: 94ee29c7-5ed4-45e7-b0b4-23d94c24410c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:32.727579 [ 3 ] {} HTTP-Session: 94ee29c7-5ed4-45e7-b0b4-23d94c24410c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.727593 [ 3 ] {} HTTP-Session: 94ee29c7-5ed4-45e7-b0b4-23d94c24410c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.727623 [ 3 ] {} HTTP-Session: 94ee29c7-5ed4-45e7-b0b4-23d94c24410c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:32.727764 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:32.727810 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:32.727954 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:32.728327 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:32.728363 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:32.728750 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.10 21:28:32.729087 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:32.729250 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. 2024.05.10 21:28:32.729539 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} DynamicQueryHandler: Done processing query 2024.05.10 21:28:32.729585 [ 3 ] {8da46e23-f973-42ec-a739-5c95a3519fcc} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:32.729621 [ 3 ] {} HTTP-Session: 94ee29c7-5ed4-45e7-b0b4-23d94c24410c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.729793 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:32.729842 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:32.729861 [ 3 ] {} HTTP-Session: 82ca462d-0b8e-43f1-8486-ab832fce94c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:32.729877 [ 3 ] {} HTTP-Session: 82ca462d-0b8e-43f1-8486-ab832fce94c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.729891 [ 3 ] {} HTTP-Session: 82ca462d-0b8e-43f1-8486-ab832fce94c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.729922 [ 3 ] {} HTTP-Session: 82ca462d-0b8e-43f1-8486-ab832fce94c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:32.730054 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:32.730103 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:32.730274 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:32.730596 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:32.730632 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:32.731010 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2024.05.10 21:28:32.731345 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:32.731500 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} executeQuery: Read 4 rows, 5.53 KiB in 0.001501 sec., 2664.8900732844772 rows/sec., 3.60 MiB/sec. 2024.05.10 21:28:32.731668 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} DynamicQueryHandler: Done processing query 2024.05.10 21:28:32.731692 [ 3 ] {5d7a35f4-934b-4327-88d4-f9c01d9a3082} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:28:32.731708 [ 3 ] {} HTTP-Session: 82ca462d-0b8e-43f1-8486-ab832fce94c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.731842 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:32.731891 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:32.731909 [ 3 ] {} HTTP-Session: ccbb9547-a1e2-4543-a423-1e1d20343db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:32.731925 [ 3 ] {} HTTP-Session: ccbb9547-a1e2-4543-a423-1e1d20343db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.731939 [ 3 ] {} HTTP-Session: ccbb9547-a1e2-4543-a423-1e1d20343db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:32.731969 [ 3 ] {} HTTP-Session: ccbb9547-a1e2-4543-a423-1e1d20343db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:32.732090 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:32.732134 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:32.732258 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:32.732573 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:32.732609 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:32.732968 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.10 21:28:32.733283 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:32.733443 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. 2024.05.10 21:28:32.733729 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} DynamicQueryHandler: Done processing query 2024.05.10 21:28:32.733766 [ 3 ] {a8bcf7ec-75a6-474a-acb3-60722e3947ed} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:32.733783 [ 3 ] {} HTTP-Session: ccbb9547-a1e2-4543-a423-1e1d20343db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.722843 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.722977 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.723002 [ 3 ] {} HTTP-Session: 371ebd3a-58ae-49e4-a86b-929f47f6d2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.723026 [ 3 ] {} HTTP-Session: 371ebd3a-58ae-49e4-a86b-929f47f6d2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.723041 [ 3 ] {} HTTP-Session: 371ebd3a-58ae-49e4-a86b-929f47f6d2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.723094 [ 3 ] {} HTTP-Session: 371ebd3a-58ae-49e4-a86b-929f47f6d2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.723288 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.723356 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:37.723552 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.723974 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.724016 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.724389 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.10 21:28:37.724723 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.724900 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} executeQuery: Read 24 rows, 1.95 KiB in 0.001664 sec., 14423.076923076924 rows/sec., 1.14 MiB/sec. 2024.05.10 21:28:37.725194 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.725230 [ 3 ] {c0feb7a6-1bcc-421c-bad8-836dea179f0b} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:37.725268 [ 3 ] {} HTTP-Session: 371ebd3a-58ae-49e4-a86b-929f47f6d2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.725411 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.725461 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.725480 [ 3 ] {} HTTP-Session: 1341b6e3-95b8-42fe-8810-3ec3c7ea2ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.725497 [ 3 ] {} HTTP-Session: 1341b6e3-95b8-42fe-8810-3ec3c7ea2ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.725511 [ 3 ] {} HTTP-Session: 1341b6e3-95b8-42fe-8810-3ec3c7ea2ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.725543 [ 3 ] {} HTTP-Session: 1341b6e3-95b8-42fe-8810-3ec3c7ea2ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.725642 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.725687 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:28:37.725837 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.726122 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.726158 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.726469 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:28:37.726773 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.726933 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. 2024.05.10 21:28:37.727209 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.727234 [ 3 ] {112bf4e6-24e8-4bfd-84f2-01f8c6f8b64d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:37.727251 [ 3 ] {} HTTP-Session: 1341b6e3-95b8-42fe-8810-3ec3c7ea2ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.727383 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.727432 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.727450 [ 3 ] {} HTTP-Session: 9871711f-cf8d-4b07-84ce-8f01f127f3f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.727466 [ 3 ] {} HTTP-Session: 9871711f-cf8d-4b07-84ce-8f01f127f3f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.727480 [ 3 ] {} HTTP-Session: 9871711f-cf8d-4b07-84ce-8f01f127f3f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.727510 [ 3 ] {} HTTP-Session: 9871711f-cf8d-4b07-84ce-8f01f127f3f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.727645 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.727688 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:37.727829 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.728198 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.728234 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.728555 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.10 21:28:37.728856 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.728997 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} executeQuery: Read 129 rows, 10.98 KiB in 0.001408 sec., 91619.31818181819 rows/sec., 7.62 MiB/sec. 2024.05.10 21:28:37.729293 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.729345 [ 3 ] {9dd694b7-002a-470f-8ae1-b16b086b94cd} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:28:37.729368 [ 3 ] {} HTTP-Session: 9871711f-cf8d-4b07-84ce-8f01f127f3f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.729491 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.729544 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.729566 [ 3 ] {} HTTP-Session: b7c28c7e-db1a-47fd-aa17-b968f925411e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.729584 [ 3 ] {} HTTP-Session: b7c28c7e-db1a-47fd-aa17-b968f925411e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.729598 [ 3 ] {} HTTP-Session: b7c28c7e-db1a-47fd-aa17-b968f925411e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.729630 [ 3 ] {} HTTP-Session: b7c28c7e-db1a-47fd-aa17-b968f925411e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.729734 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.729780 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:28:37.729935 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.730205 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.730244 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.730555 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2024.05.10 21:28:37.730867 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.731045 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} executeQuery: Read 2 rows, 143.00 B in 0.001327 sec., 1507.1590052750564 rows/sec., 105.24 KiB/sec. 2024.05.10 21:28:37.731252 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.731280 [ 3 ] {58c5f3e0-d6ac-4cee-9ead-d171656e925b} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:37.731300 [ 3 ] {} HTTP-Session: b7c28c7e-db1a-47fd-aa17-b968f925411e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.731507 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.731564 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.731587 [ 3 ] {} HTTP-Session: c155740b-fc4f-489e-950d-2acfb3340099 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.731608 [ 3 ] {} HTTP-Session: c155740b-fc4f-489e-950d-2acfb3340099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.731626 [ 3 ] {} HTTP-Session: c155740b-fc4f-489e-950d-2acfb3340099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.731663 [ 3 ] {} HTTP-Session: c155740b-fc4f-489e-950d-2acfb3340099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.731811 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.731860 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:37.732014 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.732551 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.732591 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.732966 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.10 21:28:37.733343 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.733530 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} executeQuery: Read 90 rows, 7.20 KiB in 0.001775 sec., 50704.22535211268 rows/sec., 3.96 MiB/sec. 2024.05.10 21:28:37.733861 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.733895 [ 3 ] {af9c14b7-ce3e-4572-9c11-55171097c80c} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:37.733917 [ 3 ] {} HTTP-Session: c155740b-fc4f-489e-950d-2acfb3340099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.734092 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.734152 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.734176 [ 3 ] {} HTTP-Session: 23a10baa-4f9a-457a-a7f7-3fdde309dad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.734198 [ 3 ] {} HTTP-Session: 23a10baa-4f9a-457a-a7f7-3fdde309dad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.734216 [ 3 ] {} HTTP-Session: 23a10baa-4f9a-457a-a7f7-3fdde309dad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.734255 [ 3 ] {} HTTP-Session: 23a10baa-4f9a-457a-a7f7-3fdde309dad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.734459 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.734515 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:37.734732 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.735166 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.735205 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.735611 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.10 21:28:37.735949 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.736106 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} executeQuery: Read 161 rows, 11.48 KiB in 0.001756 sec., 91685.64920273349 rows/sec., 6.39 MiB/sec. 2024.05.10 21:28:37.736286 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.736311 [ 3 ] {d4171e38-16d7-4136-afb2-af2fd4d893ba} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:37.736326 [ 3 ] {} HTTP-Session: 23a10baa-4f9a-457a-a7f7-3fdde309dad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.736476 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.736524 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.736543 [ 3 ] {} HTTP-Session: 298d5201-75e8-4d49-a808-44eb4da5b925 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.736559 [ 3 ] {} HTTP-Session: 298d5201-75e8-4d49-a808-44eb4da5b925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.736572 [ 3 ] {} HTTP-Session: 298d5201-75e8-4d49-a808-44eb4da5b925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.736603 [ 3 ] {} HTTP-Session: 298d5201-75e8-4d49-a808-44eb4da5b925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.736839 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.736889 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:37.737051 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.737490 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.737529 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.737946 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2024.05.10 21:28:37.738296 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.738474 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} executeQuery: Read 24 rows, 33.16 KiB in 0.001778 sec., 13498.312710911136 rows/sec., 18.22 MiB/sec. 2024.05.10 21:28:37.738654 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.738679 [ 3 ] {67a28b46-b199-4173-85d5-f48160930d0d} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:28:37.738697 [ 3 ] {} HTTP-Session: 298d5201-75e8-4d49-a808-44eb4da5b925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.738825 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:37.738875 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:37.738894 [ 3 ] {} HTTP-Session: c4d41ca0-3b32-4b9d-8f8f-453d1e8232aa Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:37.738911 [ 3 ] {} HTTP-Session: c4d41ca0-3b32-4b9d-8f8f-453d1e8232aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.738924 [ 3 ] {} HTTP-Session: c4d41ca0-3b32-4b9d-8f8f-453d1e8232aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:37.738955 [ 3 ] {} HTTP-Session: c4d41ca0-3b32-4b9d-8f8f-453d1e8232aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:37.739084 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:37.739129 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:37.739254 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:37.739614 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:37.739649 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:37.740011 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.10 21:28:37.740336 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:37.740497 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. 2024.05.10 21:28:37.740671 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} DynamicQueryHandler: Done processing query 2024.05.10 21:28:37.740694 [ 3 ] {c57d1ea7-76b0-45f2-8d6e-a69c3fca14d1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:37.740710 [ 3 ] {} HTTP-Session: c4d41ca0-3b32-4b9d-8f8f-453d1e8232aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.720791 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.720940 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.720969 [ 3 ] {} HTTP-Session: f246f7c2-f135-4373-9555-db10beea784f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.720997 [ 3 ] {} HTTP-Session: f246f7c2-f135-4373-9555-db10beea784f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.721015 [ 3 ] {} HTTP-Session: f246f7c2-f135-4373-9555-db10beea784f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.721072 [ 3 ] {} HTTP-Session: f246f7c2-f135-4373-9555-db10beea784f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.721279 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.721355 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:42.721584 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.722025 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.722069 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.722454 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.10 21:28:42.722799 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.722958 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} executeQuery: Read 4 rows, 332.00 B in 0.001741 sec., 2297.5301550832855 rows/sec., 186.23 KiB/sec. 2024.05.10 21:28:42.723030 [ 74 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.10 21:28:42.723124 [ 74 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.723157 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.723242 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.723307 [ 3 ] {a48f0df1-a18e-49d8-9dc0-36fead319300} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:42.723379 [ 3 ] {} HTTP-Session: f246f7c2-f135-4373-9555-db10beea784f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.723474 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.10 21:28:42.723642 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.723837 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.723938 [ 3 ] {} HTTP-Session: 7a204a67-f869-45d9-8d5a-bdae34a7c758 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.724025 [ 3 ] {} HTTP-Session: 7a204a67-f869-45d9-8d5a-bdae34a7c758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.724095 [ 3 ] {} HTTP-Session: 7a204a67-f869-45d9-8d5a-bdae34a7c758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.724199 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:42.724235 [ 3 ] {} HTTP-Session: 7a204a67-f869-45d9-8d5a-bdae34a7c758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.724309 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 28 rows starting from the beginning of the part 2024.05.10 21:28:42.724548 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:42.724559 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.724708 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:28:42.724953 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:42.725218 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:42.725572 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:42.725829 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.725842 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:42.726551 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.726593 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.727070 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:28:42.727469 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.004217398 sec., 20865.94625406471 rows/sec., 1.65 MiB/sec. 2024.05.10 21:28:42.727580 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.10 21:28:42.727663 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.727982 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} executeQuery: Read 4 rows, 334.00 B in 0.003533 sec., 1132.1822813472968 rows/sec., 92.32 KiB/sec. 2024.05.10 21:28:42.728433 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.728480 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.728557 [ 3 ] {fb8d6d1c-e177-47bc-a96e-1ece780da583} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:42.728625 [ 3 ] {} HTTP-Session: 7a204a67-f869-45d9-8d5a-bdae34a7c758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.728737 [ 193 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_41_8} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.10 21:28:42.728814 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:28:42.728846 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.728895 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.728914 [ 3 ] {} HTTP-Session: bcab9d9f-9a41-4c64-9d6d-dbfc72337c36 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.728930 [ 3 ] {} HTTP-Session: bcab9d9f-9a41-4c64-9d6d-dbfc72337c36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.728943 [ 3 ] {} HTTP-Session: bcab9d9f-9a41-4c64-9d6d-dbfc72337c36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.728974 [ 3 ] {} HTTP-Session: bcab9d9f-9a41-4c64-9d6d-dbfc72337c36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.729092 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.729136 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:42.729272 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.729631 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.729667 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.729977 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.10 21:28:42.730280 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.730435 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} executeQuery: Read 70 rows, 5.63 KiB in 0.00138 sec., 50724.637681159424 rows/sec., 3.98 MiB/sec. 2024.05.10 21:28:42.730444 [ 74 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.10 21:28:42.730523 [ 74 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.730572 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.730706 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.730756 [ 3 ] {2e91ea38-3ede-40d4-b40c-a960afc643e2} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:42.730774 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.10 21:28:42.730780 [ 3 ] {} HTTP-Session: bcab9d9f-9a41-4c64-9d6d-dbfc72337c36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.731025 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.731070 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:42.731114 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.731136 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 184 rows starting from the beginning of the part 2024.05.10 21:28:42.731156 [ 3 ] {} HTTP-Session: e88f4b7c-9278-4ed6-921d-46e8d154c2d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.731206 [ 3 ] {} HTTP-Session: e88f4b7c-9278-4ed6-921d-46e8d154c2d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.731239 [ 3 ] {} HTTP-Session: e88f4b7c-9278-4ed6-921d-46e8d154c2d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.731377 [ 3 ] {} HTTP-Session: e88f4b7c-9278-4ed6-921d-46e8d154c2d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.731443 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 105 rows starting from the beginning of the part 2024.05.10 21:28:42.731696 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.731740 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part 2024.05.10 21:28:42.731804 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:28:42.731976 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 68 rows starting from the beginning of the part 2024.05.10 21:28:42.732271 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 129 rows starting from the beginning of the part 2024.05.10 21:28:42.732536 [ 187 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 70 rows starting from the beginning of the part 2024.05.10 21:28:42.733140 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.733811 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.733877 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.734825 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2024.05.10 21:28:42.735496 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 4 columns (4 merged, 0 gathered) in 0.004824321 sec., 141781.6103032945 rows/sec., 11.48 MiB/sec. 2024.05.10 21:28:42.735565 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.735797 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.10 21:28:42.735882 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} executeQuery: Read 4 rows, 286.00 B in 0.004302 sec., 929.8000929800093 rows/sec., 64.92 KiB/sec. 2024.05.10 21:28:42.736252 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.736301 [ 3 ] {88b38c3c-ae07-49d9-a44d-e913edbe47c4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:42.736353 [ 3 ] {} HTTP-Session: e88f4b7c-9278-4ed6-921d-46e8d154c2d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.736526 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.736609 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.736644 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.736657 [ 3 ] {} HTTP-Session: 8cbb9e9c-325c-4854-a33b-92cde1592a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.736719 [ 3 ] {} HTTP-Session: 8cbb9e9c-325c-4854-a33b-92cde1592a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.736745 [ 3 ] {} HTTP-Session: 8cbb9e9c-325c-4854-a33b-92cde1592a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.736803 [ 3 ] {} HTTP-Session: 8cbb9e9c-325c-4854-a33b-92cde1592a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.736820 [ 191 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_46_9} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.10 21:28:42.736976 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.10 21:28:42.737033 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.737081 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:42.737226 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.737587 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.737624 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.737951 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.10 21:28:42.738268 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.738412 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} executeQuery: Read 72 rows, 5.76 KiB in 0.001463 sec., 49213.94395078605 rows/sec., 3.85 MiB/sec. 2024.05.10 21:28:42.738439 [ 75 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.10 21:28:42.738522 [ 75 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.738569 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.738694 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.738768 [ 3 ] {e2fba3dc-c9ac-470f-9531-c30f381c4595} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:28:42.738839 [ 3 ] {} HTTP-Session: 8cbb9e9c-325c-4854-a33b-92cde1592a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.738877 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.10 21:28:42.739170 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.739420 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.739506 [ 3 ] {} HTTP-Session: 354ced21-07c4-4270-a54f-81e31f5c8ef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.739541 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:42.739560 [ 3 ] {} HTTP-Session: 354ced21-07c4-4270-a54f-81e31f5c8ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.739603 [ 3 ] {} HTTP-Session: 354ced21-07c4-4270-a54f-81e31f5c8ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.739612 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 148 rows starting from the beginning of the part 2024.05.10 21:28:42.739674 [ 3 ] {} HTTP-Session: 354ced21-07c4-4270-a54f-81e31f5c8ef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.739823 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 94 rows starting from the beginning of the part 2024.05.10 21:28:42.739996 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 88 rows starting from the beginning of the part 2024.05.10 21:28:42.740212 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.740382 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 68 rows starting from the beginning of the part 2024.05.10 21:28:42.740442 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:42.740719 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 90 rows starting from the beginning of the part 2024.05.10 21:28:42.740982 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 72 rows starting from the beginning of the part 2024.05.10 21:28:42.741721 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.742628 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.742699 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.743533 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.10 21:28:42.743828 [ 191 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 4 columns (4 merged, 0 gathered) in 0.005174158 sec., 108230.17001027027 rows/sec., 8.45 MiB/sec. 2024.05.10 21:28:42.744115 [ 191 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.10 21:28:42.744275 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.744565 [ 75 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.10 21:28:42.744692 [ 75 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.744748 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} executeQuery: Read 162 rows, 11.55 KiB in 0.004802 sec., 33735.943356934615 rows/sec., 2.35 MiB/sec. 2024.05.10 21:28:42.744763 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.745341 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.10 21:28:42.745584 [ 191 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.745927 [ 191 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_46_9} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.10 21:28:42.746256 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.10 21:28:42.746419 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:42.746510 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6849 rows starting from the beginning of the part 2024.05.10 21:28:42.746597 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.746715 [ 3 ] {b3986435-4405-410f-a2c4-ec896139ff7a} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:42.746766 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 197 rows starting from the beginning of the part 2024.05.10 21:28:42.746793 [ 3 ] {} HTTP-Session: 354ced21-07c4-4270-a54f-81e31f5c8ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.747009 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2024.05.10 21:28:42.747111 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.747271 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2024.05.10 21:28:42.747358 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.747481 [ 3 ] {} HTTP-Session: 4c06deaa-6a21-4041-94c0-c9f7476e2271 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.747502 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part 2024.05.10 21:28:42.747570 [ 3 ] {} HTTP-Session: 4c06deaa-6a21-4041-94c0-c9f7476e2271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.747789 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 162 rows starting from the beginning of the part 2024.05.10 21:28:42.747826 [ 3 ] {} HTTP-Session: 4c06deaa-6a21-4041-94c0-c9f7476e2271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.748064 [ 3 ] {} HTTP-Session: 4c06deaa-6a21-4041-94c0-c9f7476e2271 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.748393 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.748490 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:42.749242 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.749619 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.749697 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.750958 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2024.05.10 21:28:42.751629 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.751808 [ 75 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2024.05.10 21:28:42.751817 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} executeQuery: Read 4 rows, 5.53 KiB in 0.0035 sec., 1142.857142857143 rows/sec., 1.54 MiB/sec. 2024.05.10 21:28:42.751871 [ 75 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.751982 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.752330 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2024.05.10 21:28:42.752385 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.752416 [ 3 ] {2a7e5592-4474-43ae-90c4-d3d5bc8d38cc} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:28:42.752439 [ 3 ] {} HTTP-Session: 4c06deaa-6a21-4041-94c0-c9f7476e2271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.752686 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:42.752838 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:42.752849 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:42.752921 [ 3 ] {} HTTP-Session: 47662bc2-5e77-48d0-a3ed-fe5be6d29648 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:42.752960 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 562 rows starting from the beginning of the part 2024.05.10 21:28:42.752988 [ 3 ] {} HTTP-Session: 47662bc2-5e77-48d0-a3ed-fe5be6d29648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.753079 [ 3 ] {} HTTP-Session: 47662bc2-5e77-48d0-a3ed-fe5be6d29648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.753270 [ 3 ] {} HTTP-Session: 47662bc2-5e77-48d0-a3ed-fe5be6d29648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:42.753522 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:42.753539 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7689 rows, containing 5 columns (5 merged, 0 gathered) in 0.008570709 sec., 897125.3136700827 rows/sec., 62.50 MiB/sec. 2024.05.10 21:28:42.753785 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:42.753896 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:42.753957 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:42.754282 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.10 21:28:42.754292 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:42.754934 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 24 rows starting from the beginning of the part 2024.05.10 21:28:42.755517 [ 189 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:42.756009 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:42.756961 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.757315 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.757345 [ 196 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_46_9} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.10 21:28:42.757402 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.757620 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2024.05.10 21:28:42.757981 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.10 21:28:42.758400 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.758671 [ 75 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.10 21:28:42.758701 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} executeQuery: Read 60 rows, 4.14 KiB in 0.005115 sec., 11730.205278592375 rows/sec., 809.51 KiB/sec. 2024.05.10 21:28:42.758761 [ 75 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:42.758894 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:42.759470 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} DynamicQueryHandler: Done processing query 2024.05.10 21:28:42.759590 [ 3 ] {621d715c-d3b2-4bf2-b2bc-0086b4b70e54} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:42.759669 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.10 21:28:42.759741 [ 3 ] {} HTTP-Session: 47662bc2-5e77-48d0-a3ed-fe5be6d29648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:42.760711 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:42.760840 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2318 rows starting from the beginning of the part 2024.05.10 21:28:42.761009 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:42.761349 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:42.761644 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:42.761885 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:42.762029 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2024.05.10 21:28:42.762827 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 6 columns (6 merged, 0 gathered) in 0.010627413 sec., 58527.88444374938 rows/sec., 78.98 MiB/sec. 2024.05.10 21:28:42.763289 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2024.05.10 21:28:42.764323 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.764446 [ 192 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_41_8} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2024.05.10 21:28:42.764608 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2024.05.10 21:28:42.764865 [ 192 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2618 rows, containing 4 columns (4 merged, 0 gathered) in 0.005794531 sec., 451805.3316135508 rows/sec., 30.52 MiB/sec. 2024.05.10 21:28:42.765149 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.10 21:28:42.765621 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:42.765702 [ 190 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_46_9} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.10 21:28:42.765784 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2024.05.10 21:28:46.592613 [ 71 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:28:46.592715 [ 71 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:28:47.721405 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.721541 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.721571 [ 3 ] {} HTTP-Session: 40517400-3ff1-445c-aebd-a5cdeb1398d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.721599 [ 3 ] {} HTTP-Session: 40517400-3ff1-445c-aebd-a5cdeb1398d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.721616 [ 3 ] {} HTTP-Session: 40517400-3ff1-445c-aebd-a5cdeb1398d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.721678 [ 3 ] {} HTTP-Session: 40517400-3ff1-445c-aebd-a5cdeb1398d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.721887 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.721957 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:47.722156 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.722606 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.722651 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.723042 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.10 21:28:47.723399 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.723559 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} executeQuery: Read 24 rows, 1.95 KiB in 0.001735 sec., 13832.8530259366 rows/sec., 1.09 MiB/sec. 2024.05.10 21:28:47.723774 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.723802 [ 3 ] {01491558-4c89-4a31-9de0-765588e29cd2} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:47.723818 [ 3 ] {} HTTP-Session: 40517400-3ff1-445c-aebd-a5cdeb1398d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.723938 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.723988 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.724007 [ 3 ] {} HTTP-Session: 4e37b559-b335-4eec-8f21-26e335133836 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.724023 [ 3 ] {} HTTP-Session: 4e37b559-b335-4eec-8f21-26e335133836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.724036 [ 3 ] {} HTTP-Session: 4e37b559-b335-4eec-8f21-26e335133836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.724068 [ 3 ] {} HTTP-Session: 4e37b559-b335-4eec-8f21-26e335133836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.724162 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.724206 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:28:47.724335 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.724643 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.724680 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.724982 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:28:47.725303 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.725467 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} executeQuery: Read 2 rows, 167.00 B in 0.001318 sec., 1517.4506828528074 rows/sec., 123.74 KiB/sec. 2024.05.10 21:28:47.725478 [ 68 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2024.05.10 21:28:47.725576 [ 68 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.725624 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.725739 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.725803 [ 3 ] {b4551ba9-5645-4d5e-97cc-f781c5036f51} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:47.725835 [ 3 ] {} HTTP-Session: 4e37b559-b335-4eec-8f21-26e335133836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.725852 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2024.05.10 21:28:47.726030 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.726094 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:47.726126 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.726157 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part 2024.05.10 21:28:47.726169 [ 3 ] {} HTTP-Session: a61cd475-20ab-4419-bf7f-afc5092331d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.726216 [ 3 ] {} HTTP-Session: a61cd475-20ab-4419-bf7f-afc5092331d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.726240 [ 3 ] {} HTTP-Session: a61cd475-20ab-4419-bf7f-afc5092331d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.726365 [ 3 ] {} HTTP-Session: a61cd475-20ab-4419-bf7f-afc5092331d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.726423 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2024.05.10 21:28:47.726607 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2024.05.10 21:28:47.726813 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.726961 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::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.05.10 21:28:47.727027 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:47.727251 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:47.727607 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2024.05.10 21:28:47.728339 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.729210 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.729291 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.730219 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.10 21:28:47.730309 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004595246 sec., 5658.021355113524 rows/sec., 461.37 KiB/sec. 2024.05.10 21:28:47.730580 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.05.10 21:28:47.731019 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.731334 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} executeQuery: Read 129 rows, 10.98 KiB in 0.004785 sec., 26959.24764890282 rows/sec., 2.24 MiB/sec. 2024.05.10 21:28:47.731603 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.731639 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.731689 [ 3 ] {1b7a68a6-8924-4bd9-953d-752f42bb6991} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:28:47.731731 [ 3 ] {} HTTP-Session: a61cd475-20ab-4419-bf7f-afc5092331d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.731826 [ 186 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_19_4} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2024.05.10 21:28:47.731899 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.731992 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:28:47.732007 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.732059 [ 3 ] {} HTTP-Session: d9207b42-2bb3-4af1-99af-2fd763c98a5a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.732076 [ 3 ] {} HTTP-Session: d9207b42-2bb3-4af1-99af-2fd763c98a5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.732089 [ 3 ] {} HTTP-Session: d9207b42-2bb3-4af1-99af-2fd763c98a5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.732121 [ 3 ] {} HTTP-Session: d9207b42-2bb3-4af1-99af-2fd763c98a5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.732220 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.732263 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:28:47.732411 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.732708 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.732746 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.733075 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2024.05.10 21:28:47.733408 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.733577 [ 68 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2024.05.10 21:28:47.733582 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} executeQuery: Read 2 rows, 143.00 B in 0.001374 sec., 1455.604075691412 rows/sec., 101.64 KiB/sec. 2024.05.10 21:28:47.733637 [ 68 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.733704 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.733917 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.733937 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2024.05.10 21:28:47.733954 [ 3 ] {a99a7573-6287-4031-b197-7669d8d60e93} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:47.734033 [ 3 ] {} HTTP-Session: d9207b42-2bb3-4af1-99af-2fd763c98a5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.734222 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.734245 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:28:47.734317 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part 2024.05.10 21:28:47.734321 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.734379 [ 3 ] {} HTTP-Session: 44dd5869-1fdf-4a53-a9f6-1a41b6e30d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.734420 [ 3 ] {} HTTP-Session: 44dd5869-1fdf-4a53-a9f6-1a41b6e30d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.734542 [ 3 ] {} HTTP-Session: 44dd5869-1fdf-4a53-a9f6-1a41b6e30d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.734562 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2024.05.10 21:28:47.734684 [ 3 ] {} HTTP-Session: 44dd5869-1fdf-4a53-a9f6-1a41b6e30d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.734860 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2024.05.10 21:28:47.735134 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::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.05.10 21:28:47.735356 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2024.05.10 21:28:47.735441 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.735581 [ 199 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2024.05.10 21:28:47.735672 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:47.736438 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.737415 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.737488 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.738427 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.10 21:28:47.738459 [ 192 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004645347 sec., 5596.998458888001 rows/sec., 390.81 KiB/sec. 2024.05.10 21:28:47.738717 [ 192 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2024.05.10 21:28:47.739125 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.739557 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} executeQuery: Read 90 rows, 7.20 KiB in 0.004487 sec., 20057.945174949855 rows/sec., 1.57 MiB/sec. 2024.05.10 21:28:47.739855 [ 192 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.740129 [ 192 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_19_4} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2024.05.10 21:28:47.740183 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.740306 [ 3 ] {5bf1f6a2-2a6c-4ef1-af22-e1efcac45a85} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:47.740336 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:28:47.740346 [ 3 ] {} HTTP-Session: 44dd5869-1fdf-4a53-a9f6-1a41b6e30d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.740546 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.740596 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.740614 [ 3 ] {} HTTP-Session: b75dca6b-23cf-4b0b-8fb0-2b8d24fd7d87 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.740630 [ 3 ] {} HTTP-Session: b75dca6b-23cf-4b0b-8fb0-2b8d24fd7d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.740644 [ 3 ] {} HTTP-Session: b75dca6b-23cf-4b0b-8fb0-2b8d24fd7d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.740676 [ 3 ] {} HTTP-Session: b75dca6b-23cf-4b0b-8fb0-2b8d24fd7d87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.740837 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.740887 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:47.741070 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.741498 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.741534 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.741946 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.10 21:28:47.742313 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.742473 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} executeQuery: Read 161 rows, 11.48 KiB in 0.001703 sec., 94539.04873752201 rows/sec., 6.58 MiB/sec. 2024.05.10 21:28:47.742657 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.742683 [ 3 ] {0b7df0a2-91b1-4eb1-8d77-c76191415cde} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:47.742700 [ 3 ] {} HTTP-Session: b75dca6b-23cf-4b0b-8fb0-2b8d24fd7d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.742850 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.742897 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.742916 [ 3 ] {} HTTP-Session: ccfa32ce-2c3f-40c2-8248-e98bb3ebbd31 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.742933 [ 3 ] {} HTTP-Session: ccfa32ce-2c3f-40c2-8248-e98bb3ebbd31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.742946 [ 3 ] {} HTTP-Session: ccfa32ce-2c3f-40c2-8248-e98bb3ebbd31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.742977 [ 3 ] {} HTTP-Session: ccfa32ce-2c3f-40c2-8248-e98bb3ebbd31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.743207 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.743259 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:47.743420 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.743855 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.743894 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.744323 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2024.05.10 21:28:47.744672 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.744820 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} executeQuery: Read 24 rows, 33.16 KiB in 0.001762 sec., 13620.88535754824 rows/sec., 18.38 MiB/sec. 2024.05.10 21:28:47.745110 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.745164 [ 3 ] {f159316e-4a4e-44bf-ac45-a3c642a6bd9f} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:28:47.745223 [ 3 ] {} HTTP-Session: ccfa32ce-2c3f-40c2-8248-e98bb3ebbd31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.745355 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:47.745404 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:47.745423 [ 3 ] {} HTTP-Session: 0934f82c-cdc1-411e-b599-3de863255b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:47.745440 [ 3 ] {} HTTP-Session: 0934f82c-cdc1-411e-b599-3de863255b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.745453 [ 3 ] {} HTTP-Session: 0934f82c-cdc1-411e-b599-3de863255b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:47.745483 [ 3 ] {} HTTP-Session: 0934f82c-cdc1-411e-b599-3de863255b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:47.745601 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:47.745647 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:47.745795 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:47.746125 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:47.746160 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:47.746516 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.10 21:28:47.746835 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:47.746993 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. 2024.05.10 21:28:47.747271 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} DynamicQueryHandler: Done processing query 2024.05.10 21:28:47.747312 [ 3 ] {0805d14f-dce9-495e-9517-66981057957a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:47.747336 [ 3 ] {} HTTP-Session: 0934f82c-cdc1-411e-b599-3de863255b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.722396 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.722534 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.722561 [ 3 ] {} HTTP-Session: 0e0779d1-c025-4aa1-b3d8-f87ec5ff5720 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.722586 [ 3 ] {} HTTP-Session: 0e0779d1-c025-4aa1-b3d8-f87ec5ff5720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.722601 [ 3 ] {} HTTP-Session: 0e0779d1-c025-4aa1-b3d8-f87ec5ff5720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.722653 [ 3 ] {} HTTP-Session: 0e0779d1-c025-4aa1-b3d8-f87ec5ff5720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.722849 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.722917 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:52.723118 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.723545 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.723592 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.723978 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.10 21:28:52.724340 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.724524 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} executeQuery: Read 4 rows, 332.00 B in 0.001724 sec., 2320.185614849188 rows/sec., 188.06 KiB/sec. 2024.05.10 21:28:52.724833 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.724869 [ 3 ] {5b66643c-2112-447e-b519-1d6259ad3025} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:52.724885 [ 3 ] {} HTTP-Session: 0e0779d1-c025-4aa1-b3d8-f87ec5ff5720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.725011 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.725072 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.725092 [ 3 ] {} HTTP-Session: f9eabdb3-43b8-4a65-b5b1-b61e644693e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.725112 [ 3 ] {} HTTP-Session: f9eabdb3-43b8-4a65-b5b1-b61e644693e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.725126 [ 3 ] {} HTTP-Session: f9eabdb3-43b8-4a65-b5b1-b61e644693e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.725161 [ 3 ] {} HTTP-Session: f9eabdb3-43b8-4a65-b5b1-b61e644693e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.725269 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.725317 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:28:52.725472 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.725767 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.725805 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.726113 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:28:52.726430 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.726587 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} executeQuery: Read 2 rows, 167.00 B in 0.001344 sec., 1488.095238095238 rows/sec., 121.34 KiB/sec. 2024.05.10 21:28:52.726858 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.726889 [ 3 ] {04b21f53-1076-4b5b-9326-f8160ae16cf5} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:52.726905 [ 3 ] {} HTTP-Session: f9eabdb3-43b8-4a65-b5b1-b61e644693e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.727031 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.727082 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.727102 [ 3 ] {} HTTP-Session: bce8af80-fd48-4e12-8f14-4057900f8c55 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.727118 [ 3 ] {} HTTP-Session: bce8af80-fd48-4e12-8f14-4057900f8c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.727131 [ 3 ] {} HTTP-Session: bce8af80-fd48-4e12-8f14-4057900f8c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.727162 [ 3 ] {} HTTP-Session: bce8af80-fd48-4e12-8f14-4057900f8c55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.727287 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.727332 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:52.727482 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.727839 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.727877 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.728199 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.10 21:28:52.728515 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.728655 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} executeQuery: Read 105 rows, 8.32 KiB in 0.001414 sec., 74257.42574257427 rows/sec., 5.75 MiB/sec. 2024.05.10 21:28:52.728918 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.728976 [ 3 ] {759f3ce8-c164-44cf-8c5f-bed0bca111d1} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:52.729032 [ 3 ] {} HTTP-Session: bce8af80-fd48-4e12-8f14-4057900f8c55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.729169 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.729220 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.729239 [ 3 ] {} HTTP-Session: 37f69631-a1b6-4751-941a-8a3ae58a0c83 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.729256 [ 3 ] {} HTTP-Session: 37f69631-a1b6-4751-941a-8a3ae58a0c83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.729270 [ 3 ] {} HTTP-Session: 37f69631-a1b6-4751-941a-8a3ae58a0c83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.729302 [ 3 ] {} HTTP-Session: 37f69631-a1b6-4751-941a-8a3ae58a0c83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.729398 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.729441 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:28:52.729587 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.729865 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.729901 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.730196 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2024.05.10 21:28:52.730505 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.730661 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. 2024.05.10 21:28:52.730975 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.731000 [ 3 ] {955d9d8f-c84d-424b-9abc-2a6c3ec9fe9f} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:28:52.731016 [ 3 ] {} HTTP-Session: 37f69631-a1b6-4751-941a-8a3ae58a0c83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.731140 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.731188 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.731206 [ 3 ] {} HTTP-Session: f66f8aab-9464-4a87-8820-89b9b01294dd Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.731223 [ 3 ] {} HTTP-Session: f66f8aab-9464-4a87-8820-89b9b01294dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.731236 [ 3 ] {} HTTP-Session: f66f8aab-9464-4a87-8820-89b9b01294dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.731266 [ 3 ] {} HTTP-Session: f66f8aab-9464-4a87-8820-89b9b01294dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.731386 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.731430 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:52.731574 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.731919 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.731955 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.732262 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.10 21:28:52.732561 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.732713 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} executeQuery: Read 94 rows, 7.50 KiB in 0.001362 sec., 69016.15271659325 rows/sec., 5.38 MiB/sec. 2024.05.10 21:28:52.732881 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.732904 [ 3 ] {50aecb34-81e2-4849-99d4-f7cf3bf84a0a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:52.732920 [ 3 ] {} HTTP-Session: f66f8aab-9464-4a87-8820-89b9b01294dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.733069 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.733115 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.733133 [ 3 ] {} HTTP-Session: 4f73cd83-76d8-42ed-9c18-a3db3977ecc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.733149 [ 3 ] {} HTTP-Session: 4f73cd83-76d8-42ed-9c18-a3db3977ecc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.733163 [ 3 ] {} HTTP-Session: 4f73cd83-76d8-42ed-9c18-a3db3977ecc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.733192 [ 3 ] {} HTTP-Session: 4f73cd83-76d8-42ed-9c18-a3db3977ecc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.733351 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.733397 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:52.733539 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.733982 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.734018 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.734403 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.10 21:28:52.734730 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.734893 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} executeQuery: Read 197 rows, 14.08 KiB in 0.001616 sec., 121905.9405940594 rows/sec., 8.51 MiB/sec. 2024.05.10 21:28:52.735064 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.735088 [ 3 ] {85dcf945-d6d3-4233-863a-b570f936f61f} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:28:52.735103 [ 3 ] {} HTTP-Session: 4f73cd83-76d8-42ed-9c18-a3db3977ecc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.735211 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.735258 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.735276 [ 3 ] {} HTTP-Session: 22deaac6-e505-440e-a95d-d2f1704d2cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.735292 [ 3 ] {} HTTP-Session: 22deaac6-e505-440e-a95d-d2f1704d2cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.735305 [ 3 ] {} HTTP-Session: 22deaac6-e505-440e-a95d-d2f1704d2cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.735335 [ 3 ] {} HTTP-Session: 22deaac6-e505-440e-a95d-d2f1704d2cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.735477 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.735523 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:52.735682 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.735986 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.736021 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.736403 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2024.05.10 21:28:52.736739 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.736902 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} executeQuery: Read 4 rows, 5.53 KiB in 0.001486 sec., 2691.790040376851 rows/sec., 3.63 MiB/sec. 2024.05.10 21:28:52.737077 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.737101 [ 3 ] {d9e9f687-8916-4644-8401-ef7022687507} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:28:52.737116 [ 3 ] {} HTTP-Session: 22deaac6-e505-440e-a95d-d2f1704d2cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.737225 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:52.737272 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:52.737291 [ 3 ] {} HTTP-Session: dfaf3277-93f4-465f-abaf-d8fa695a4b06 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:52.737307 [ 3 ] {} HTTP-Session: dfaf3277-93f4-465f-abaf-d8fa695a4b06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.737321 [ 3 ] {} HTTP-Session: dfaf3277-93f4-465f-abaf-d8fa695a4b06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:52.737350 [ 3 ] {} HTTP-Session: dfaf3277-93f4-465f-abaf-d8fa695a4b06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:52.737462 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:52.737507 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:52.737631 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:52.737994 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:52.738030 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:52.738390 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.10 21:28:52.738713 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:52.738874 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. 2024.05.10 21:28:52.739034 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} DynamicQueryHandler: Done processing query 2024.05.10 21:28:52.739059 [ 3 ] {4b8a8bc7-408d-424e-90a3-ee3312abba08} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:52.739075 [ 3 ] {} HTTP-Session: dfaf3277-93f4-465f-abaf-d8fa695a4b06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.722338 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:57.722538 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:57.722583 [ 3 ] {} HTTP-Session: aed16d11-a834-44b7-8a5e-6ec569831b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:57.722624 [ 3 ] {} HTTP-Session: aed16d11-a834-44b7-8a5e-6ec569831b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.722652 [ 3 ] {} HTTP-Session: aed16d11-a834-44b7-8a5e-6ec569831b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.722732 [ 3 ] {} HTTP-Session: aed16d11-a834-44b7-8a5e-6ec569831b28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:57.723027 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:57.723125 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:28:57.723322 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:57.723770 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:57.723813 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:57.724184 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.10 21:28:57.724523 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:57.724673 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} executeQuery: Read 24 rows, 1.95 KiB in 0.001748 sec., 13729.977116704806 rows/sec., 1.09 MiB/sec. 2024.05.10 21:28:57.724881 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} DynamicQueryHandler: Done processing query 2024.05.10 21:28:57.724910 [ 3 ] {e46e1229-4132-4646-a908-c168cafce430} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:57.724927 [ 3 ] {} HTTP-Session: aed16d11-a834-44b7-8a5e-6ec569831b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.725117 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:57.725168 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:57.725187 [ 3 ] {} HTTP-Session: fae82c3a-96b8-4e0b-8208-3fd4672342a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:57.725202 [ 3 ] {} HTTP-Session: fae82c3a-96b8-4e0b-8208-3fd4672342a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.725216 [ 3 ] {} HTTP-Session: fae82c3a-96b8-4e0b-8208-3fd4672342a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.725247 [ 3 ] {} HTTP-Session: fae82c3a-96b8-4e0b-8208-3fd4672342a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:57.725379 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:57.725422 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:28:57.725544 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:57.725949 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:57.725985 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:57.726317 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.10 21:28:57.726622 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:57.726750 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} executeQuery: Read 128 rows, 10.91 KiB in 0.001426 sec., 89761.57082748949 rows/sec., 7.47 MiB/sec. 2024.05.10 21:28:57.727016 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} DynamicQueryHandler: Done processing query 2024.05.10 21:28:57.727073 [ 3 ] {8a523e18-7901-4b0c-8ccd-6abcab1b7aa4} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:28:57.727115 [ 3 ] {} HTTP-Session: fae82c3a-96b8-4e0b-8208-3fd4672342a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.727295 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:57.727344 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:57.727365 [ 3 ] {} HTTP-Session: 83f51afd-57a4-48a4-aeec-a9d62f2d1763 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:57.727382 [ 3 ] {} HTTP-Session: 83f51afd-57a4-48a4-aeec-a9d62f2d1763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.727396 [ 3 ] {} HTTP-Session: 83f51afd-57a4-48a4-aeec-a9d62f2d1763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.727428 [ 3 ] {} HTTP-Session: 83f51afd-57a4-48a4-aeec-a9d62f2d1763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:57.727558 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:57.727605 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:28:57.727754 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:57.728092 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:57.728127 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:57.728439 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.10 21:28:57.728748 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:57.728876 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} executeQuery: Read 88 rows, 7.04 KiB in 0.001372 sec., 64139.9416909621 rows/sec., 5.01 MiB/sec. 2024.05.10 21:28:57.729037 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} DynamicQueryHandler: Done processing query 2024.05.10 21:28:57.729062 [ 3 ] {1f9227e4-c7a7-4de9-861b-2a5c32f44d2a} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:28:57.729079 [ 3 ] {} HTTP-Session: 83f51afd-57a4-48a4-aeec-a9d62f2d1763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.729255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:57.729303 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:57.729321 [ 3 ] {} HTTP-Session: 566b0833-90b4-4b02-a957-758818a83865 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:57.729337 [ 3 ] {} HTTP-Session: 566b0833-90b4-4b02-a957-758818a83865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.729350 [ 3 ] {} HTTP-Session: 566b0833-90b4-4b02-a957-758818a83865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.729380 [ 3 ] {} HTTP-Session: 566b0833-90b4-4b02-a957-758818a83865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:57.729522 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:57.729569 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:28:57.729711 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:57.730096 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:57.730132 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:57.730522 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.10 21:28:57.730871 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:57.731004 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. 2024.05.10 21:28:57.731204 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} DynamicQueryHandler: Done processing query 2024.05.10 21:28:57.731242 [ 3 ] {78d51814-5469-4ae2-8478-69572e6997b4} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:28:57.731266 [ 3 ] {} HTTP-Session: 566b0833-90b4-4b02-a957-758818a83865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.731459 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:57.731507 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:57.731525 [ 3 ] {} HTTP-Session: 74df0a9c-ede9-4771-be13-a59ad3c3142e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:57.731541 [ 3 ] {} HTTP-Session: 74df0a9c-ede9-4771-be13-a59ad3c3142e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.731556 [ 3 ] {} HTTP-Session: 74df0a9c-ede9-4771-be13-a59ad3c3142e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.731587 [ 3 ] {} HTTP-Session: 74df0a9c-ede9-4771-be13-a59ad3c3142e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:57.731826 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:57.731874 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:28:57.732027 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:57.732468 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:57.732503 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:57.732909 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2024.05.10 21:28:57.733245 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:57.733375 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} executeQuery: Read 24 rows, 33.16 KiB in 0.001704 sec., 14084.507042253521 rows/sec., 19.01 MiB/sec. 2024.05.10 21:28:57.733544 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} DynamicQueryHandler: Done processing query 2024.05.10 21:28:57.733567 [ 3 ] {71aa60a0-debf-4637-96c3-dd5eb9f18f99} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:28:57.733583 [ 3 ] {} HTTP-Session: 74df0a9c-ede9-4771-be13-a59ad3c3142e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.733710 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:28:57.733759 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:28:57.733778 [ 3 ] {} HTTP-Session: 53f44030-c5fc-4de6-992b-dc207814336a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:28:57.733795 [ 3 ] {} HTTP-Session: 53f44030-c5fc-4de6-992b-dc207814336a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.733808 [ 3 ] {} HTTP-Session: 53f44030-c5fc-4de6-992b-dc207814336a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:28:57.733837 [ 3 ] {} HTTP-Session: 53f44030-c5fc-4de6-992b-dc207814336a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:28:57.733951 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:28:57.733996 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:28:57.734118 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:28:57.734427 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:28:57.734462 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2024.05.10 21:28:57.734815 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.10 21:28:57.735142 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:28:57.735271 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. 2024.05.10 21:28:57.735531 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} DynamicQueryHandler: Done processing query 2024.05.10 21:28:57.735584 [ 3 ] {35d37987-9cb5-4c52-8e98-e13e5a56433a} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:28:57.735632 [ 3 ] {} HTTP-Session: 53f44030-c5fc-4de6-992b-dc207814336a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:01.593007 [ 58 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:29:01.593108 [ 58 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:29:02.721532 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:02.721661 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:02.721690 [ 3 ] {} HTTP-Session: d6bcd82f-d731-4a83-9787-46c1d8391d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:02.721724 [ 3 ] {} HTTP-Session: d6bcd82f-d731-4a83-9787-46c1d8391d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.721742 [ 3 ] {} HTTP-Session: d6bcd82f-d731-4a83-9787-46c1d8391d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.721798 [ 3 ] {} HTTP-Session: d6bcd82f-d731-4a83-9787-46c1d8391d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:02.722004 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:02.722081 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:02.722283 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:02.722712 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:02.722757 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:02.723128 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.10 21:29:02.723470 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:02.723653 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} executeQuery: Read 4 rows, 332.00 B in 0.001706 sec., 2344.6658851113716 rows/sec., 190.05 KiB/sec. 2024.05.10 21:29:02.723980 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} DynamicQueryHandler: Done processing query 2024.05.10 21:29:02.724025 [ 3 ] {da06acdd-d6d7-4703-97b0-ed39accab21d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:02.724042 [ 3 ] {} HTTP-Session: d6bcd82f-d731-4a83-9787-46c1d8391d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.724212 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:02.724271 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:02.724290 [ 3 ] {} HTTP-Session: 7f2262e0-bb90-4e47-9fd8-f1e985ee4800 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:02.724308 [ 3 ] {} HTTP-Session: 7f2262e0-bb90-4e47-9fd8-f1e985ee4800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.724322 [ 3 ] {} HTTP-Session: 7f2262e0-bb90-4e47-9fd8-f1e985ee4800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.724356 [ 3 ] {} HTTP-Session: 7f2262e0-bb90-4e47-9fd8-f1e985ee4800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:02.724487 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:02.724536 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:02.724688 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:02.725098 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:02.725135 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:02.725450 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.10 21:29:02.725758 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:02.725921 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} executeQuery: Read 68 rows, 5.48 KiB in 0.001475 sec., 46101.69491525424 rows/sec., 3.63 MiB/sec. 2024.05.10 21:29:02.726188 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} DynamicQueryHandler: Done processing query 2024.05.10 21:29:02.726247 [ 3 ] {a8c29ff0-1b28-449a-bfb1-5be16b716854} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:02.726298 [ 3 ] {} HTTP-Session: 7f2262e0-bb90-4e47-9fd8-f1e985ee4800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.726455 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:02.726506 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:02.726526 [ 3 ] {} HTTP-Session: 3507b4d4-d48f-48c4-abd8-25eca2802753 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:02.726543 [ 3 ] {} HTTP-Session: 3507b4d4-d48f-48c4-abd8-25eca2802753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.726557 [ 3 ] {} HTTP-Session: 3507b4d4-d48f-48c4-abd8-25eca2802753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.726588 [ 3 ] {} HTTP-Session: 3507b4d4-d48f-48c4-abd8-25eca2802753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:02.726712 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:02.726757 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:02.726902 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:02.727264 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:02.727306 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:02.727627 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.10 21:29:02.727950 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:02.728114 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} executeQuery: Read 68 rows, 5.44 KiB in 0.001437 sec., 47320.80723729993 rows/sec., 3.69 MiB/sec. 2024.05.10 21:29:02.728289 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} DynamicQueryHandler: Done processing query 2024.05.10 21:29:02.728314 [ 3 ] {fd417d29-6e2b-41ae-a55f-1f047f26cbcd} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:02.728330 [ 3 ] {} HTTP-Session: 3507b4d4-d48f-48c4-abd8-25eca2802753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.728506 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:02.728557 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:02.728576 [ 3 ] {} HTTP-Session: bdac4171-9bd5-4616-b719-9295e1b0a2d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:02.728594 [ 3 ] {} HTTP-Session: bdac4171-9bd5-4616-b719-9295e1b0a2d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.728609 [ 3 ] {} HTTP-Session: bdac4171-9bd5-4616-b719-9295e1b0a2d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.728640 [ 3 ] {} HTTP-Session: bdac4171-9bd5-4616-b719-9295e1b0a2d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:02.728785 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:02.728834 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:02.728981 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:02.729370 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:02.729408 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:02.729795 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.10 21:29:02.730149 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:02.730314 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. 2024.05.10 21:29:02.730488 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} DynamicQueryHandler: Done processing query 2024.05.10 21:29:02.730514 [ 3 ] {e0f7110d-4098-459f-804a-9764613e0d57} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:02.730531 [ 3 ] {} HTTP-Session: bdac4171-9bd5-4616-b719-9295e1b0a2d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.730653 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:02.730704 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:02.730727 [ 3 ] {} HTTP-Session: a1438a43-5251-4d46-ac17-17e4515c8445 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:02.730745 [ 3 ] {} HTTP-Session: a1438a43-5251-4d46-ac17-17e4515c8445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.730761 [ 3 ] {} HTTP-Session: a1438a43-5251-4d46-ac17-17e4515c8445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.730792 [ 3 ] {} HTTP-Session: a1438a43-5251-4d46-ac17-17e4515c8445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:02.730935 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:02.730984 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:02.731144 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:02.731458 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:02.731495 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:02.731875 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2024.05.10 21:29:02.732224 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:02.732404 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} executeQuery: Read 4 rows, 5.53 KiB in 0.00153 sec., 2614.3790849673205 rows/sec., 3.53 MiB/sec. 2024.05.10 21:29:02.732703 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} DynamicQueryHandler: Done processing query 2024.05.10 21:29:02.732750 [ 3 ] {c88354e0-bc0a-4dde-a38a-f82205a79663} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:29:02.732794 [ 3 ] {} HTTP-Session: a1438a43-5251-4d46-ac17-17e4515c8445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.732946 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:02.732997 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:02.733018 [ 3 ] {} HTTP-Session: f1b89e15-4b9c-48f9-9295-16da2e80ac81 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:02.733037 [ 3 ] {} HTTP-Session: f1b89e15-4b9c-48f9-9295-16da2e80ac81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.733052 [ 3 ] {} HTTP-Session: f1b89e15-4b9c-48f9-9295-16da2e80ac81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:02.733085 [ 3 ] {} HTTP-Session: f1b89e15-4b9c-48f9-9295-16da2e80ac81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:02.733203 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:02.733250 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:02.733394 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:02.733691 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:02.733730 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:02.734094 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.10 21:29:02.734425 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:02.734574 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. 2024.05.10 21:29:02.734750 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} DynamicQueryHandler: Done processing query 2024.05.10 21:29:02.734776 [ 3 ] {a69472c6-88be-40b5-a4ce-2bd66a4e18eb} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:02.734794 [ 3 ] {} HTTP-Session: f1b89e15-4b9c-48f9-9295-16da2e80ac81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.722520 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.722664 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.722695 [ 3 ] {} HTTP-Session: 7ad0c86a-741e-49ab-9b5b-4f30245d883b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.722725 [ 3 ] {} HTTP-Session: 7ad0c86a-741e-49ab-9b5b-4f30245d883b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.722743 [ 3 ] {} HTTP-Session: 7ad0c86a-741e-49ab-9b5b-4f30245d883b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.722801 [ 3 ] {} HTTP-Session: 7ad0c86a-741e-49ab-9b5b-4f30245d883b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.723014 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.723092 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:07.723311 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.723756 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.723800 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.724177 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.10 21:29:07.724511 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.724685 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} executeQuery: Read 24 rows, 1.95 KiB in 0.00173 sec., 13872.832369942196 rows/sec., 1.10 MiB/sec. 2024.05.10 21:29:07.724697 [ 54 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.10 21:29:07.724793 [ 54 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.724844 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.725021 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.725086 [ 3 ] {fb671ffd-276d-4f2d-a2c9-c45d4aeffef1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:07.725099 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.10 21:29:07.725187 [ 3 ] {} HTTP-Session: 7ad0c86a-741e-49ab-9b5b-4f30245d883b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.725694 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:07.725722 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.725811 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 28 rows starting from the beginning of the part 2024.05.10 21:29:07.725908 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.726014 [ 3 ] {} HTTP-Session: 5a3c9928-dfcf-4d63-8c90-cd53d7a3bb5c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.726056 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:07.726089 [ 3 ] {} HTTP-Session: 5a3c9928-dfcf-4d63-8c90-cd53d7a3bb5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.726164 [ 3 ] {} HTTP-Session: 5a3c9928-dfcf-4d63-8c90-cd53d7a3bb5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.726328 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:07.726347 [ 3 ] {} HTTP-Session: 5a3c9928-dfcf-4d63-8c90-cd53d7a3bb5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.726557 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:07.726771 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.726826 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:07.726920 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:29:07.727086 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:07.727810 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.728632 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.728699 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.729545 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:29:07.729778 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004854902 sec., 22245.55717087595 rows/sec., 1.76 MiB/sec. 2024.05.10 21:29:07.730036 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.10 21:29:07.730315 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.730760 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} executeQuery: Read 2 rows, 167.00 B in 0.004144 sec., 482.6254826254826 rows/sec., 39.35 KiB/sec. 2024.05.10 21:29:07.730983 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.731149 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.731163 [ 186 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_46_9} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.10 21:29:07.731197 [ 3 ] {b841f264-e22a-4724-a067-8c8c69020132} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:07.731232 [ 3 ] {} HTTP-Session: 5a3c9928-dfcf-4d63-8c90-cd53d7a3bb5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.731370 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:29:07.731503 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.731570 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.731594 [ 3 ] {} HTTP-Session: 5465d75a-9811-46bf-a8f4-6cc1f0a9f141 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.731616 [ 3 ] {} HTTP-Session: 5465d75a-9811-46bf-a8f4-6cc1f0a9f141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.731634 [ 3 ] {} HTTP-Session: 5465d75a-9811-46bf-a8f4-6cc1f0a9f141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.731675 [ 3 ] {} HTTP-Session: 5465d75a-9811-46bf-a8f4-6cc1f0a9f141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.731864 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.731916 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:07.732104 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.732563 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.732604 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.732942 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.10 21:29:07.733279 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.733446 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} executeQuery: Read 129 rows, 10.98 KiB in 0.001661 sec., 77664.05779650813 rows/sec., 6.46 MiB/sec. 2024.05.10 21:29:07.733457 [ 54 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.10 21:29:07.733544 [ 54 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.733591 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.733753 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.733799 [ 3 ] {aacb40fd-0ae2-4a27-b6ab-154f581895a8} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:29:07.733805 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.10 21:29:07.733822 [ 3 ] {} HTTP-Session: 5465d75a-9811-46bf-a8f4-6cc1f0a9f141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.734027 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:07.734045 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.734095 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 184 rows starting from the beginning of the part 2024.05.10 21:29:07.734147 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.734239 [ 3 ] {} HTTP-Session: 81a1ed29-6d54-4e95-ba86-52c25f0945d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.734350 [ 3 ] {} HTTP-Session: 81a1ed29-6d54-4e95-ba86-52c25f0945d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.734367 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 129 rows starting from the beginning of the part 2024.05.10 21:29:07.734399 [ 3 ] {} HTTP-Session: 81a1ed29-6d54-4e95-ba86-52c25f0945d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.734574 [ 3 ] {} HTTP-Session: 81a1ed29-6d54-4e95-ba86-52c25f0945d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.734665 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 105 rows starting from the beginning of the part 2024.05.10 21:29:07.734901 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 128 rows starting from the beginning of the part 2024.05.10 21:29:07.735013 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.735159 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 68 rows starting from the beginning of the part 2024.05.10 21:29:07.735219 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:29:07.735502 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 129 rows starting from the beginning of the part 2024.05.10 21:29:07.736216 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.736947 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.737017 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.737929 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2024.05.10 21:29:07.738539 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 743 rows, containing 4 columns (4 merged, 0 gathered) in 0.004840751 sec., 153488.58059420946 rows/sec., 12.52 MiB/sec. 2024.05.10 21:29:07.738629 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.738754 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.10 21:29:07.739003 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} executeQuery: Read 2 rows, 143.00 B in 0.004159 sec., 480.88482808367394 rows/sec., 33.58 KiB/sec. 2024.05.10 21:29:07.739801 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.739836 [ 3 ] {dff54271-1aab-4ea3-9057-cac22a7a2222} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:07.739866 [ 3 ] {} HTTP-Session: 81a1ed29-6d54-4e95-ba86-52c25f0945d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.739952 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.740062 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.740106 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_51_10} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.10 21:29:07.740138 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.740184 [ 3 ] {} HTTP-Session: cf247346-766a-4bf9-a00f-929d3c0c587e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.740241 [ 3 ] {} HTTP-Session: cf247346-766a-4bf9-a00f-929d3c0c587e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.740266 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2024.05.10 21:29:07.740271 [ 3 ] {} HTTP-Session: cf247346-766a-4bf9-a00f-929d3c0c587e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.740342 [ 3 ] {} HTTP-Session: cf247346-766a-4bf9-a00f-929d3c0c587e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.740473 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.740520 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:07.740670 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.741035 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.741074 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.741403 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.10 21:29:07.741715 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.741861 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} executeQuery: Read 90 rows, 7.20 KiB in 0.001433 sec., 62805.3035589672 rows/sec., 4.91 MiB/sec. 2024.05.10 21:29:07.741872 [ 54 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.10 21:29:07.741945 [ 54 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.741997 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.742213 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.742251 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.10 21:29:07.742261 [ 3 ] {83151f98-7e90-4d54-bcce-e3a5c41c0b0e} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:07.742374 [ 3 ] {} HTTP-Session: cf247346-766a-4bf9-a00f-929d3c0c587e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.742769 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:07.742867 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 148 rows starting from the beginning of the part 2024.05.10 21:29:07.743072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.743250 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 90 rows starting from the beginning of the part 2024.05.10 21:29:07.743447 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.743576 [ 3 ] {} HTTP-Session: 39aaf132-d81c-4ec0-829a-2607dd36fa57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.743598 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 94 rows starting from the beginning of the part 2024.05.10 21:29:07.743659 [ 3 ] {} HTTP-Session: 39aaf132-d81c-4ec0-829a-2607dd36fa57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.743730 [ 3 ] {} HTTP-Session: 39aaf132-d81c-4ec0-829a-2607dd36fa57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.743874 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 88 rows starting from the beginning of the part 2024.05.10 21:29:07.743885 [ 3 ] {} HTTP-Session: 39aaf132-d81c-4ec0-829a-2607dd36fa57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.744096 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 68 rows starting from the beginning of the part 2024.05.10 21:29:07.744325 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 90 rows starting from the beginning of the part 2024.05.10 21:29:07.744428 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.744632 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:07.745261 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.746234 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.746300 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.747136 [ 198 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.005066347 sec., 114086.14530350962 rows/sec., 8.91 MiB/sec. 2024.05.10 21:29:07.747249 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.10 21:29:07.747400 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.10 21:29:07.748048 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.748321 [ 54 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.10 21:29:07.748391 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} executeQuery: Read 161 rows, 11.48 KiB in 0.004212 sec., 38224.12155745489 rows/sec., 2.66 MiB/sec. 2024.05.10 21:29:07.748410 [ 54 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.748502 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.748502 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.748961 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.10 21:29:07.748975 [ 188 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_51_10} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.10 21:29:07.748991 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.749048 [ 3 ] {ed6f452d-bea1-4375-aee5-084b118ef30f} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:07.749103 [ 3 ] {} HTTP-Session: 39aaf132-d81c-4ec0-829a-2607dd36fa57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.749283 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.10 21:29:07.749351 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:07.749368 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.749403 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7689 rows starting from the beginning of the part 2024.05.10 21:29:07.749431 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.749463 [ 3 ] {} HTTP-Session: 0ab8e735-640b-4a5d-8420-9136897d725a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.749532 [ 3 ] {} HTTP-Session: 0ab8e735-640b-4a5d-8420-9136897d725a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.749570 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part 2024.05.10 21:29:07.749584 [ 3 ] {} HTTP-Session: 0ab8e735-640b-4a5d-8420-9136897d725a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.749663 [ 3 ] {} HTTP-Session: 0ab8e735-640b-4a5d-8420-9136897d725a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.749841 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 197 rows starting from the beginning of the part 2024.05.10 21:29:07.750104 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2024.05.10 21:29:07.750264 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2024.05.10 21:29:07.750358 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.750565 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:07.750581 [ 193 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 161 rows starting from the beginning of the part 2024.05.10 21:29:07.751106 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.751655 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.751690 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.752294 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2024.05.10 21:29:07.752771 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.752963 [ 54 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2024.05.10 21:29:07.753000 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} executeQuery: Read 24 rows, 33.16 KiB in 0.003122 sec., 7687.379884689301 rows/sec., 10.37 MiB/sec. 2024.05.10 21:29:07.753017 [ 54 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.753089 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.753616 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.753617 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2024.05.10 21:29:07.753657 [ 3 ] {60f29bde-dfbf-43ba-97c0-bb0e186e8cf8} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:29:07.753727 [ 3 ] {} HTTP-Session: 0ab8e735-640b-4a5d-8420-9136897d725a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.753939 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:07.753955 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:07.754058 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:07.754062 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 622 rows starting from the beginning of the part 2024.05.10 21:29:07.754095 [ 3 ] {} HTTP-Session: 9c3df58e-5a72-4a36-82f6-8c317f7a1bce Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:07.754142 [ 3 ] {} HTTP-Session: 9c3df58e-5a72-4a36-82f6-8c317f7a1bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.754187 [ 3 ] {} HTTP-Session: 9c3df58e-5a72-4a36-82f6-8c317f7a1bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.754354 [ 3 ] {} HTTP-Session: 9c3df58e-5a72-4a36-82f6-8c317f7a1bce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:07.754574 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:07.755003 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:07.755166 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:07.755284 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:07.755522 [ 191 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 8528 rows, containing 5 columns (5 merged, 0 gathered) in 0.006821533 sec., 1250158.8719133954 rows/sec., 87.10 MiB/sec. 2024.05.10 21:29:07.755757 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:07.756051 [ 191 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.10 21:29:07.756338 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:07.756875 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:07.757497 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:07.758214 [ 191 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.758585 [ 191 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_51_10} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.10 21:29:07.758890 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2024.05.10 21:29:07.759017 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.759060 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.759720 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.10 21:29:07.760650 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.760932 [ 54 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.10 21:29:07.760941 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} executeQuery: Read 60 rows, 4.14 KiB in 0.006231 sec., 9629.272989889263 rows/sec., 664.52 KiB/sec. 2024.05.10 21:29:07.761013 [ 54 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:07.761089 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:07.761480 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.10 21:29:07.761522 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} DynamicQueryHandler: Done processing query 2024.05.10 21:29:07.761566 [ 3 ] {90fc9270-7967-474f-867c-4f9dc80dea4f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:07.761617 [ 3 ] {} HTTP-Session: 9c3df58e-5a72-4a36-82f6-8c317f7a1bce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:07.761752 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:07.761794 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2618 rows starting from the beginning of the part 2024.05.10 21:29:07.761920 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:07.762241 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:07.762635 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:07.762920 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:07.762916 [ 202 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 6 columns (6 merged, 0 gathered) in 0.009602011 sec., 73109.6850441017 rows/sec., 98.66 MiB/sec. 2024.05.10 21:29:07.763090 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:07.763599 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2024.05.10 21:29:07.764566 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.764748 [ 187 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_46_9} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2024.05.10 21:29:07.764915 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. 2024.05.10 21:29:07.765438 [ 202 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2918 rows, containing 4 columns (4 merged, 0 gathered) in 0.004237628 sec., 688592.7693511558 rows/sec., 46.50 MiB/sec. 2024.05.10 21:29:07.765722 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.10 21:29:07.766082 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:07.766159 [ 200 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_51_10} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.10 21:29:07.766232 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2024.05.10 21:29:12.720816 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:12.720964 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:12.720992 [ 3 ] {} HTTP-Session: 4fe8fd8b-b02d-4b5c-9f42-bc21a0419f29 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:12.721021 [ 3 ] {} HTTP-Session: 4fe8fd8b-b02d-4b5c-9f42-bc21a0419f29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.721038 [ 3 ] {} HTTP-Session: 4fe8fd8b-b02d-4b5c-9f42-bc21a0419f29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.721094 [ 3 ] {} HTTP-Session: 4fe8fd8b-b02d-4b5c-9f42-bc21a0419f29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:12.721300 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:12.721376 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:12.721584 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:12.722005 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:12.722046 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:12.722415 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.10 21:29:12.722756 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:12.722924 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} executeQuery: Read 4 rows, 332.00 B in 0.001684 sec., 2375.2969121140145 rows/sec., 192.53 KiB/sec. 2024.05.10 21:29:12.723126 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} DynamicQueryHandler: Done processing query 2024.05.10 21:29:12.723152 [ 3 ] {51111db3-8786-4086-8a48-e7870facba9c} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:12.723168 [ 3 ] {} HTTP-Session: 4fe8fd8b-b02d-4b5c-9f42-bc21a0419f29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.723312 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:12.723363 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:12.723383 [ 3 ] {} HTTP-Session: 307fc046-7efd-428e-ab90-6b8ea9cf9c53 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:12.723399 [ 3 ] {} HTTP-Session: 307fc046-7efd-428e-ab90-6b8ea9cf9c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.723413 [ 3 ] {} HTTP-Session: 307fc046-7efd-428e-ab90-6b8ea9cf9c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.723444 [ 3 ] {} HTTP-Session: 307fc046-7efd-428e-ab90-6b8ea9cf9c53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:12.723558 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:12.723602 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:12.723730 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:12.724064 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:12.724101 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:12.724426 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.10 21:29:12.724735 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:12.724903 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} executeQuery: Read 68 rows, 5.48 KiB in 0.001377 sec., 49382.71604938272 rows/sec., 3.89 MiB/sec. 2024.05.10 21:29:12.725083 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} DynamicQueryHandler: Done processing query 2024.05.10 21:29:12.725119 [ 3 ] {8eb43747-22ec-46ec-a26c-7e684dc20587} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:12.725146 [ 3 ] {} HTTP-Session: 307fc046-7efd-428e-ab90-6b8ea9cf9c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.725314 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:12.725362 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:12.725382 [ 3 ] {} HTTP-Session: f04d3683-17bd-4578-ac9d-e04c532f8f88 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:12.725398 [ 3 ] {} HTTP-Session: f04d3683-17bd-4578-ac9d-e04c532f8f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.725412 [ 3 ] {} HTTP-Session: f04d3683-17bd-4578-ac9d-e04c532f8f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.725441 [ 3 ] {} HTTP-Session: f04d3683-17bd-4578-ac9d-e04c532f8f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:12.725557 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:12.725600 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:12.725726 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:12.726056 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:12.726093 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:12.726416 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.10 21:29:12.726726 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:12.726882 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} executeQuery: Read 68 rows, 5.44 KiB in 0.001359 sec., 50036.79175864607 rows/sec., 3.91 MiB/sec. 2024.05.10 21:29:12.727048 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} DynamicQueryHandler: Done processing query 2024.05.10 21:29:12.727073 [ 3 ] {e74061e4-5936-4d58-a141-141e781cd835} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:12.727088 [ 3 ] {} HTTP-Session: f04d3683-17bd-4578-ac9d-e04c532f8f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.727247 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:12.727296 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:12.727316 [ 3 ] {} HTTP-Session: 57ba3ec1-7fba-4639-b705-7959eb384817 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:12.727332 [ 3 ] {} HTTP-Session: 57ba3ec1-7fba-4639-b705-7959eb384817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.727346 [ 3 ] {} HTTP-Session: 57ba3ec1-7fba-4639-b705-7959eb384817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.727376 [ 3 ] {} HTTP-Session: 57ba3ec1-7fba-4639-b705-7959eb384817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:12.727519 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:12.727565 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:12.727711 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:12.728147 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:12.728183 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:12.728572 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.10 21:29:12.728905 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:12.729067 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. 2024.05.10 21:29:12.729266 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} DynamicQueryHandler: Done processing query 2024.05.10 21:29:12.729304 [ 3 ] {1e23bf79-e3e0-4317-971f-91542d555bb5} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:12.729329 [ 3 ] {} HTTP-Session: 57ba3ec1-7fba-4639-b705-7959eb384817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.729461 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:12.729510 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:12.729529 [ 3 ] {} HTTP-Session: 4d13f407-44d0-47a8-8326-579a64a43e3b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:12.729545 [ 3 ] {} HTTP-Session: 4d13f407-44d0-47a8-8326-579a64a43e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.729559 [ 3 ] {} HTTP-Session: 4d13f407-44d0-47a8-8326-579a64a43e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.729590 [ 3 ] {} HTTP-Session: 4d13f407-44d0-47a8-8326-579a64a43e3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:12.729731 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:12.729778 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:12.729936 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:12.730272 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:12.730307 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:12.730703 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2024.05.10 21:29:12.731039 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:12.731197 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} executeQuery: Read 4 rows, 5.53 KiB in 0.001533 sec., 2609.262883235486 rows/sec., 3.52 MiB/sec. 2024.05.10 21:29:12.731368 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} DynamicQueryHandler: Done processing query 2024.05.10 21:29:12.731392 [ 3 ] {0e99c194-dc75-4f4a-8cf6-683984212ee9} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:29:12.731407 [ 3 ] {} HTTP-Session: 4d13f407-44d0-47a8-8326-579a64a43e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.731530 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:12.731579 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:12.731599 [ 3 ] {} HTTP-Session: 2cdd158f-0a9b-46aa-a4a8-4ba7c7a23a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:12.731615 [ 3 ] {} HTTP-Session: 2cdd158f-0a9b-46aa-a4a8-4ba7c7a23a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.731629 [ 3 ] {} HTTP-Session: 2cdd158f-0a9b-46aa-a4a8-4ba7c7a23a81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:12.731659 [ 3 ] {} HTTP-Session: 2cdd158f-0a9b-46aa-a4a8-4ba7c7a23a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:12.731774 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:12.731819 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:12.731944 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:12.732246 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:12.732283 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:12.732641 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.10 21:29:12.732999 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:12.733151 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. 2024.05.10 21:29:12.733338 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} DynamicQueryHandler: Done processing query 2024.05.10 21:29:12.733373 [ 3 ] {ac3407b5-9bef-4467-b572-8ee25e6899a1} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:12.733398 [ 3 ] {} HTTP-Session: 2cdd158f-0a9b-46aa-a4a8-4ba7c7a23a81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:16.593181 [ 43 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:29:16.593285 [ 43 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:29:17.721356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:17.721537 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:17.721583 [ 3 ] {} HTTP-Session: eea3cfb9-f556-4e99-ae7e-15fa8c6c3075 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:17.721625 [ 3 ] {} HTTP-Session: eea3cfb9-f556-4e99-ae7e-15fa8c6c3075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.721646 [ 3 ] {} HTTP-Session: eea3cfb9-f556-4e99-ae7e-15fa8c6c3075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.721698 [ 3 ] {} HTTP-Session: eea3cfb9-f556-4e99-ae7e-15fa8c6c3075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:17.721900 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:17.721968 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:17.722163 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:17.722623 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:17.722664 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:17.723051 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.10 21:29:17.723407 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:17.723589 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} executeQuery: Read 24 rows, 1.95 KiB in 0.001751 sec., 13706.453455168476 rows/sec., 1.08 MiB/sec. 2024.05.10 21:29:17.723804 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} DynamicQueryHandler: Done processing query 2024.05.10 21:29:17.723831 [ 3 ] {9692fa9c-704c-4cec-b6f5-503943464c10} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:17.723849 [ 3 ] {} HTTP-Session: eea3cfb9-f556-4e99-ae7e-15fa8c6c3075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.724042 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:17.724093 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:17.724114 [ 3 ] {} HTTP-Session: 3eb4ca57-dfff-4f9a-bb47-be722ccd2bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:17.724132 [ 3 ] {} HTTP-Session: 3eb4ca57-dfff-4f9a-bb47-be722ccd2bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.724147 [ 3 ] {} HTTP-Session: 3eb4ca57-dfff-4f9a-bb47-be722ccd2bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.724178 [ 3 ] {} HTTP-Session: 3eb4ca57-dfff-4f9a-bb47-be722ccd2bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:17.724345 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:17.724387 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:17.724514 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:17.724925 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:17.724962 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:17.725295 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.10 21:29:17.725611 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:17.725770 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} executeQuery: Read 128 rows, 10.91 KiB in 0.001473 sec., 86897.48811948406 rows/sec., 7.23 MiB/sec. 2024.05.10 21:29:17.725941 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} DynamicQueryHandler: Done processing query 2024.05.10 21:29:17.725965 [ 3 ] {19e6ed94-8f9a-40c9-b0b1-27f95e7cfb8e} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:29:17.726007 [ 3 ] {} HTTP-Session: 3eb4ca57-dfff-4f9a-bb47-be722ccd2bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.726169 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:17.726220 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:17.726241 [ 3 ] {} HTTP-Session: ed632721-ce94-4a3f-b80d-c755160a346e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:17.726259 [ 3 ] {} HTTP-Session: ed632721-ce94-4a3f-b80d-c755160a346e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.726273 [ 3 ] {} HTTP-Session: ed632721-ce94-4a3f-b80d-c755160a346e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.726305 [ 3 ] {} HTTP-Session: ed632721-ce94-4a3f-b80d-c755160a346e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:17.726440 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:17.726483 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:17.726609 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:17.726948 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:17.726985 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:17.727308 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.10 21:29:17.727626 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:17.727786 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} executeQuery: Read 88 rows, 7.04 KiB in 0.00139 sec., 63309.352517985615 rows/sec., 4.94 MiB/sec. 2024.05.10 21:29:17.728037 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} DynamicQueryHandler: Done processing query 2024.05.10 21:29:17.728085 [ 3 ] {6996aad5-2b18-42be-b108-b3e139cfe28b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:17.728117 [ 3 ] {} HTTP-Session: ed632721-ce94-4a3f-b80d-c755160a346e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.728311 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:17.728361 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:17.728380 [ 3 ] {} HTTP-Session: 63c17c23-ba47-413c-9bdf-b5eebafceb1b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:17.728396 [ 3 ] {} HTTP-Session: 63c17c23-ba47-413c-9bdf-b5eebafceb1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.728410 [ 3 ] {} HTTP-Session: 63c17c23-ba47-413c-9bdf-b5eebafceb1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.728440 [ 3 ] {} HTTP-Session: 63c17c23-ba47-413c-9bdf-b5eebafceb1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:17.728595 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:17.728643 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:17.728803 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:17.729190 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:17.729227 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:17.729621 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.10 21:29:17.729971 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:17.730130 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. 2024.05.10 21:29:17.730298 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} DynamicQueryHandler: Done processing query 2024.05.10 21:29:17.730323 [ 3 ] {5d596da0-8aec-4fbc-abf1-af4f0feddb60} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:17.730339 [ 3 ] {} HTTP-Session: 63c17c23-ba47-413c-9bdf-b5eebafceb1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.730502 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:17.730552 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:17.730571 [ 3 ] {} HTTP-Session: b85a489b-62ef-4eab-98db-6f4beae35c12 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:17.730587 [ 3 ] {} HTTP-Session: b85a489b-62ef-4eab-98db-6f4beae35c12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.730600 [ 3 ] {} HTTP-Session: b85a489b-62ef-4eab-98db-6f4beae35c12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.730631 [ 3 ] {} HTTP-Session: b85a489b-62ef-4eab-98db-6f4beae35c12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:17.730893 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:17.730944 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:17.731111 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:17.731614 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:17.731654 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:17.732094 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2024.05.10 21:29:17.732453 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:17.732614 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} executeQuery: Read 24 rows, 33.16 KiB in 0.001891 sec., 12691.69751454257 rows/sec., 17.13 MiB/sec. 2024.05.10 21:29:17.732927 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} DynamicQueryHandler: Done processing query 2024.05.10 21:29:17.732981 [ 3 ] {cf84fd31-332f-465c-84e6-a63d0892f1dc} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:29:17.733000 [ 3 ] {} HTTP-Session: b85a489b-62ef-4eab-98db-6f4beae35c12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.733138 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:17.733190 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:17.733209 [ 3 ] {} HTTP-Session: e1bffe60-10a7-416d-9b5f-dbc92b9b51f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:17.733226 [ 3 ] {} HTTP-Session: e1bffe60-10a7-416d-9b5f-dbc92b9b51f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.733240 [ 3 ] {} HTTP-Session: e1bffe60-10a7-416d-9b5f-dbc92b9b51f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:17.733271 [ 3 ] {} HTTP-Session: e1bffe60-10a7-416d-9b5f-dbc92b9b51f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:17.733408 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:17.733454 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:17.733616 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:17.733920 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:17.733958 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:17.734346 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.10 21:29:17.734683 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:17.734841 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. 2024.05.10 21:29:17.735010 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} DynamicQueryHandler: Done processing query 2024.05.10 21:29:17.735035 [ 3 ] {7cb3888d-8656-408c-aea8-fa2e082521dd} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:17.735051 [ 3 ] {} HTTP-Session: e1bffe60-10a7-416d-9b5f-dbc92b9b51f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.723469 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.723623 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.723653 [ 3 ] {} HTTP-Session: 984eb3dc-fd86-4716-a088-93de1663f12d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.723681 [ 3 ] {} HTTP-Session: 984eb3dc-fd86-4716-a088-93de1663f12d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.723700 [ 3 ] {} HTTP-Session: 984eb3dc-fd86-4716-a088-93de1663f12d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.723758 [ 3 ] {} HTTP-Session: 984eb3dc-fd86-4716-a088-93de1663f12d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.723952 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.724021 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:22.724218 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.724637 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.724682 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.725072 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.10 21:29:22.725415 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.725562 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} executeQuery: Read 4 rows, 332.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 194.61 KiB/sec. 2024.05.10 21:29:22.725910 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.725950 [ 3 ] {a122e478-8134-4a8c-8b91-f91baf4e339e} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:22.725971 [ 3 ] {} HTTP-Session: 984eb3dc-fd86-4716-a088-93de1663f12d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.726136 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.726196 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.726219 [ 3 ] {} HTTP-Session: 42a9a8c0-aed0-4f72-be77-ca6b331cae6a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.726240 [ 3 ] {} HTTP-Session: 42a9a8c0-aed0-4f72-be77-ca6b331cae6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.726258 [ 3 ] {} HTTP-Session: 42a9a8c0-aed0-4f72-be77-ca6b331cae6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.726297 [ 3 ] {} HTTP-Session: 42a9a8c0-aed0-4f72-be77-ca6b331cae6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.726418 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.726474 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:29:22.726648 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.726946 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.726983 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.727297 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:29:22.727607 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.727768 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} executeQuery: Read 2 rows, 167.00 B in 0.00137 sec., 1459.8540145985403 rows/sec., 119.04 KiB/sec. 2024.05.10 21:29:22.728056 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.728081 [ 3 ] {0897e15f-ce2d-407d-9ad5-9334d8d7a20d} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:22.728098 [ 3 ] {} HTTP-Session: 42a9a8c0-aed0-4f72-be77-ca6b331cae6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.728237 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.728284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.728303 [ 3 ] {} HTTP-Session: a8e11fd3-7b8e-4fd1-a82e-bf4018bdc68c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.728319 [ 3 ] {} HTTP-Session: a8e11fd3-7b8e-4fd1-a82e-bf4018bdc68c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.728332 [ 3 ] {} HTTP-Session: a8e11fd3-7b8e-4fd1-a82e-bf4018bdc68c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.728363 [ 3 ] {} HTTP-Session: a8e11fd3-7b8e-4fd1-a82e-bf4018bdc68c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.728485 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.728528 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:22.728674 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.729030 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.729067 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.729381 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.10 21:29:22.729684 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.729835 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} executeQuery: Read 105 rows, 8.32 KiB in 0.001396 sec., 75214.89971346705 rows/sec., 5.82 MiB/sec. 2024.05.10 21:29:22.730005 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.730030 [ 3 ] {5b0555c3-4ce2-4b53-8443-b98e4aeee3f6} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:22.730045 [ 3 ] {} HTTP-Session: a8e11fd3-7b8e-4fd1-a82e-bf4018bdc68c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.730161 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.730207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.730226 [ 3 ] {} HTTP-Session: 23f755ec-ffcb-4d3d-a5fd-ca72e88837e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.730243 [ 3 ] {} HTTP-Session: 23f755ec-ffcb-4d3d-a5fd-ca72e88837e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.730257 [ 3 ] {} HTTP-Session: 23f755ec-ffcb-4d3d-a5fd-ca72e88837e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.730287 [ 3 ] {} HTTP-Session: 23f755ec-ffcb-4d3d-a5fd-ca72e88837e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.730378 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.730420 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:29:22.730550 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.730804 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.730840 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.731134 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2024.05.10 21:29:22.731439 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.731594 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} executeQuery: Read 2 rows, 143.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 113.17 KiB/sec. 2024.05.10 21:29:22.731764 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.731788 [ 3 ] {1e7bcd9b-c3ab-4bc9-9a69-835c583e3701} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:22.731804 [ 3 ] {} HTTP-Session: 23f755ec-ffcb-4d3d-a5fd-ca72e88837e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.731924 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.731970 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.731988 [ 3 ] {} HTTP-Session: 7a00b284-76b1-487e-87e6-bdc3e6f64fc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.732004 [ 3 ] {} HTTP-Session: 7a00b284-76b1-487e-87e6-bdc3e6f64fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.732017 [ 3 ] {} HTTP-Session: 7a00b284-76b1-487e-87e6-bdc3e6f64fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.732047 [ 3 ] {} HTTP-Session: 7a00b284-76b1-487e-87e6-bdc3e6f64fc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.732167 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.732209 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:22.732333 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.732665 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.732703 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.733024 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.10 21:29:22.733332 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.733488 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} executeQuery: Read 94 rows, 7.50 KiB in 0.001357 sec., 69270.44952100221 rows/sec., 5.40 MiB/sec. 2024.05.10 21:29:22.733776 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.733828 [ 3 ] {cdfeffae-d69f-4399-a649-816e56d3b963} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:22.733867 [ 3 ] {} HTTP-Session: 7a00b284-76b1-487e-87e6-bdc3e6f64fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.734101 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.734151 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.734169 [ 3 ] {} HTTP-Session: aa7cfdfd-5739-4cf0-b9e8-17295e5d0e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.734186 [ 3 ] {} HTTP-Session: aa7cfdfd-5739-4cf0-b9e8-17295e5d0e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.734199 [ 3 ] {} HTTP-Session: aa7cfdfd-5739-4cf0-b9e8-17295e5d0e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.734230 [ 3 ] {} HTTP-Session: aa7cfdfd-5739-4cf0-b9e8-17295e5d0e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.734402 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.734450 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:22.734610 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.735004 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.735039 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.735426 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.10 21:29:22.735759 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.735914 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} executeQuery: Read 197 rows, 14.08 KiB in 0.001592 sec., 123743.71859296481 rows/sec., 8.64 MiB/sec. 2024.05.10 21:29:22.736080 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.736104 [ 3 ] {e15ea627-3254-4ced-910f-d71c639b8d77} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:29:22.736120 [ 3 ] {} HTTP-Session: aa7cfdfd-5739-4cf0-b9e8-17295e5d0e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.736236 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.736284 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.736302 [ 3 ] {} HTTP-Session: bacf879b-b2fc-4365-8b96-0113a805019d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.736318 [ 3 ] {} HTTP-Session: bacf879b-b2fc-4365-8b96-0113a805019d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.736332 [ 3 ] {} HTTP-Session: bacf879b-b2fc-4365-8b96-0113a805019d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.736362 [ 3 ] {} HTTP-Session: bacf879b-b2fc-4365-8b96-0113a805019d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.736490 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.736538 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:22.736697 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.737010 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.737045 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.737424 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2024.05.10 21:29:22.737766 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.737922 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} executeQuery: Read 4 rows, 5.53 KiB in 0.001478 sec., 2706.3599458728013 rows/sec., 3.65 MiB/sec. 2024.05.10 21:29:22.738093 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.738117 [ 3 ] {5bad0679-99d5-49a0-9b9d-a7ee540c4dc3} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:29:22.738132 [ 3 ] {} HTTP-Session: bacf879b-b2fc-4365-8b96-0113a805019d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.738253 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:22.738301 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:22.738319 [ 3 ] {} HTTP-Session: 04f66902-830c-4d1e-93bb-9702377cce6c Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:22.738335 [ 3 ] {} HTTP-Session: 04f66902-830c-4d1e-93bb-9702377cce6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.738349 [ 3 ] {} HTTP-Session: 04f66902-830c-4d1e-93bb-9702377cce6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:22.738378 [ 3 ] {} HTTP-Session: 04f66902-830c-4d1e-93bb-9702377cce6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:22.738505 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:22.738551 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:22.738678 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:22.739027 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:22.739063 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:22.739421 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.10 21:29:22.739754 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:22.739908 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. 2024.05.10 21:29:22.740158 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} DynamicQueryHandler: Done processing query 2024.05.10 21:29:22.740216 [ 3 ] {b2d1a09e-7f82-4330-98c9-39a4c7ed572f} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:22.740266 [ 3 ] {} HTTP-Session: 04f66902-830c-4d1e-93bb-9702377cce6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.722192 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:27.722334 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:27.722365 [ 3 ] {} HTTP-Session: 663b26a9-b8ca-4b46-a4d1-71edbf325405 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:27.722395 [ 3 ] {} HTTP-Session: 663b26a9-b8ca-4b46-a4d1-71edbf325405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.722413 [ 3 ] {} HTTP-Session: 663b26a9-b8ca-4b46-a4d1-71edbf325405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.722469 [ 3 ] {} HTTP-Session: 663b26a9-b8ca-4b46-a4d1-71edbf325405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:27.722681 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:27.722761 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:27.722975 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:27.723425 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:27.723474 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:27.723858 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.10 21:29:27.724216 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:27.724385 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} executeQuery: Read 24 rows, 1.95 KiB in 0.001769 sec., 13566.986998304126 rows/sec., 1.07 MiB/sec. 2024.05.10 21:29:27.724708 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} DynamicQueryHandler: Done processing query 2024.05.10 21:29:27.724774 [ 3 ] {0ad366a0-4b64-452f-a0eb-2f60740e8854} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:27.724815 [ 3 ] {} HTTP-Session: 663b26a9-b8ca-4b46-a4d1-71edbf325405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.724974 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:27.725032 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:27.725052 [ 3 ] {} HTTP-Session: 79c84d73-991b-4147-9b31-018edb726366 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:27.725070 [ 3 ] {} HTTP-Session: 79c84d73-991b-4147-9b31-018edb726366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.725084 [ 3 ] {} HTTP-Session: 79c84d73-991b-4147-9b31-018edb726366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.725119 [ 3 ] {} HTTP-Session: 79c84d73-991b-4147-9b31-018edb726366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:27.725268 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:27.725316 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:27.725466 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:27.725879 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:27.725916 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:27.726245 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.10 21:29:27.726563 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:27.726724 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} executeQuery: Read 128 rows, 10.91 KiB in 0.001518 sec., 84321.47562582346 rows/sec., 7.02 MiB/sec. 2024.05.10 21:29:27.726990 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} DynamicQueryHandler: Done processing query 2024.05.10 21:29:27.727044 [ 3 ] {1db9027a-094a-4c57-93dc-02d25e20cec9} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:29:27.727081 [ 3 ] {} HTTP-Session: 79c84d73-991b-4147-9b31-018edb726366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.727235 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:27.727285 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:27.727304 [ 3 ] {} HTTP-Session: 077bc7bc-1722-44f0-9668-814fbc3d226a Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:27.727320 [ 3 ] {} HTTP-Session: 077bc7bc-1722-44f0-9668-814fbc3d226a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.727334 [ 3 ] {} HTTP-Session: 077bc7bc-1722-44f0-9668-814fbc3d226a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.727365 [ 3 ] {} HTTP-Session: 077bc7bc-1722-44f0-9668-814fbc3d226a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:27.727491 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:27.727535 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:27.727683 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:27.728025 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:27.728061 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:27.728376 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.10 21:29:27.728688 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:27.728850 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} executeQuery: Read 88 rows, 7.04 KiB in 0.001399 sec., 62902.07290922087 rows/sec., 4.91 MiB/sec. 2024.05.10 21:29:27.729102 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} DynamicQueryHandler: Done processing query 2024.05.10 21:29:27.729161 [ 3 ] {a27f2550-8cd8-46b7-af54-20330bf196eb} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:27.729213 [ 3 ] {} HTTP-Session: 077bc7bc-1722-44f0-9668-814fbc3d226a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.729407 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:27.729457 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:27.729476 [ 3 ] {} HTTP-Session: c95f398f-790c-418e-8bc0-e5e68d60e802 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:27.729492 [ 3 ] {} HTTP-Session: c95f398f-790c-418e-8bc0-e5e68d60e802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.729505 [ 3 ] {} HTTP-Session: c95f398f-790c-418e-8bc0-e5e68d60e802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.729537 [ 3 ] {} HTTP-Session: c95f398f-790c-418e-8bc0-e5e68d60e802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:27.729689 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:27.729739 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:27.729899 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:27.730282 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:27.730319 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:27.730713 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.10 21:29:27.731063 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:27.731223 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. 2024.05.10 21:29:27.731407 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} DynamicQueryHandler: Done processing query 2024.05.10 21:29:27.731431 [ 3 ] {a02810e4-375c-4431-b0e7-a714eea44077} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:27.731446 [ 3 ] {} HTTP-Session: c95f398f-790c-418e-8bc0-e5e68d60e802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.731576 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:27.731625 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:27.731646 [ 3 ] {} HTTP-Session: c03aba44-ddee-44b3-8f92-eabbfe3368c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:27.731662 [ 3 ] {} HTTP-Session: c03aba44-ddee-44b3-8f92-eabbfe3368c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.731678 [ 3 ] {} HTTP-Session: c03aba44-ddee-44b3-8f92-eabbfe3368c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.731707 [ 3 ] {} HTTP-Session: c03aba44-ddee-44b3-8f92-eabbfe3368c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:27.731942 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:27.731990 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:27.732165 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:27.732609 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:27.732652 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:27.733071 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2024.05.10 21:29:27.733417 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:27.733574 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} executeQuery: Read 24 rows, 33.16 KiB in 0.001781 sec., 13475.57551937114 rows/sec., 18.18 MiB/sec. 2024.05.10 21:29:27.733759 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} DynamicQueryHandler: Done processing query 2024.05.10 21:29:27.733783 [ 3 ] {91ab3744-c613-476f-a633-7a376f12ddbb} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:29:27.733798 [ 3 ] {} HTTP-Session: c03aba44-ddee-44b3-8f92-eabbfe3368c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.733920 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:27.733969 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:27.733989 [ 3 ] {} HTTP-Session: ddd88365-4c53-42af-a6c2-ee145c5267b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:27.734006 [ 3 ] {} HTTP-Session: ddd88365-4c53-42af-a6c2-ee145c5267b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.734020 [ 3 ] {} HTTP-Session: ddd88365-4c53-42af-a6c2-ee145c5267b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:27.734051 [ 3 ] {} HTTP-Session: ddd88365-4c53-42af-a6c2-ee145c5267b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:27.734181 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:27.734230 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:27.734357 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:27.734666 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:27.734706 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:27.735068 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.10 21:29:27.735398 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:27.735561 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. 2024.05.10 21:29:27.735731 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} DynamicQueryHandler: Done processing query 2024.05.10 21:29:27.735754 [ 3 ] {7ad07a5e-6ee9-4831-89a1-1477efd51bef} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:27.735770 [ 3 ] {} HTTP-Session: ddd88365-4c53-42af-a6c2-ee145c5267b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:31.593342 [ 26 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:29:31.593407 [ 26 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:29:32.721317 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:32.721449 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:32.721480 [ 3 ] {} HTTP-Session: e38440ab-e880-4634-b419-a2aa3a41dfdb Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:32.721509 [ 3 ] {} HTTP-Session: e38440ab-e880-4634-b419-a2aa3a41dfdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.721527 [ 3 ] {} HTTP-Session: e38440ab-e880-4634-b419-a2aa3a41dfdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.721584 [ 3 ] {} HTTP-Session: e38440ab-e880-4634-b419-a2aa3a41dfdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:32.721796 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:32.721874 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:32.722087 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:32.722528 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.722578 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:32.722968 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.10 21:29:32.723311 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.723480 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} executeQuery: Read 4 rows, 332.00 B in 0.00174 sec., 2298.8505747126437 rows/sec., 186.33 KiB/sec. 2024.05.10 21:29:32.723503 [ 23 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.10 21:29:32.723603 [ 23 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.723645 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:32.723782 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} DynamicQueryHandler: Done processing query 2024.05.10 21:29:32.723795 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.10 21:29:32.723821 [ 3 ] {0e560ece-aa01-45db-98f1-a7bfc438be17} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:32.723868 [ 3 ] {} HTTP-Session: e38440ab-e880-4634-b419-a2aa3a41dfdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.724022 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:32.724043 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:32.724087 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 28 rows starting from the beginning of the part 2024.05.10 21:29:32.724148 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:32.724241 [ 3 ] {} HTTP-Session: 801ed301-7b82-4b34-8d83-236773610353 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:32.724280 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:32.724313 [ 3 ] {} HTTP-Session: 801ed301-7b82-4b34-8d83-236773610353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.724415 [ 3 ] {} HTTP-Session: 801ed301-7b82-4b34-8d83-236773610353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.724595 [ 3 ] {} HTTP-Session: 801ed301-7b82-4b34-8d83-236773610353 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:32.724624 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:32.724925 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:32.725028 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:32.725212 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:32.725226 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:32.725580 [ 196 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:32.726218 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:32.727239 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.727316 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:32.728228 [ 202 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 88 rows, containing 4 columns (4 merged, 0 gathered) in 0.004497544 sec., 19566.234371470295 rows/sec., 1.55 MiB/sec. 2024.05.10 21:29:32.728252 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.10 21:29:32.728475 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.10 21:29:32.728973 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.729329 [ 23 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.10 21:29:32.729339 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} executeQuery: Read 68 rows, 5.48 KiB in 0.004504 sec., 15097.690941385434 rows/sec., 1.19 MiB/sec. 2024.05.10 21:29:32.729429 [ 23 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.729564 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.729634 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:32.729922 [ 200 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_51_10} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.10 21:29:32.729966 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} DynamicQueryHandler: Done processing query 2024.05.10 21:29:32.730015 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.10 21:29:32.730017 [ 3 ] {81bfc57e-25d5-49ce-94a2-b89b16e8e10b} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:32.730118 [ 3 ] {} HTTP-Session: 801ed301-7b82-4b34-8d83-236773610353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.730148 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2024.05.10 21:29:32.730256 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:32.730290 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 11560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:32.730299 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 184 rows starting from the beginning of the part 2024.05.10 21:29:32.730349 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:32.730415 [ 3 ] {} HTTP-Session: 9d67a788-7cd9-446e-8c79-77eeeefdacc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:32.730448 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part 2024.05.10 21:29:32.730457 [ 3 ] {} HTTP-Session: 9d67a788-7cd9-446e-8c79-77eeeefdacc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.730497 [ 3 ] {} HTTP-Session: 9d67a788-7cd9-446e-8c79-77eeeefdacc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.730637 [ 3 ] {} HTTP-Session: 9d67a788-7cd9-446e-8c79-77eeeefdacc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:32.730698 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 128 rows starting from the beginning of the part 2024.05.10 21:29:32.730951 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 105 rows starting from the beginning of the part 2024.05.10 21:29:32.730986 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:32.731147 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:32.731188 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 128 rows starting from the beginning of the part 2024.05.10 21:29:32.731499 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 68 rows starting from the beginning of the part 2024.05.10 21:29:32.732019 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:32.732620 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.732669 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:32.733136 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.10 21:29:32.733442 [ 189 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003590875 sec., 189647.37006996904 rows/sec., 15.36 MiB/sec. 2024.05.10 21:29:32.733668 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.10 21:29:32.733725 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.733995 [ 23 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.10 21:29:32.734100 [ 23 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.734090 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} executeQuery: Read 68 rows, 5.44 KiB in 0.00318 sec., 21383.64779874214 rows/sec., 1.67 MiB/sec. 2024.05.10 21:29:32.734198 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:32.734728 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.10 21:29:32.734963 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} DynamicQueryHandler: Done processing query 2024.05.10 21:29:32.735036 [ 3 ] {2eedb334-6826-4365-b69a-26bf4d4343f6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:32.735094 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:32.735113 [ 3 ] {} HTTP-Session: 9d67a788-7cd9-446e-8c79-77eeeefdacc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.735190 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 148 rows starting from the beginning of the part 2024.05.10 21:29:32.735210 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.735362 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 68 rows starting from the beginning of the part 2024.05.10 21:29:32.735430 [ 202 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_56_11} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.10 21:29:32.735748 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 88 rows starting from the beginning of the part 2024.05.10 21:29:32.735789 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2024.05.10 21:29:32.736050 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 94 rows starting from the beginning of the part 2024.05.10 21:29:32.736161 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:32.736291 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 88 rows starting from the beginning of the part 2024.05.10 21:29:32.736385 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:32.736612 [ 194 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 68 rows starting from the beginning of the part 2024.05.10 21:29:32.736608 [ 3 ] {} HTTP-Session: 83f03392-78d7-494e-9c64-4e67e3cc04d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:32.736702 [ 3 ] {} HTTP-Session: 83f03392-78d7-494e-9c64-4e67e3cc04d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.736803 [ 3 ] {} HTTP-Session: 83f03392-78d7-494e-9c64-4e67e3cc04d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.737032 [ 3 ] {} HTTP-Session: 83f03392-78d7-494e-9c64-4e67e3cc04d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:32.737291 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:32.737415 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:32.738025 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:32.738871 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.738969 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:32.739219 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 4 columns (4 merged, 0 gathered) in 0.004847181 sec., 114293.23559404942 rows/sec., 8.92 MiB/sec. 2024.05.10 21:29:32.739456 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.10 21:29:32.739963 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.10 21:29:32.740289 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.740493 [ 190 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_56_11} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.10 21:29:32.740615 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.10 21:29:32.740693 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.740877 [ 23 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.10 21:29:32.740885 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} executeQuery: Read 160 rows, 11.41 KiB in 0.003709 sec., 43138.31221353464 rows/sec., 3.00 MiB/sec. 2024.05.10 21:29:32.740927 [ 23 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.741011 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:32.741232 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.10 21:29:32.741293 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} DynamicQueryHandler: Done processing query 2024.05.10 21:29:32.741340 [ 3 ] {c9ef5717-7737-4e1a-a0b4-2ba5242c00f9} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:32.741387 [ 3 ] {} HTTP-Session: 83f03392-78d7-494e-9c64-4e67e3cc04d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.741475 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:32.741512 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8528 rows starting from the beginning of the part 2024.05.10 21:29:32.741570 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:32.741746 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2024.05.10 21:29:32.741761 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:32.741878 [ 3 ] {} HTTP-Session: e9f33470-d2f2-4100-a7c4-4f1b856fb8c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:32.742014 [ 3 ] {} HTTP-Session: e9f33470-d2f2-4100-a7c4-4f1b856fb8c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.742071 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2024.05.10 21:29:32.742085 [ 3 ] {} HTTP-Session: e9f33470-d2f2-4100-a7c4-4f1b856fb8c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.742295 [ 3 ] {} HTTP-Session: e9f33470-d2f2-4100-a7c4-4f1b856fb8c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:32.742358 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 197 rows starting from the beginning of the part 2024.05.10 21:29:32.742608 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2024.05.10 21:29:32.742846 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:32.742902 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2024.05.10 21:29:32.743115 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:32.743880 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:32.744392 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.744438 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:32.745490 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2024.05.10 21:29:32.746665 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.747023 [ 23 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2024.05.10 21:29:32.747032 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} executeQuery: Read 4 rows, 5.53 KiB in 0.004477 sec., 893.4554389099843 rows/sec., 1.21 MiB/sec. 2024.05.10 21:29:32.747085 [ 23 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.747156 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:32.747913 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2024.05.10 21:29:32.748042 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} DynamicQueryHandler: Done processing query 2024.05.10 21:29:32.748142 [ 3 ] {7e4506e2-2872-48a1-bcae-5df876a2e0a8} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:29:32.748254 [ 3 ] {} HTTP-Session: e9f33470-d2f2-4100-a7c4-4f1b856fb8c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.748653 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:32.748670 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:32.748767 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:32.748771 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 702 rows starting from the beginning of the part 2024.05.10 21:29:32.748829 [ 3 ] {} HTTP-Session: bc4c1453-d482-43e6-b228-b4c82b68354b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:32.748928 [ 3 ] {} HTTP-Session: bc4c1453-d482-43e6-b228-b4c82b68354b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.749127 [ 3 ] {} HTTP-Session: bc4c1453-d482-43e6-b228-b4c82b68354b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.749256 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:32.749686 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:32.749757 [ 3 ] {} HTTP-Session: bc4c1453-d482-43e6-b228-b4c82b68354b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:32.750179 [ 192 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 9365 rows, containing 5 columns (5 merged, 0 gathered) in 0.009032579 sec., 1036802.4459016633 rows/sec., 72.23 MiB/sec. 2024.05.10 21:29:32.750203 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:32.750541 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:32.750662 [ 192 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.10 21:29:32.751026 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:32.750724 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:32.751826 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:32.752414 [ 192 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.752751 [ 192 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_56_11} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.10 21:29:32.753028 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2024.05.10 21:29:32.753146 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:32.753674 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.753734 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:32.754845 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.10 21:29:32.755575 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.755774 [ 23 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.10 21:29:32.755811 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} executeQuery: Read 60 rows, 4.14 KiB in 0.005513 sec., 10883.366588064575 rows/sec., 751.07 KiB/sec. 2024.05.10 21:29:32.755829 [ 23 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:32.755904 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:32.756233 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.10 21:29:32.756271 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} DynamicQueryHandler: Done processing query 2024.05.10 21:29:32.756326 [ 3 ] {01fdc155-6132-4999-bc4b-afd30a1b7723} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:32.756350 [ 3 ] {} HTTP-Session: bc4c1453-d482-43e6-b228-b4c82b68354b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:32.756466 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:32.756526 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2918 rows starting from the beginning of the part 2024.05.10 21:29:32.756855 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:32.757233 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:32.757250 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 6 columns (6 merged, 0 gathered) in 0.009791326 sec., 77823.98420806334 rows/sec., 105.02 MiB/sec. 2024.05.10 21:29:32.757449 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:32.757577 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:32.757695 [ 186 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:32.758113 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2024.05.10 21:29:32.758996 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.759207 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_51_10} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2024.05.10 21:29:32.759380 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2024.05.10 21:29:32.760098 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3218 rows, containing 4 columns (4 merged, 0 gathered) in 0.004046255 sec., 795303.3113335664 rows/sec., 53.70 MiB/sec. 2024.05.10 21:29:32.760426 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.10 21:29:32.760902 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:32.760999 [ 188 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_56_11} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.10 21:29:32.761093 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2024.05.10 21:29:33.000146 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 193.69 MiB, peak 202.05 MiB, free memory in arenas 0.00 B, will set to 195.37 MiB (RSS), difference: 1.68 MiB 2024.05.10 21:29:37.721870 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.722074 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.722120 [ 3 ] {} HTTP-Session: 14be807b-e62d-42e1-a379-1a6a06f37948 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.722161 [ 3 ] {} HTTP-Session: 14be807b-e62d-42e1-a379-1a6a06f37948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.722188 [ 3 ] {} HTTP-Session: 14be807b-e62d-42e1-a379-1a6a06f37948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.722265 [ 3 ] {} HTTP-Session: 14be807b-e62d-42e1-a379-1a6a06f37948 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.722455 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.722524 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:37.722719 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.723192 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.723237 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.723636 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.10 21:29:37.723994 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.724159 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} executeQuery: Read 24 rows, 1.95 KiB in 0.001763 sec., 13613.159387407828 rows/sec., 1.08 MiB/sec. 2024.05.10 21:29:37.724385 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.724412 [ 3 ] {177cc79a-a94e-4231-b2c4-3864ae184403} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:37.724428 [ 3 ] {} HTTP-Session: 14be807b-e62d-42e1-a379-1a6a06f37948 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.724563 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.724621 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.724645 [ 3 ] {} HTTP-Session: 3f35f05c-5a4d-4006-a78f-3f82128f2fa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.724663 [ 3 ] {} HTTP-Session: 3f35f05c-5a4d-4006-a78f-3f82128f2fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.724677 [ 3 ] {} HTTP-Session: 3f35f05c-5a4d-4006-a78f-3f82128f2fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.724718 [ 3 ] {} HTTP-Session: 3f35f05c-5a4d-4006-a78f-3f82128f2fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.724826 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.724876 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:29:37.725012 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.725367 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.725405 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.725736 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:29:37.726065 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.726238 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} executeQuery: Read 2 rows, 167.00 B in 0.001434 sec., 1394.700139470014 rows/sec., 113.73 KiB/sec. 2024.05.10 21:29:37.726520 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.726546 [ 3 ] {78756caf-0d92-4aa8-b8dc-8660588234e9} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:37.726563 [ 3 ] {} HTTP-Session: 3f35f05c-5a4d-4006-a78f-3f82128f2fa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.726736 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.726791 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.726810 [ 3 ] {} HTTP-Session: cb2dfeb2-52ef-493a-9a14-fe1621326357 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.726826 [ 3 ] {} HTTP-Session: cb2dfeb2-52ef-493a-9a14-fe1621326357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.726840 [ 3 ] {} HTTP-Session: cb2dfeb2-52ef-493a-9a14-fe1621326357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.726874 [ 3 ] {} HTTP-Session: cb2dfeb2-52ef-493a-9a14-fe1621326357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.727015 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.727062 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:37.727211 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.727614 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.727652 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.727989 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.10 21:29:37.728355 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.728534 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} executeQuery: Read 129 rows, 10.98 KiB in 0.00157 sec., 82165.6050955414 rows/sec., 6.83 MiB/sec. 2024.05.10 21:29:37.728819 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.728877 [ 3 ] {28fc5bf4-2b07-47ae-87cf-ae892f3af85d} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:29:37.728924 [ 3 ] {} HTTP-Session: cb2dfeb2-52ef-493a-9a14-fe1621326357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.729072 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.729125 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.729145 [ 3 ] {} HTTP-Session: d23ffa49-cca6-40cf-be91-13fb4e94b287 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.729161 [ 3 ] {} HTTP-Session: d23ffa49-cca6-40cf-be91-13fb4e94b287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.729175 [ 3 ] {} HTTP-Session: d23ffa49-cca6-40cf-be91-13fb4e94b287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.729207 [ 3 ] {} HTTP-Session: d23ffa49-cca6-40cf-be91-13fb4e94b287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.729309 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.729356 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:29:37.729511 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.729864 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.729902 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.730220 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2024.05.10 21:29:37.730554 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.730708 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} executeQuery: Read 2 rows, 143.00 B in 0.001419 sec., 1409.4432699083864 rows/sec., 98.41 KiB/sec. 2024.05.10 21:29:37.731058 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.731084 [ 3 ] {c75b6022-fa8e-4f8f-8fbe-8eeaa4ce09f4} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:37.731100 [ 3 ] {} HTTP-Session: d23ffa49-cca6-40cf-be91-13fb4e94b287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.731252 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15288, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.731304 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.731324 [ 3 ] {} HTTP-Session: 724ac0a1-2c61-48ba-b7db-14b9943b1017 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.731341 [ 3 ] {} HTTP-Session: 724ac0a1-2c61-48ba-b7db-14b9943b1017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.731357 [ 3 ] {} HTTP-Session: 724ac0a1-2c61-48ba-b7db-14b9943b1017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.731389 [ 3 ] {} HTTP-Session: 724ac0a1-2c61-48ba-b7db-14b9943b1017 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.731522 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.731571 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:37.731729 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.732106 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.732145 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.732471 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.10 21:29:37.732805 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.732974 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} executeQuery: Read 90 rows, 7.20 KiB in 0.001501 sec., 59960.02664890073 rows/sec., 4.68 MiB/sec. 2024.05.10 21:29:37.733133 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.733157 [ 3 ] {c44a62a8-089d-4453-b1c6-db2cb1dd3207} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:37.733172 [ 3 ] {} HTTP-Session: 724ac0a1-2c61-48ba-b7db-14b9943b1017 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.733356 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.733403 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.733422 [ 3 ] {} HTTP-Session: d1693da1-e37a-4ae8-801d-2e07188fc895 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.733440 [ 3 ] {} HTTP-Session: d1693da1-e37a-4ae8-801d-2e07188fc895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.733453 [ 3 ] {} HTTP-Session: d1693da1-e37a-4ae8-801d-2e07188fc895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.733484 [ 3 ] {} HTTP-Session: d1693da1-e37a-4ae8-801d-2e07188fc895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.733633 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.733682 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:37.733825 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.734229 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.734266 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.734679 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.10 21:29:37.735030 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.735186 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} executeQuery: Read 161 rows, 11.48 KiB in 0.001617 sec., 99567.09956709958 rows/sec., 6.93 MiB/sec. 2024.05.10 21:29:37.735385 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.735422 [ 3 ] {eb1c0b81-daec-4d78-950e-c6cf1b2ab785} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:37.735450 [ 3 ] {} HTTP-Session: d1693da1-e37a-4ae8-801d-2e07188fc895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.735630 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.735680 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.735700 [ 3 ] {} HTTP-Session: 1ff48d28-bd18-4372-b263-7ff0360053fb Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.735717 [ 3 ] {} HTTP-Session: 1ff48d28-bd18-4372-b263-7ff0360053fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.735730 [ 3 ] {} HTTP-Session: 1ff48d28-bd18-4372-b263-7ff0360053fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.735761 [ 3 ] {} HTTP-Session: 1ff48d28-bd18-4372-b263-7ff0360053fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.736001 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.736051 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:37.736208 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.736599 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.736634 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.737045 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2024.05.10 21:29:37.737410 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.737565 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} executeQuery: Read 24 rows, 33.16 KiB in 0.001727 sec., 13896.931094383324 rows/sec., 18.75 MiB/sec. 2024.05.10 21:29:37.737857 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.737909 [ 3 ] {a4143d04-d8ea-489c-b3bc-60030251e9ee} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:29:37.737950 [ 3 ] {} HTTP-Session: 1ff48d28-bd18-4372-b263-7ff0360053fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.738080 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:37.738129 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:37.738148 [ 3 ] {} HTTP-Session: 1fe3f75d-54c1-4858-824b-4d761e12e81e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:37.738165 [ 3 ] {} HTTP-Session: 1fe3f75d-54c1-4858-824b-4d761e12e81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.738178 [ 3 ] {} HTTP-Session: 1fe3f75d-54c1-4858-824b-4d761e12e81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:37.738208 [ 3 ] {} HTTP-Session: 1fe3f75d-54c1-4858-824b-4d761e12e81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:37.738326 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:37.738373 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:37.738517 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:37.738820 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:37.738858 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2024.05.10 21:29:37.739216 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2024.05.10 21:29:37.739556 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:37.739714 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. 2024.05.10 21:29:37.739899 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} DynamicQueryHandler: Done processing query 2024.05.10 21:29:37.739931 [ 3 ] {1d3de434-d0d3-436a-b004-9bec8c7f2445} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:37.739953 [ 3 ] {} HTTP-Session: 1fe3f75d-54c1-4858-824b-4d761e12e81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.721169 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.721306 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.721331 [ 3 ] {} HTTP-Session: ae5a877e-4b31-4678-a802-ed7a547872f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.721356 [ 3 ] {} HTTP-Session: ae5a877e-4b31-4678-a802-ed7a547872f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.721371 [ 3 ] {} HTTP-Session: ae5a877e-4b31-4678-a802-ed7a547872f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.721421 [ 3 ] {} HTTP-Session: ae5a877e-4b31-4678-a802-ed7a547872f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.721615 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.721685 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:42.721882 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.722290 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.722332 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.722701 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.10 21:29:42.723045 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.723205 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} executeQuery: Read 4 rows, 332.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 197.21 KiB/sec. 2024.05.10 21:29:42.723416 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.723442 [ 3 ] {d52ce5e4-dde4-4128-ab59-7ed25adfbeba} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:42.723460 [ 3 ] {} HTTP-Session: ae5a877e-4b31-4678-a802-ed7a547872f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.723615 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.723668 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.723688 [ 3 ] {} HTTP-Session: 71cd8318-a7a2-4857-ae0c-746c558e8625 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.723704 [ 3 ] {} HTTP-Session: 71cd8318-a7a2-4857-ae0c-746c558e8625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.723718 [ 3 ] {} HTTP-Session: 71cd8318-a7a2-4857-ae0c-746c558e8625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.723749 [ 3 ] {} HTTP-Session: 71cd8318-a7a2-4857-ae0c-746c558e8625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.723845 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.723888 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:29:42.724014 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.724297 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.724335 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.724637 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:29:42.724957 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.725117 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} executeQuery: Read 4 rows, 334.00 B in 0.001291 sec., 3098.3733539891555 rows/sec., 252.65 KiB/sec. 2024.05.10 21:29:42.725116 [ 151 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2024.05.10 21:29:42.725227 [ 151 ] {} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.725260 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.725338 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.725378 [ 3 ] {ccfd35bd-129c-4fbf-bb8e-76850a3cb51a} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:42.725398 [ 3 ] {} HTTP-Session: 71cd8318-a7a2-4857-ae0c-746c558e8625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.725398 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2024.05.10 21:29:42.725524 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:42.725539 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.725558 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 14 rows starting from the beginning of the part 2024.05.10 21:29:42.725598 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.725632 [ 3 ] {} HTTP-Session: ff449499-d3a8-4cbf-8427-19c587988eed Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.725641 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.725685 [ 3 ] {} HTTP-Session: ff449499-d3a8-4cbf-8427-19c587988eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.725748 [ 3 ] {} HTTP-Session: ff449499-d3a8-4cbf-8427-19c587988eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.725943 [ 3 ] {} HTTP-Session: ff449499-d3a8-4cbf-8427-19c587988eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.725959 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.726239 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.726315 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.726493 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:42.726506 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.726810 [ 197 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:42.727204 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.727743 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.727791 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.728364 [ 188 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.003023013 sec., 8600.690767786973 rows/sec., 701.33 KiB/sec. 2024.05.10 21:29:42.728378 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.10 21:29:42.728670 [ 187 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2024.05.10 21:29:42.729193 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.729555 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} executeQuery: Read 70 rows, 5.63 KiB in 0.003333 sec., 21002.100210021003 rows/sec., 1.65 MiB/sec. 2024.05.10 21:29:42.729625 [ 187 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.729835 [ 187 ] {c948550e-b07c-47f2-b96a-a90dcdad167b::all_1_24_5} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2024.05.10 21:29:42.729851 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.729897 [ 3 ] {b423f769-02d7-4a00-add7-b91b76bb42f6} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:42.729953 [ 3 ] {} HTTP-Session: ff449499-d3a8-4cbf-8427-19c587988eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.730008 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2024.05.10 21:29:42.730122 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.730181 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.730201 [ 3 ] {} HTTP-Session: a0a1ac42-4bd7-43db-8e12-1a0641bf120b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.730219 [ 3 ] {} HTTP-Session: a0a1ac42-4bd7-43db-8e12-1a0641bf120b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.730234 [ 3 ] {} HTTP-Session: a0a1ac42-4bd7-43db-8e12-1a0641bf120b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.730296 [ 3 ] {} HTTP-Session: a0a1ac42-4bd7-43db-8e12-1a0641bf120b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.730402 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.730447 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:29:42.730590 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.730929 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.730967 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.731275 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2024.05.10 21:29:42.731607 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.731759 [ 151 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2024.05.10 21:29:42.731772 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} executeQuery: Read 4 rows, 286.00 B in 0.001388 sec., 2881.844380403458 rows/sec., 201.22 KiB/sec. 2024.05.10 21:29:42.731809 [ 151 ] {} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.731869 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.732212 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.732315 [ 3 ] {d64ee696-7bda-433b-b896-d5979fd65267} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:42.732391 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2024.05.10 21:29:42.732999 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:42.733016 [ 3 ] {} HTTP-Session: a0a1ac42-4bd7-43db-8e12-1a0641bf120b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.733096 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 14 rows starting from the beginning of the part 2024.05.10 21:29:42.733192 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.733280 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 12242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.733536 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.733559 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.733639 [ 3 ] {} HTTP-Session: 486e3456-92e7-41bb-bf8d-29d5329d0315 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.733737 [ 3 ] {} HTTP-Session: 486e3456-92e7-41bb-bf8d-29d5329d0315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.733813 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.733828 [ 3 ] {} HTTP-Session: 486e3456-92e7-41bb-bf8d-29d5329d0315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.733966 [ 3 ] {} HTTP-Session: 486e3456-92e7-41bb-bf8d-29d5329d0315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.734063 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2024.05.10 21:29:42.734311 [ 188 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:42.734497 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.734658 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:42.735048 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.735961 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.736035 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.736941 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004979664 sec., 5221.235810287601 rows/sec., 364.57 KiB/sec. 2024.05.10 21:29:42.736959 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.10 21:29:42.737140 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2024.05.10 21:29:42.737765 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.738094 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.738109 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} executeQuery: Read 72 rows, 5.76 KiB in 0.00383 sec., 18798.95561357702 rows/sec., 1.47 MiB/sec. 2024.05.10 21:29:42.738375 [ 191 ] {db964b5e-fcfa-42b2-a7c1-c7234904487c::all_1_24_5} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2024.05.10 21:29:42.738633 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2024.05.10 21:29:42.738763 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.738838 [ 3 ] {e04925b6-3aaf-46a1-aef6-58833aab6051} MemoryTracker: Peak memory usage (for query): 4.24 MiB. 2024.05.10 21:29:42.738880 [ 3 ] {} HTTP-Session: 486e3456-92e7-41bb-bf8d-29d5329d0315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.739288 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.739364 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.739397 [ 3 ] {} HTTP-Session: 23f653f2-c0b2-436b-b720-2bfd23b2a0e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.739422 [ 3 ] {} HTTP-Session: 23f653f2-c0b2-436b-b720-2bfd23b2a0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.739445 [ 3 ] {} HTTP-Session: 23f653f2-c0b2-436b-b720-2bfd23b2a0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.739489 [ 3 ] {} HTTP-Session: 23f653f2-c0b2-436b-b720-2bfd23b2a0e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.739738 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.739794 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:42.739979 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.740434 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.740472 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.740903 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.10 21:29:42.741275 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.741444 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} executeQuery: Read 162 rows, 11.55 KiB in 0.001831 sec., 88476.24249044238 rows/sec., 6.16 MiB/sec. 2024.05.10 21:29:42.741622 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.741648 [ 3 ] {e0a21789-8c2e-4567-8fd9-ce48c7b05907} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:42.741664 [ 3 ] {} HTTP-Session: 23f653f2-c0b2-436b-b720-2bfd23b2a0e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.741797 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.741845 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.741865 [ 3 ] {} HTTP-Session: 1745afe1-dde2-4239-ac28-f515de89bbf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.741884 [ 3 ] {} HTTP-Session: 1745afe1-dde2-4239-ac28-f515de89bbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.741898 [ 3 ] {} HTTP-Session: 1745afe1-dde2-4239-ac28-f515de89bbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.741929 [ 3 ] {} HTTP-Session: 1745afe1-dde2-4239-ac28-f515de89bbf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.742060 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.742109 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:42.742270 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.742608 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.742669 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.743087 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2024.05.10 21:29:42.743434 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.743592 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} executeQuery: Read 4 rows, 5.53 KiB in 0.001581 sec., 2530.044275774826 rows/sec., 3.41 MiB/sec. 2024.05.10 21:29:42.743960 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.744003 [ 3 ] {fd0aec6d-8ec1-44af-860d-cf3ccb17f5fd} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:29:42.744020 [ 3 ] {} HTTP-Session: 1745afe1-dde2-4239-ac28-f515de89bbf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.744150 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:42.744202 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:42.744221 [ 3 ] {} HTTP-Session: 9c5972b6-c105-47d2-b5f0-c5e6766ab1af Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:42.744237 [ 3 ] {} HTTP-Session: 9c5972b6-c105-47d2-b5f0-c5e6766ab1af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.744251 [ 3 ] {} HTTP-Session: 9c5972b6-c105-47d2-b5f0-c5e6766ab1af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:42.744282 [ 3 ] {} HTTP-Session: 9c5972b6-c105-47d2-b5f0-c5e6766ab1af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:42.744399 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:42.744447 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:42.744596 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:42.744903 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:42.744940 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:42.745310 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2024.05.10 21:29:42.745645 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:42.745779 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. 2024.05.10 21:29:42.745946 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} DynamicQueryHandler: Done processing query 2024.05.10 21:29:42.745971 [ 3 ] {c7259b68-b9db-4825-a154-c17dc3637a41} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:42.745987 [ 3 ] {} HTTP-Session: 9c5972b6-c105-47d2-b5f0-c5e6766ab1af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:46.593445 [ 170 ] {} DNSResolver: Updating DNS cache 2024.05.10 21:29:46.593517 [ 170 ] {} DNSResolver: Updated DNS cache 2024.05.10 21:29:47.721726 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.721851 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.721880 [ 3 ] {} HTTP-Session: fc0360f8-359c-48c8-b706-68b74908f8fe Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.721907 [ 3 ] {} HTTP-Session: fc0360f8-359c-48c8-b706-68b74908f8fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.721924 [ 3 ] {} HTTP-Session: fc0360f8-359c-48c8-b706-68b74908f8fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.721995 [ 3 ] {} HTTP-Session: fc0360f8-359c-48c8-b706-68b74908f8fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.722228 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.722307 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:47.722523 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.722983 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.723031 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.723429 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.10 21:29:47.723780 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.723943 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} executeQuery: Read 24 rows, 1.95 KiB in 0.001781 sec., 13475.57551937114 rows/sec., 1.07 MiB/sec. 2024.05.10 21:29:47.724152 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.724179 [ 3 ] {cff47f58-68d0-48dc-8fc1-416cca4c7da3} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:47.724194 [ 3 ] {} HTTP-Session: fc0360f8-359c-48c8-b706-68b74908f8fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.724348 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.724398 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.724416 [ 3 ] {} HTTP-Session: 5bb115be-397b-41e3-83f9-56a253e14a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.724433 [ 3 ] {} HTTP-Session: 5bb115be-397b-41e3-83f9-56a253e14a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.724446 [ 3 ] {} HTTP-Session: 5bb115be-397b-41e3-83f9-56a253e14a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.724477 [ 3 ] {} HTTP-Session: 5bb115be-397b-41e3-83f9-56a253e14a68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.724574 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.724619 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:29:47.724755 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.725097 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.725134 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.725440 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:29:47.725752 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.725900 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} executeQuery: Read 2 rows, 167.00 B in 0.001341 sec., 1491.4243102162566 rows/sec., 121.62 KiB/sec. 2024.05.10 21:29:47.726077 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.726101 [ 3 ] {2be16fde-912f-432d-aec9-473226a6aa06} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:47.726116 [ 3 ] {} HTTP-Session: 5bb115be-397b-41e3-83f9-56a253e14a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.726258 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.726306 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.726324 [ 3 ] {} HTTP-Session: a01003bc-7382-416c-92b5-e4efb194f1be Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.726340 [ 3 ] {} HTTP-Session: a01003bc-7382-416c-92b5-e4efb194f1be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.726353 [ 3 ] {} HTTP-Session: a01003bc-7382-416c-92b5-e4efb194f1be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.726384 [ 3 ] {} HTTP-Session: a01003bc-7382-416c-92b5-e4efb194f1be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.726517 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.726560 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:47.726686 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.727070 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.727108 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.727443 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.10 21:29:47.727758 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.727926 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} executeQuery: Read 129 rows, 10.98 KiB in 0.001462 sec., 88235.29411764706 rows/sec., 7.33 MiB/sec. 2024.05.10 21:29:47.728096 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.728120 [ 3 ] {e84748f5-8445-4b73-9b92-81cc005599db} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:29:47.728136 [ 3 ] {} HTTP-Session: a01003bc-7382-416c-92b5-e4efb194f1be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.728255 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.728303 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.728322 [ 3 ] {} HTTP-Session: 1d87fda4-8c45-416d-8c64-75d8655a2c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.728338 [ 3 ] {} HTTP-Session: 1d87fda4-8c45-416d-8c64-75d8655a2c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.728351 [ 3 ] {} HTTP-Session: 1d87fda4-8c45-416d-8c64-75d8655a2c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.728381 [ 3 ] {} HTTP-Session: 1d87fda4-8c45-416d-8c64-75d8655a2c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.728490 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.728534 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:29:47.728659 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.728979 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.729015 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.729317 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2024.05.10 21:29:47.729629 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.729779 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} executeQuery: Read 2 rows, 143.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 106.93 KiB/sec. 2024.05.10 21:29:47.729986 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.730010 [ 3 ] {3c82bd8b-a835-4c1f-b4d8-2ec5e0962dcc} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:47.730026 [ 3 ] {} HTTP-Session: 1d87fda4-8c45-416d-8c64-75d8655a2c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.730158 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.730207 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.730225 [ 3 ] {} HTTP-Session: 87baede4-fdf2-4299-9d41-81d36f575224 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.730241 [ 3 ] {} HTTP-Session: 87baede4-fdf2-4299-9d41-81d36f575224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.730255 [ 3 ] {} HTTP-Session: 87baede4-fdf2-4299-9d41-81d36f575224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.730285 [ 3 ] {} HTTP-Session: 87baede4-fdf2-4299-9d41-81d36f575224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.730412 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.730454 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:47.730578 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.730928 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.730965 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.731295 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.10 21:29:47.731609 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.731758 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} executeQuery: Read 90 rows, 7.20 KiB in 0.001393 sec., 64608.75807609476 rows/sec., 5.05 MiB/sec. 2024.05.10 21:29:47.731929 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.731953 [ 3 ] {4291f953-5dbf-422b-b9c8-241a161af500} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:47.731969 [ 3 ] {} HTTP-Session: 87baede4-fdf2-4299-9d41-81d36f575224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.732163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.732212 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.732231 [ 3 ] {} HTTP-Session: 148c50b2-8950-4eb4-9fc3-248268e0ebe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.732247 [ 3 ] {} HTTP-Session: 148c50b2-8950-4eb4-9fc3-248268e0ebe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.732261 [ 3 ] {} HTTP-Session: 148c50b2-8950-4eb4-9fc3-248268e0ebe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.732291 [ 3 ] {} HTTP-Session: 148c50b2-8950-4eb4-9fc3-248268e0ebe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.732442 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.732491 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:47.732634 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.733049 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.733086 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.733489 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.10 21:29:47.733851 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.733974 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} executeQuery: Read 161 rows, 11.48 KiB in 0.001608 sec., 100124.37810945274 rows/sec., 6.97 MiB/sec. 2024.05.10 21:29:47.734145 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.734170 [ 3 ] {33a30c06-8757-4fac-bb16-16f2cb6fad7e} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:47.734185 [ 3 ] {} HTTP-Session: 148c50b2-8950-4eb4-9fc3-248268e0ebe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.734335 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.734383 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.734401 [ 3 ] {} HTTP-Session: 0c47d299-1408-4219-ac83-a75a80aa1bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.734418 [ 3 ] {} HTTP-Session: 0c47d299-1408-4219-ac83-a75a80aa1bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.734432 [ 3 ] {} HTTP-Session: 0c47d299-1408-4219-ac83-a75a80aa1bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.734462 [ 3 ] {} HTTP-Session: 0c47d299-1408-4219-ac83-a75a80aa1bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.734696 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.734746 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:47.734900 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.735348 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.735385 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.735803 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2024.05.10 21:29:47.736161 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.736291 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} executeQuery: Read 24 rows, 33.16 KiB in 0.001752 sec., 13698.630136986301 rows/sec., 18.49 MiB/sec. 2024.05.10 21:29:47.736479 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.736514 [ 3 ] {5de150ec-3211-4317-9960-b88c55cc3e9c} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:29:47.736539 [ 3 ] {} HTTP-Session: 0c47d299-1408-4219-ac83-a75a80aa1bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.736693 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:47.736766 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:47.736800 [ 3 ] {} HTTP-Session: 0ed484c7-d764-4f06-ad79-0fb9cba76c34 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:47.736827 [ 3 ] {} HTTP-Session: 0ed484c7-d764-4f06-ad79-0fb9cba76c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.736850 [ 3 ] {} HTTP-Session: 0ed484c7-d764-4f06-ad79-0fb9cba76c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:47.736895 [ 3 ] {} HTTP-Session: 0ed484c7-d764-4f06-ad79-0fb9cba76c34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:47.737078 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:47.737141 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:47.737327 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:47.737679 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:47.737717 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:47.738093 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2024.05.10 21:29:47.738504 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:47.738642 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} executeQuery: Read 60 rows, 4.14 KiB in 0.001645 sec., 36474.1641337386 rows/sec., 2.46 MiB/sec. 2024.05.10 21:29:47.738837 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} DynamicQueryHandler: Done processing query 2024.05.10 21:29:47.738865 [ 3 ] {4eb53e93-5078-4012-a0e9-fd149e6c2a35} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:47.738881 [ 3 ] {} HTTP-Session: 0ed484c7-d764-4f06-ad79-0fb9cba76c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.722440 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.722631 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.722676 [ 3 ] {} HTTP-Session: 1cf1be81-6102-47d0-af76-b41e3cf11440 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.722705 [ 3 ] {} HTTP-Session: 1cf1be81-6102-47d0-af76-b41e3cf11440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.722723 [ 3 ] {} HTTP-Session: 1cf1be81-6102-47d0-af76-b41e3cf11440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.722780 [ 3 ] {} HTTP-Session: 1cf1be81-6102-47d0-af76-b41e3cf11440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.722982 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.723058 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:52.723278 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.723746 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.723789 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.724156 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.10 21:29:52.724484 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.724635 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} executeQuery: Read 4 rows, 332.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 189.60 KiB/sec. 2024.05.10 21:29:52.724921 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.724984 [ 3 ] {c5c6ea1a-dfe4-4727-b23d-88da03c87003} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:52.725046 [ 3 ] {} HTTP-Session: 1cf1be81-6102-47d0-af76-b41e3cf11440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.725281 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.725352 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.725372 [ 3 ] {} HTTP-Session: 7669f4df-7757-4f4b-8053-a1f86392dc92 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.725388 [ 3 ] {} HTTP-Session: 7669f4df-7757-4f4b-8053-a1f86392dc92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.725402 [ 3 ] {} HTTP-Session: 7669f4df-7757-4f4b-8053-a1f86392dc92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.725433 [ 3 ] {} HTTP-Session: 7669f4df-7757-4f4b-8053-a1f86392dc92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.725532 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.725577 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2024.05.10 21:29:52.725723 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.726029 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.726064 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.726363 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:29:52.726667 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} oximeter.fields_ipaddr (c948550e-b07c-47f2-b96a-a90dcdad167b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.726791 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. 2024.05.10 21:29:52.726952 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.726976 [ 3 ] {91e97a1a-c870-4c39-a810-d4afb99370f8} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:52.726992 [ 3 ] {} HTTP-Session: 7669f4df-7757-4f4b-8053-a1f86392dc92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.727163 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.727210 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.727229 [ 3 ] {} HTTP-Session: b36286c1-5a6d-40d5-bced-71d1ae8d9f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.727244 [ 3 ] {} HTTP-Session: b36286c1-5a6d-40d5-bced-71d1ae8d9f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.727258 [ 3 ] {} HTTP-Session: b36286c1-5a6d-40d5-bced-71d1ae8d9f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.727288 [ 3 ] {} HTTP-Session: b36286c1-5a6d-40d5-bced-71d1ae8d9f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.727408 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.727449 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:52.727573 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.727929 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.727965 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.728272 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.10 21:29:52.728567 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.728694 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} executeQuery: Read 105 rows, 8.32 KiB in 0.001331 sec., 78888.05409466567 rows/sec., 6.10 MiB/sec. 2024.05.10 21:29:52.728949 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.729008 [ 3 ] {5c8d0f9c-e56f-488c-8902-e30c591c3ff5} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:52.729072 [ 3 ] {} HTTP-Session: b36286c1-5a6d-40d5-bced-71d1ae8d9f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.729315 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.729428 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.729462 [ 3 ] {} HTTP-Session: ea42daf1-793a-4383-8188-1a86b7abf9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.729480 [ 3 ] {} HTTP-Session: ea42daf1-793a-4383-8188-1a86b7abf9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.729494 [ 3 ] {} HTTP-Session: ea42daf1-793a-4383-8188-1a86b7abf9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.729525 [ 3 ] {} HTTP-Session: ea42daf1-793a-4383-8188-1a86b7abf9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.729621 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.729665 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2024.05.10 21:29:52.729812 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.730101 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.730137 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.730432 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2024.05.10 21:29:52.730737 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} oximeter.fields_u16 (db964b5e-fcfa-42b2-a7c1-c7234904487c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.730869 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} executeQuery: Read 2 rows, 143.00 B in 0.001273 sec., 1571.0919088766693 rows/sec., 109.70 KiB/sec. 2024.05.10 21:29:52.731144 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.731175 [ 3 ] {023e846d-984f-4d63-a9e1-12968641f902} MemoryTracker: Peak memory usage (for query): 4.21 MiB. 2024.05.10 21:29:52.731191 [ 3 ] {} HTTP-Session: ea42daf1-793a-4383-8188-1a86b7abf9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.731322 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.731370 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.731389 [ 3 ] {} HTTP-Session: 60280151-f7bb-4c67-8d42-e60ead22be98 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.731405 [ 3 ] {} HTTP-Session: 60280151-f7bb-4c67-8d42-e60ead22be98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.731419 [ 3 ] {} HTTP-Session: 60280151-f7bb-4c67-8d42-e60ead22be98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.731449 [ 3 ] {} HTTP-Session: 60280151-f7bb-4c67-8d42-e60ead22be98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.731570 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.731614 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:52.731763 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.732109 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.732145 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.732461 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.10 21:29:52.732772 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.732902 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} executeQuery: Read 94 rows, 7.50 KiB in 0.001375 sec., 68363.63636363637 rows/sec., 5.32 MiB/sec. 2024.05.10 21:29:52.733061 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.733085 [ 3 ] {725a204c-7b1d-4905-a110-e023ebf0a56b} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:52.733100 [ 3 ] {} HTTP-Session: 60280151-f7bb-4c67-8d42-e60ead22be98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.733274 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 37773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.733321 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.733341 [ 3 ] {} HTTP-Session: 101d541f-96e0-4e8c-8a85-4bf3b8327cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.733357 [ 3 ] {} HTTP-Session: 101d541f-96e0-4e8c-8a85-4bf3b8327cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.733371 [ 3 ] {} HTTP-Session: 101d541f-96e0-4e8c-8a85-4bf3b8327cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.733401 [ 3 ] {} HTTP-Session: 101d541f-96e0-4e8c-8a85-4bf3b8327cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.733566 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.733613 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:52.733755 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.734167 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.734201 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.734582 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.10 21:29:52.734911 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.735040 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} executeQuery: Read 197 rows, 14.08 KiB in 0.001558 sec., 126444.1591784339 rows/sec., 8.83 MiB/sec. 2024.05.10 21:29:52.735318 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.735387 [ 3 ] {dd0cad3d-03cb-41ec-b862-f1f2ad4a043a} MemoryTracker: Peak memory usage (for query): 4.31 MiB. 2024.05.10 21:29:52.735447 [ 3 ] {} HTTP-Session: 101d541f-96e0-4e8c-8a85-4bf3b8327cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.735668 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 4340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.735720 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.735738 [ 3 ] {} HTTP-Session: 7751da1f-7c2e-4cd2-912a-c95303d1db6b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.735755 [ 3 ] {} HTTP-Session: 7751da1f-7c2e-4cd2-912a-c95303d1db6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.735768 [ 3 ] {} HTTP-Session: 7751da1f-7c2e-4cd2-912a-c95303d1db6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.735800 [ 3 ] {} HTTP-Session: 7751da1f-7c2e-4cd2-912a-c95303d1db6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.735933 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.735982 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:52.736156 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.736465 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.736500 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.736875 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2024.05.10 21:29:52.737209 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.737340 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} executeQuery: Read 4 rows, 5.53 KiB in 0.001463 sec., 2734.1079972658918 rows/sec., 3.69 MiB/sec. 2024.05.10 21:29:52.737504 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.737528 [ 3 ] {8a60557a-6378-42d6-8512-07c53633f208} MemoryTracker: Peak memory usage (for query): 4.23 MiB. 2024.05.10 21:29:52.737543 [ 3 ] {} HTTP-Session: 7751da1f-7c2e-4cd2-912a-c95303d1db6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.737659 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:52.737706 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:52.737725 [ 3 ] {} HTTP-Session: 84fac87e-bbd8-44f2-8971-e6aebde5e998 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:52.737741 [ 3 ] {} HTTP-Session: 84fac87e-bbd8-44f2-8971-e6aebde5e998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.737754 [ 3 ] {} HTTP-Session: 84fac87e-bbd8-44f2-8971-e6aebde5e998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:52.737784 [ 3 ] {} HTTP-Session: 84fac87e-bbd8-44f2-8971-e6aebde5e998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:52.737899 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:52.737943 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:52.738066 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:52.738339 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:52.738374 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:52.738720 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2024.05.10 21:29:52.739036 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:52.739162 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} executeQuery: Read 60 rows, 4.14 KiB in 0.001303 sec., 46047.58250191865 rows/sec., 3.10 MiB/sec. 2024.05.10 21:29:52.739322 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} DynamicQueryHandler: Done processing query 2024.05.10 21:29:52.739345 [ 3 ] {fd39bf53-470a-44af-939f-ebfa4ac97ff6} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:52.739360 [ 3 ] {} HTTP-Session: 84fac87e-bbd8-44f2-8971-e6aebde5e998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.721889 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:57.722079 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:57.722124 [ 3 ] {} HTTP-Session: b0a07099-319f-406f-9b22-12dc938cb64b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:57.722167 [ 3 ] {} HTTP-Session: b0a07099-319f-406f-9b22-12dc938cb64b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.722195 [ 3 ] {} HTTP-Session: b0a07099-319f-406f-9b22-12dc938cb64b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.722274 [ 3 ] {} HTTP-Session: b0a07099-319f-406f-9b22-12dc938cb64b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:57.722568 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:57.722673 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 2024.05.10 21:29:57.722925 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:57.723342 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.723381 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.723754 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.10 21:29:57.724091 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.724242 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} executeQuery: Read 24 rows, 1.95 KiB in 0.001776 sec., 13513.513513513513 rows/sec., 1.07 MiB/sec. 2024.05.10 21:29:57.724250 [ 25 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.10 21:29:57.724310 [ 25 ] {} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.724348 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.724547 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} DynamicQueryHandler: Done processing query 2024.05.10 21:29:57.724558 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.10 21:29:57.724593 [ 3 ] {aba17a58-51dd-4350-b45b-1f097558cd85} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:57.724704 [ 3 ] {} HTTP-Session: b0a07099-319f-406f-9b22-12dc938cb64b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.725134 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:57.725246 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 28 rows starting from the beginning of the part 2024.05.10 21:29:57.725243 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 18694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:57.725628 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:57.725808 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:57.725942 [ 3 ] {} HTTP-Session: 44446403-fb84-4a35-984f-0804785fdb4e Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:57.725965 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:57.726025 [ 3 ] {} HTTP-Session: 44446403-fb84-4a35-984f-0804785fdb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.726093 [ 3 ] {} HTTP-Session: 44446403-fb84-4a35-984f-0804785fdb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.726232 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:57.726323 [ 3 ] {} HTTP-Session: 44446403-fb84-4a35-984f-0804785fdb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:57.726504 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:57.726750 [ 198 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:57.726916 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:57.727074 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2024.05.10 21:29:57.727492 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:57.728403 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.728481 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.729356 [ 191 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004931913 sec., 21898.19650103317 rows/sec., 1.73 MiB/sec. 2024.05.10 21:29:57.729403 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.10 21:29:57.729624 [ 191 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.10 21:29:57.730205 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.730447 [ 25 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.10 21:29:57.730506 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} executeQuery: Read 128 rows, 10.91 KiB in 0.003894 sec., 32871.08371854135 rows/sec., 2.73 MiB/sec. 2024.05.10 21:29:57.730515 [ 25 ] {} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.730586 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.730605 [ 191 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.731051 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::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.05.10 21:29:57.731065 [ 191 ] {ef17a2e1-8cfc-4c81-ae55-961d7941a9d4::all_1_56_11} oximeter.fields_i64 (ef17a2e1-8cfc-4c81-ae55-961d7941a9d4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.10 21:29:57.731643 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2024.05.10 21:29:57.731758 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:57.731861 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 184 rows starting from the beginning of the part 2024.05.10 21:29:57.732125 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 129 rows starting from the beginning of the part 2024.05.10 21:29:57.732191 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} DynamicQueryHandler: Done processing query 2024.05.10 21:29:57.732302 [ 3 ] {ff4aa0d9-f7f7-4efa-a97d-9d69f4f77d5c} MemoryTracker: Peak memory usage (for query): 4.28 MiB. 2024.05.10 21:29:57.732393 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 70 rows starting from the beginning of the part 2024.05.10 21:29:57.732418 [ 3 ] {} HTTP-Session: 44446403-fb84-4a35-984f-0804785fdb4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.732574 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 129 rows starting from the beginning of the part 2024.05.10 21:29:57.732751 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:57.732817 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 105 rows starting from the beginning of the part 2024.05.10 21:29:57.732912 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:57.733037 [ 3 ] {} HTTP-Session: 2470a2ff-2456-44ba-8c01-3ada464b4b77 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:57.733081 [ 188 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 128 rows starting from the beginning of the part 2024.05.10 21:29:57.733126 [ 3 ] {} HTTP-Session: 2470a2ff-2456-44ba-8c01-3ada464b4b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.733192 [ 3 ] {} HTTP-Session: 2470a2ff-2456-44ba-8c01-3ada464b4b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.733329 [ 3 ] {} HTTP-Session: 2470a2ff-2456-44ba-8c01-3ada464b4b77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:57.733655 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:57.733747 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2024.05.10 21:29:57.734247 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:57.735199 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.735278 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.735982 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.10 21:29:57.736172 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 745 rows, containing 4 columns (4 merged, 0 gathered) in 0.005426204 sec., 137296.71792656524 rows/sec., 11.19 MiB/sec. 2024.05.10 21:29:57.736434 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.10 21:29:57.736656 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.737047 [ 25 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.10 21:29:57.737084 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} executeQuery: Read 88 rows, 7.04 KiB in 0.003524 sec., 24971.62315550511 rows/sec., 1.95 MiB/sec. 2024.05.10 21:29:57.737121 [ 25 ] {} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.737210 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.737591 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.737824 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::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.05.10 21:29:57.738005 [ 195 ] {f57d5dae-6f5c-427b-a128-ab8f787165c5::all_1_61_12} oximeter.fields_string (f57d5dae-6f5c-427b-a128-ab8f787165c5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.10 21:29:57.738345 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2024.05.10 21:29:57.738564 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:57.738665 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 148 rows starting from the beginning of the part 2024.05.10 21:29:57.738683 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} DynamicQueryHandler: Done processing query 2024.05.10 21:29:57.738858 [ 3 ] {dba465d1-bda0-4778-930f-63127c51f9ee} MemoryTracker: Peak memory usage (for query): 4.25 MiB. 2024.05.10 21:29:57.738973 [ 3 ] {} HTTP-Session: 2470a2ff-2456-44ba-8c01-3ada464b4b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.739038 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 90 rows starting from the beginning of the part 2024.05.10 21:29:57.739168 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 72 rows starting from the beginning of the part 2024.05.10 21:29:57.739410 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 90 rows starting from the beginning of the part 2024.05.10 21:29:57.739424 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:57.739677 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 94 rows starting from the beginning of the part 2024.05.10 21:29:57.739699 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:57.739830 [ 3 ] {} HTTP-Session: 6851f78a-49ba-4c20-a95e-72811228b884 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:57.740008 [ 3 ] {} HTTP-Session: 6851f78a-49ba-4c20-a95e-72811228b884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.740019 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 88 rows starting from the beginning of the part 2024.05.10 21:29:57.740262 [ 3 ] {} HTTP-Session: 6851f78a-49ba-4c20-a95e-72811228b884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.740410 [ 3 ] {} HTTP-Session: 6851f78a-49ba-4c20-a95e-72811228b884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:57.740698 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:57.740811 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2024.05.10 21:29:57.741540 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:57.742426 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.742497 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.742799 [ 196 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 4 columns (4 merged, 0 gathered) in 0.005432304 sec., 107136.86126549619 rows/sec., 8.37 MiB/sec. 2024.05.10 21:29:57.742989 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.10 21:29:57.743225 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.10 21:29:57.743635 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.743762 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.743763 [ 189 ] {cc092fbc-a00b-4a20-bb0c-4d948803c41f::all_1_61_12} oximeter.fields_uuid (cc092fbc-a00b-4a20-bb0c-4d948803c41f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.10 21:29:57.743871 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2024.05.10 21:29:57.743940 [ 25 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.10 21:29:57.743950 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} executeQuery: Read 160 rows, 11.41 KiB in 0.003364 sec., 47562.42568370987 rows/sec., 3.31 MiB/sec. 2024.05.10 21:29:57.743979 [ 25 ] {} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.744022 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.744213 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::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.05.10 21:29:57.744256 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} DynamicQueryHandler: Done processing query 2024.05.10 21:29:57.744303 [ 3 ] {6ffe6814-5087-4a96-b19f-a0066417409b} MemoryTracker: Peak memory usage (for query): 4.27 MiB. 2024.05.10 21:29:57.744347 [ 3 ] {} HTTP-Session: 6851f78a-49ba-4c20-a95e-72811228b884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.744459 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:57.744497 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9365 rows starting from the beginning of the part 2024.05.10 21:29:57.744600 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 25719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:57.744743 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 161 rows starting from the beginning of the part 2024.05.10 21:29:57.744770 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:57.744844 [ 3 ] {} HTTP-Session: 38239b59-fd77-4721-8a51-6f58dc2e386b Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:57.744906 [ 3 ] {} HTTP-Session: 38239b59-fd77-4721-8a51-6f58dc2e386b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.744989 [ 3 ] {} HTTP-Session: 38239b59-fd77-4721-8a51-6f58dc2e386b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.745079 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 162 rows starting from the beginning of the part 2024.05.10 21:29:57.745116 [ 3 ] {} HTTP-Session: 38239b59-fd77-4721-8a51-6f58dc2e386b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:57.745372 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part 2024.05.10 21:29:57.745559 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 197 rows starting from the beginning of the part 2024.05.10 21:29:57.745625 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:57.745848 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2024.05.10 21:29:57.745880 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 2024.05.10 21:29:57.746877 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:57.747550 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.747592 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.748727 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2024.05.10 21:29:57.749249 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.749630 [ 25 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2024.05.10 21:29:57.749714 [ 25 ] {} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.749715 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} executeQuery: Read 24 rows, 33.16 KiB in 0.004381 sec., 5478.201323898653 rows/sec., 7.39 MiB/sec. 2024.05.10 21:29:57.749751 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.750273 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2024.05.10 21:29:57.750315 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} DynamicQueryHandler: Done processing query 2024.05.10 21:29:57.750365 [ 3 ] {40d84b04-6c9d-4ea4-9928-2a2932de949c} MemoryTracker: Peak memory usage (for query): 4.30 MiB. 2024.05.10 21:29:57.750418 [ 3 ] {} HTTP-Session: 38239b59-fd77-4721-8a51-6f58dc2e386b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.750579 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:57.750651 [ 3 ] {} HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48495, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) 2024.05.10 21:29:57.750670 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 762 rows starting from the beginning of the part 2024.05.10 21:29:57.750775 [ 3 ] {} DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 2024.05.10 21:29:57.750903 [ 3 ] {} HTTP-Session: e46633b8-8ce2-4b81-a6b9-ff1e70f850a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48495 2024.05.10 21:29:57.750998 [ 3 ] {} HTTP-Session: e46633b8-8ce2-4b81-a6b9-ff1e70f850a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.751043 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:57.751073 [ 3 ] {} HTTP-Session: e46633b8-8ce2-4b81-a6b9-ff1e70f850a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.751241 [ 3 ] {} HTTP-Session: e46633b8-8ce2-4b81-a6b9-ff1e70f850a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2024.05.10 21:29:57.751379 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:57.751931 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:57.751976 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} executeQuery: (from [fd00:1122:3344:101::d]:48495) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) 2024.05.10 21:29:57.752392 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part 2024.05.10 21:29:57.752599 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2024.05.10 21:29:57.752999 [ 186 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2024.05.10 21:29:57.752993 [ 202 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 10206 rows, containing 5 columns (5 merged, 0 gathered) in 0.008865805 sec., 1151164.5022645998 rows/sec., 80.20 MiB/sec. 2024.05.10 21:29:57.753602 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.10 21:29:57.754314 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} ParallelParsingInputFormat: Parallel parsing is used 2024.05.10 21:29:57.755601 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.755700 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.755754 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.755769 [ 190 ] {c831c633-be32-41cc-8eb6-9ad92db6a186::all_1_61_12} oximeter.measurements_cumulativeu64 (c831c633-be32-41cc-8eb6-9ad92db6a186) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.10 21:29:57.755958 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. 2024.05.10 21:29:57.756755 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2024.05.10 21:29:57.757688 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.761489 [ 25 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2024.05.10 21:29:57.761587 [ 25 ] {} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2024.05.10 21:29:57.761591 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} executeQuery: Read 60 rows, 4.14 KiB in 0.009903 sec., 6058.770069675856 rows/sec., 418.12 KiB/sec. 2024.05.10 21:29:57.761616 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2024.05.10 21:29:57.761928 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::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.05.10 21:29:57.762046 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} DynamicQueryHandler: Done processing query 2024.05.10 21:29:57.762103 [ 3 ] {52ee09fa-914e-4f92-a10d-946baf4518a7} MemoryTracker: Peak memory usage (for query): 4.22 MiB. 2024.05.10 21:29:57.762155 [ 3 ] {} HTTP-Session: e46633b8-8ce2-4b81-a6b9-ff1e70f850a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2024.05.10 21:29:57.762177 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2024.05.10 21:29:57.762237 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3218 rows starting from the beginning of the part 2024.05.10 21:29:57.762309 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:57.762557 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:57.762736 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:57.762891 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:57.763014 [ 194 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2024.05.10 21:29:57.764561 [ 199 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3518 rows, containing 4 columns (4 merged, 0 gathered) in 0.002807769 sec., 1252952.076898064 rows/sec., 84.58 MiB/sec. 2024.05.10 21:29:57.764934 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2024.05.10 21:29:57.765426 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.765522 [ 197 ] {4eff3051-dd19-4829-b6a4-c7c7fedbb9a3::all_1_61_12} oximeter.measurements_u64 (4eff3051-dd19-4829-b6a4-c7c7fedbb9a3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2024.05.10 21:29:57.765622 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2024.05.10 21:29:57.774781 [ 199 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 6 columns (6 merged, 0 gathered) in 0.024865641 sec., 33861.98650579729 rows/sec., 45.70 MiB/sec. 2024.05.10 21:29:57.775443 [ 197 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2024.05.10 21:29:57.775917 [ 197 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2024.05.10 21:29:57.775998 [ 197 ] {656d651b-efa1-452b-b229-6276d5f45f3d::all_1_56_11} oximeter.measurements_histogramf64 (656d651b-efa1-452b-b229-6276d5f45f3d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2024.05.10 21:29:57.776088 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB. 2024.05.10 21:29:58.000140 [ 243 ] {} AsynchronousMetrics: MemoryTracking: was 196.07 MiB, peak 204.42 MiB, free memory in arenas 0.00 B, will set to 198.32 MiB (RSS), difference: 2.25 MiB